aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.h')
-rw-r--r--linden/indra/newview/llfloaterregioninfo.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.h b/linden/indra/newview/llfloaterregioninfo.h
index fd0d9ce..ee01c7c 100644
--- a/linden/indra/newview/llfloaterregioninfo.h
+++ b/linden/indra/newview/llfloaterregioninfo.h
@@ -53,6 +53,7 @@ class LLSpinCtrl;
53class LLTextBox; 53class LLTextBox;
54 54
55class LLPanelRegionGeneralInfo; 55class LLPanelRegionGeneralInfo;
56class LLPanelRegionOpenSettingsInfo;
56class LLPanelRegionDebugInfo; 57class LLPanelRegionDebugInfo;
57class LLPanelRegionTextureInfo; 58class LLPanelRegionTextureInfo;
58class LLPanelRegionTerrainInfo; 59class LLPanelRegionTerrainInfo;
@@ -83,6 +84,7 @@ public:
83 84
84 static LLPanelEstateInfo* getPanelEstate(); 85 static LLPanelEstateInfo* getPanelEstate();
85 static LLPanelEstateCovenant* getPanelCovenant(); 86 static LLPanelEstateCovenant* getPanelCovenant();
87 static LLPanelRegionOpenSettingsInfo* getPanelOpenSettings();
86 88
87 // from LLPanel 89 // from LLPanel
88 virtual void refresh(); 90 virtual void refresh();
@@ -173,6 +175,24 @@ protected:
173 175
174///////////////////////////////////////////////////////////////////////////// 176/////////////////////////////////////////////////////////////////////////////
175 177
178class LLPanelRegionOpenSettingsInfo : public LLPanelRegionInfo
179{
180public:
181 LLPanelRegionOpenSettingsInfo()
182 : LLPanelRegionInfo() {}
183 ~LLPanelRegionOpenSettingsInfo() {}
184
185 virtual bool refreshFromRegion(LLViewerRegion* region);
186
187 // LLPanel
188 virtual BOOL postBuild();
189
190protected:
191 static void sendUpdate(void* userdata);
192};
193
194/////////////////////////////////////////////////////////////////////////////
195
176class LLPanelRegionDebugInfo : public LLPanelRegionInfo 196class LLPanelRegionDebugInfo : public LLPanelRegionInfo
177{ 197{
178public: 198public: