summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorcallum <none@none>2009-10-30 12:56:14 -0700
committercallum <none@none>2009-10-30 12:56:14 -0700
commita98591802a46a0ae5b09bbc3eb530d76b49cb2b4 (patch)
tree7f132dd2c7ffc9d5bdadbe8f22b043cf26c0f224 /indra/llui/llfloater.h
parent5702da187ddda62fd19e40c94ed35665c6d6101e (diff)
parent4cd831152284f71d72ea37e67a895283a4c4d347 (diff)
Merge
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index afdc4ccf00..ef0d06a58e 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -124,6 +124,7 @@ public:
can_tear_off,
save_rect,
save_visibility,
+ save_dock_state,
can_dock;
Optional<S32> header_height,
legacy_header_height; // HACK see initFromXML()
@@ -280,8 +281,10 @@ protected:
void setRectControl(const std::string& rectname) { mRectControl = rectname; };
void applyRectControl();
+ void applyDockState();
void storeRectControl();
void storeVisibilityControl();
+ void storeDockStateControl();
void setKey(const LLSD& key);
void setInstanceName(const std::string& name);
@@ -322,6 +325,7 @@ public:
protected:
std::string mRectControl;
std::string mVisibilityControl;
+ std::string mDocStateControl;
LLSD mKey; // Key used for retrieving instances; set (for now) by LLFLoaterReg
LLDragHandle* mDragHandle;