aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertools.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloatertools.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatertools.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertools.h b/linden/indra/newview/llfloatertools.h
index a6c4ceb..664aa62 100644
--- a/linden/indra/newview/llfloatertools.h
+++ b/linden/indra/newview/llfloatertools.h
@@ -44,6 +44,11 @@ class LLPanelFace;
44class LLPanelLandInfo; 44class LLPanelLandInfo;
45class LLComboBox; 45class LLComboBox;
46class LLVolumeSliderCtrl; 46class LLVolumeSliderCtrl;
47class LLParcelSelection;
48class LLObjectSelection;
49
50typedef LLHandle<LLParcelSelection> LLParcelSelectionHandle;
51typedef LLHandle<LLObjectSelection> LLObjectSelectionHandle;
47 52
48class LLFloaterTools 53class LLFloaterTools
49: public LLFloater 54: public LLFloater
@@ -61,6 +66,7 @@ public:
61 LLFloaterTools(); 66 LLFloaterTools();
62 virtual ~LLFloaterTools(); 67 virtual ~LLFloaterTools();
63 68
69 virtual void onOpen();
64 virtual void onClose(bool app_quitting); 70 virtual void onClose(bool app_quitting);
65 virtual BOOL canClose(); 71 virtual BOOL canClose();
66 72
@@ -175,7 +181,10 @@ public:
175 LLPanelLandInfo *mPanelLandInfo; 181 LLPanelLandInfo *mPanelLandInfo;
176 182
177 LLTabContainer* mTabLand; 183 LLTabContainer* mTabLand;
178 184
185 LLParcelSelectionHandle mParcelSelection;
186 LLObjectSelectionHandle mObjectSelection;
187
179private: 188private:
180 BOOL mDirty; 189 BOOL mDirty;
181 S32 mSmallHeight; 190 S32 mSmallHeight;