diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-01-17 23:02:00 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-01-17 23:02:00 +0000 |
commit | 71d28bdbf0baab9302c8f458e3bdbcfc60d656d4 (patch) | |
tree | 19f051897838d5a75e5ce1e776bb52a330173171 /indra/newview/llfloatertools.h | |
parent | fc664e93e62645fc6e9659664351e77f3c4b374f (diff) |
merge release@56803 release-candidate@56833
Diffstat (limited to 'indra/newview/llfloatertools.h')
-rw-r--r-- | indra/newview/llfloatertools.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/indra/newview/llfloatertools.h b/indra/newview/llfloatertools.h index 092a8d7715..c1bb050c2c 100644 --- a/indra/newview/llfloatertools.h +++ b/indra/newview/llfloatertools.h @@ -14,6 +14,7 @@ class LLButton; class LLTextBox; +class LLTool; class LLCheckBoxCtrl; class LLTabContainer; class LLPanelPermissions; @@ -69,9 +70,12 @@ public: void showPanel(EInfoPanel panel); void setStatusText(const LLString& text); - + virtual void onFocusReceived(); + static void setEditTool(void* data); + void saveLastTool(); private: static void setObjectType( void* data ); + void refresh(); static void onClickGridOptions(void* data); @@ -152,7 +156,8 @@ public: LLPanelLandInfo *mPanelLandInfo; LLTabContainer* mTabLand; - + LLTool* mLastTool; + private: BOOL mDirty; S32 mSmallHeight; |