summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-09-07 10:23:19 -0400
committerLoren Shih <seraph@lindenlab.com>2010-09-07 10:23:19 -0400
commit16031c354ff37462acac4d2dd1effe0af9a8745a (patch)
tree0365cac395bc8b97a21a8e3e46b01a0f8d0617e4 /indra/llui/llfloater.h
parent51ecc8208a1b70c9742656230df00b08e082a9c8 (diff)
parentebfbaad9696ce0389ed1a9642d58dfb4a0abdc17 (diff)
automated merge from viewer-development
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 5e482cbac3..ed1f0715af 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -203,6 +203,10 @@ public:
BOOL isResizable() const { return mResizable; }
void setResizeLimits( S32 min_width, S32 min_height );
void getResizeLimits( S32* min_width, S32* min_height ) { *min_width = mMinWidth; *min_height = mMinHeight; }
+ LLRect getSavedRect() const;
+ bool hasSavedRect() const;
+
+ static std::string getControlName(const std::string& name, const LLSD& key);
bool isMinimizeable() const{ return mCanMinimize; }
bool isCloseable() const{ return mCanClose; }