diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfloatertools.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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.h | 11 |
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; | |||
44 | class LLPanelLandInfo; | 44 | class LLPanelLandInfo; |
45 | class LLComboBox; | 45 | class LLComboBox; |
46 | class LLVolumeSliderCtrl; | 46 | class LLVolumeSliderCtrl; |
47 | class LLParcelSelection; | ||
48 | class LLObjectSelection; | ||
49 | |||
50 | typedef LLHandle<LLParcelSelection> LLParcelSelectionHandle; | ||
51 | typedef LLHandle<LLObjectSelection> LLObjectSelectionHandle; | ||
47 | 52 | ||
48 | class LLFloaterTools | 53 | class 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 | |||
179 | private: | 188 | private: |
180 | BOOL mDirty; | 189 | BOOL mDirty; |
181 | S32 mSmallHeight; | 190 | S32 mSmallHeight; |