summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermediasettings.h
diff options
context:
space:
mode:
authorcallum <none@none>2009-11-30 17:14:37 -0800
committercallum <none@none>2009-11-30 17:14:37 -0800
commit532a8ed0567878737cfc41ec516dbd1dec76003d (patch)
tree622f767dff948bd97b72ac4dbdf722a068d7531b /indra/newview/llfloatermediasettings.h
parentd90aea0ede0fc6958d6f323a0eae4079f14c46f2 (diff)
parent948af3093c93461d11ab6a76a8aab7ea10e377c6 (diff)
Merge with tip
Diffstat (limited to 'indra/newview/llfloatermediasettings.h')
-rw-r--r--indra/newview/llfloatermediasettings.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/indra/newview/llfloatermediasettings.h b/indra/newview/llfloatermediasettings.h
index aed6b00517..b72e3d855d 100644
--- a/indra/newview/llfloatermediasettings.h
+++ b/indra/newview/llfloatermediasettings.h
@@ -54,11 +54,13 @@ public:
static void apply();
static void initValues( const LLSD& media_settings , bool editable);
static void clearValues( bool editable);
- void enableOkApplyBtns( bool enable );
- LLPanelMediaSettingsSecurity* getPanelSecurity(){return mPanelMediaSettingsSecurity;};
- const std::string getHomeUrl();
+
+ LLPanelMediaSettingsSecurity* getPanelSecurity(){return mPanelMediaSettingsSecurity;};
+ const std::string getHomeUrl();
//bool passesWhiteList( const std::string& test_url );
+ virtual void draw();
+
bool mIdenticalHasMediaInfo;
bool mMultipleMedia;
bool mMultipleValidMedia;
@@ -82,6 +84,10 @@ protected:
static LLFloaterMediaSettings* sInstance;
private:
+
+ void enableOkApplyBtns( bool enable );
+
+ LLSD mInitialValues;
bool mWaitingToClose;
};