summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-10-11 14:29:49 -0700
committerMerov Linden <merov@lindenlab.com>2010-10-11 14:29:49 -0700
commitae90fd93c8a7afa13dab0bc3dff71d66219c1367 (patch)
treedee887d277d989916529dc2c6f31304873e838f8 /indra/llui/llfloater.h
parentc47a5dfe003e4b6ae8987ab3169f14694c97efc3 (diff)
parent33bfe43b0cbae946f5c0929f1dacc16e2e9d88f6 (diff)
STORM-301 : merge to viewer-beta
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 5ecf515cf9..d26f41b4c7 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -142,6 +142,8 @@ public:
// Don't export top/left for rect, only height/width
static void setupParamsForExport(Params& p, LLView* parent);
+ boost::signals2::connection setMinimizeCallback( const commit_signal_t::slot_type& cb );
+
void initFromParams(const LLFloater::Params& p);
bool initFloaterXML(LLXMLNodePtr node, LLView *parent, const std::string& filename, LLXMLNodePtr output_node = NULL);
@@ -347,6 +349,8 @@ public:
// Public so external views or floaters can watch for this floater closing
commit_signal_t mCloseSignal;
+ commit_signal_t* mMinimizeSignal;
+
protected:
std::string mRectControl;
std::string mVisibilityControl;