#include <llfloaterparcel.h>
Inheritance diagram for LLFloaterParcelInfo:
Public Member Functions | |
LLFloaterParcelInfo (const std::string &name, const LLUUID &parcel_id) | |
~LLFloaterParcelInfo () | |
void | displayParcelInfo (const LLUUID &parcel_id) |
Static Public Member Functions | |
static void * | createPanelPlace (void *data) |
static LLFloaterParcelInfo * | show (const LLUUID &parcel_id) |
Private Attributes | |
LLUUID | mParcelID |
LLPanelPlace * | mPanelParcelp |
Definition at line 34 of file llfloaterparcel.h.
LLFloaterParcelInfo::LLFloaterParcelInfo | ( | const std::string & | name, | |
const LLUUID & | parcel_id | |||
) |
Definition at line 83 of file llfloaterparcel.cpp.
References LLUICtrlFactory::buildFloater(), createPanelPlace(), LLPanel::getFactoryMap(), gPlaceInfoInstances, gUICtrlFactory, and LLPanel::mFactoryMap.
Referenced by show().
LLFloaterParcelInfo::~LLFloaterParcelInfo | ( | ) |
Definition at line 72 of file llfloaterparcel.cpp.
References LLUICtrlFactory::buildPanel(), and gUICtrlFactory.
Referenced by LLFloaterParcelInfo().
Definition at line 100 of file llfloaterparcel.cpp.
References mPanelParcelp, and LLPanelPlace::setParcelID().
Referenced by show().
LLFloaterParcelInfo * LLFloaterParcelInfo::show | ( | const LLUUID & | parcel_id | ) | [static] |
Definition at line 106 of file llfloaterparcel.cpp.
References LLFloater::center(), displayParcelInfo(), gPlaceInfoInstances, LLUUID::isNull(), LLFloaterParcelInfo(), NULL, LLFloater::open(), and LLFloater::setFrontmost().
Referenced by LLParcelHandler::handle().
LLPanelPlace* LLFloaterParcelInfo::mPanelParcelp [private] |
LLUUID LLFloaterParcelInfo::mParcelID [private] |