diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:07:52 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-03 11:07:52 -0500 |
commit | 8e37dd516ab68bf11aaa9ab76945de36053df057 (patch) | |
tree | fa790d4832fc46c1b9349314f1b7d1fef8987acd /indra/llui/llfloater.h | |
parent | 0ac63ffbb1acb32278645f6a9ab97cdc271c8d30 (diff) | |
parent | f53f121eb069dbf50334c424390151074d4fcad7 (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 19e8288807..c1e8813f87 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -307,6 +307,8 @@ protected: void destroy() { die(); } // Don't call this directly. You probably want to call closeFloater() + virtual void onClickCloseBtn(); + private: void setForeground(BOOL b); // called only by floaterview void cleanupHandles(); // remove handles to dead floaters @@ -346,6 +348,7 @@ protected: LLResizeBar* mResizeBar[4]; LLResizeHandle* mResizeHandle[4]; + LLButton* mButtons[BUTTON_COUNT]; private: LLRect mExpandedRect; @@ -379,7 +382,6 @@ private: handle_set_t mDependents; bool mButtonsEnabled[BUTTON_COUNT]; - LLButton* mButtons[BUTTON_COUNT]; F32 mButtonScale; BOOL mAutoFocus; LLHandle<LLFloater> mSnappedTo; |