summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index abf4789b6d..6f9ed1fc34 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -58,14 +58,15 @@ class LLPanelRegionTerrainInfo;
class LLPanelEstateInfo;
class LLPanelEstateCovenant;
-class LLFloaterRegionInfo : public LLFloater
+class LLFloaterRegionInfo : public LLFloater, public LLUISingleton<LLFloaterRegionInfo>
{
+ friend class LLUISingleton<LLFloaterRegionInfo>;
public:
~LLFloaterRegionInfo();
- static void show(LLViewerRegion* region);
- static void show(void*);
- static LLFloaterRegionInfo* getInstance();
+ /*virtual*/ void onOpen();
+ /*virtual*/ BOOL postBuild();
+
static void processEstateOwnerRequest(LLMessageSystem* msg, void**);
// get and process region info if necessary.
@@ -82,15 +83,14 @@ public:
// from LLPanel
virtual void refresh();
+ void requestRegionInfo();
+
protected:
- LLFloaterRegionInfo(const LLRect& rect);
+ LLFloaterRegionInfo(const LLSD& seed);
void refreshFromRegion(LLViewerRegion* region);
- // static data
- static LLFloaterRegionInfo* sInstance;
-
// member data
- LLTabContainer* mTab;
+ LLTabContainerCommon* mTab;
typedef std::vector<LLPanelRegionInfo*> info_panels_t;
info_panels_t mInfoPanels;
//static S32 sRequestSerial; // serial # of last EstateOwnerRequest