#include <llfloaterland.h>
Inheritance diagram for LLFloaterLand:
Definition at line 70 of file llfloaterland.h.
LLFloaterLand::LLFloaterLand | ( | ) | [protected] |
Definition at line 228 of file llfloaterland.cpp.
References LLUICtrlFactory::buildFloater(), createPanelLandAccess(), createPanelLandBan(), createPanelLandCovenant(), createPanelLandGeneral(), createPanelLandMedia(), createPanelLandObjects(), createPanelLandOptions(), LLUICtrlFactory::getTabContainerByName(), gUICtrlFactory, mTabLand, sLastTab, and tab.
Referenced by show().
LLFloaterLand::~LLFloaterLand | ( | ) | [protected, virtual] |
static BOOL LLFloaterLand::floaterVisible | ( | ) | [inline, static] |
LLPanelLandCovenant * LLFloaterLand::getCurrentPanelLandCovenant | ( | ) | [static] |
Definition at line 192 of file llfloaterland.cpp.
References mPanelCovenant, NULL, and sInstance.
Referenced by LLPanelLandCovenant::updateCovenantText(), LLPanelLandCovenant::updateEstateName(), LLPanelLandCovenant::updateEstateOwnerName(), and LLPanelLandCovenant::updateLastModified().
LLPanelLandObjects * LLFloaterLand::getCurrentPanelLandObjects | ( | ) | [static] |
Definition at line 181 of file llfloaterland.cpp.
References mPanelObjects, NULL, and sInstance.
Referenced by LLPanelLandObjects::processParcelObjectOwnersReply().
void LLFloaterLand::onClose | ( | bool | app_quitting | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 212 of file llfloaterland.cpp.
References LLFloater::destroy(), LLTabContainerCommon::getCurrentPanelIndex(), gParcelMgr, gSelectMgr, mTabLand, NULL, LLViewerParcelMgr::removeObserver(), sLastTab, sObserver, and LLSelectMgr::unhighlightAll().
void LLFloaterLand::refresh | ( | ) | [protected, virtual] |
Reimplemented from LLPanel.
Definition at line 267 of file llfloaterland.cpp.
References mPanelAccess, mPanelBan, mPanelGeneral, mPanelMedia, mPanelObjects, mPanelOptions, LLPanelLandBan::refresh(), LLPanelLandAccess::refresh(), LLPanelLandMedia::refresh(), LLPanelLandOptions::refresh(), LLPanelLandObjects::refresh(), and LLPanelLandGeneral::refresh().
Referenced by refreshAll(), and show().
void LLFloaterLand::refreshAll | ( | ) | [static] |
Definition at line 203 of file llfloaterland.cpp.
References refresh(), and sInstance.
Referenced by LLParcelSelectionObserver::changed().
void LLFloaterLand::show | ( | ) | [static] |
Definition at line 154 of file llfloaterland.cpp.
References LLViewerParcelMgr::addObserver(), LLViewerParcelMgr::getFloatingParcelSelection(), gParcelMgr, LLFloaterLand(), mParcel, mTabLand, LLFloater::open(), refresh(), LLTabContainer::selectTab(), sInstance, sLastTab, and sObserver.
Referenced by LLShowFloater::handleEvent(), LLPanelLandInfo::onClickAbout(), onClickParcelInfo(), and LLToolPie::pickAndShowMenu().
LLPanelLandAccess* LLFloaterLand::mPanelAccess [protected] |
LLPanelLandBan* LLFloaterLand::mPanelBan [protected] |
LLPanelLandCovenant* LLFloaterLand::mPanelCovenant [protected] |
LLPanelLandGeneral* LLFloaterLand::mPanelGeneral [protected] |
LLPanelLandMedia* LLFloaterLand::mPanelMedia [protected] |
LLPanelLandObjects* LLFloaterLand::mPanelObjects [protected] |
Definition at line 111 of file llfloaterland.h.
Referenced by getCurrentPanelLandObjects(), and refresh().
LLPanelLandOptions* LLFloaterLand::mPanelOptions [protected] |
LLHandle<LLParcelSelection> LLFloaterLand::mParcel [protected] |
LLTabContainer* LLFloaterLand::mTabLand [protected] |
Definition at line 109 of file llfloaterland.h.
Referenced by LLFloaterLand(), onClose(), and show().
LLFloaterLand * LLFloaterLand::sInstance = NULL [static, protected] |
Definition at line 105 of file llfloaterland.h.
Referenced by floaterVisible(), getCurrentPanelLandCovenant(), getCurrentPanelLandObjects(), refreshAll(), show(), and ~LLFloaterLand().
S32 LLFloaterLand::sLastTab = 0 [static, protected] |
Definition at line 107 of file llfloaterland.h.
Referenced by LLFloaterLand(), onClose(), and show().
LLParcelSelectionObserver * LLFloaterLand::sObserver = NULL [static, protected] |
BOOL LLFloaterLand::sRequestReplyOnUpdate [static] |
Definition at line 125 of file llfloaterland.h.