summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterregioninfo.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-26 20:26:36 -0400
committerOz Linden <oz@lindenlab.com>2011-05-26 20:26:36 -0400
commita99941a7fd55ad56144793957792cdb8bb0e5df6 (patch)
tree13fd8b6717f3d668f117957a136de33c9753ca44 /indra/newview/llfloaterregioninfo.h
parent01ec64a1bc88ed0b1a18c559c136b32476309100 (diff)
parent6bc23e1be7e055b4f80f5c5de9dcd186a92a21a4 (diff)
merge changes for latest windlight integration project repo
Diffstat (limited to 'indra/newview/llfloaterregioninfo.h')
-rw-r--r--indra/newview/llfloaterregioninfo.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/indra/newview/llfloaterregioninfo.h b/indra/newview/llfloaterregioninfo.h
index 31b68ec030..324b3fb157 100644
--- a/indra/newview/llfloaterregioninfo.h
+++ b/indra/newview/llfloaterregioninfo.h
@@ -438,6 +438,9 @@ public:
/*virtual*/ BOOL postBuild();
/*virtual*/ void onOpen(const LLSD& key);
+ // LLView
+ /*virtual*/ void handleVisibilityChange(BOOL new_visibility);
+
// LLPanelRegionInfo
/*virtual*/ bool refreshFromRegion(LLViewerRegion* region);
@@ -450,10 +453,18 @@ private:
void populateSkyPresetsList();
void populateDayCyclesList();
+ bool getSelectedWaterParams(LLSD& water_params);
+ bool getSelectedSkyParams(LLSD& sky_params, std::string& preset_name);
+ bool getSelectedDayCycleParams(LLSD& day_cycle, LLSD& sky_map, short& scope);
+
void onSwitchRegionSettings();
void onSwitchDayCycle();
- void onBtnSave();
+ void onSelectWaterPreset();
+ void onSelectSkyPreset();
+ void onSelectDayCycle();
+
+ void onBtnApply();
void onBtnCancel();
void onRegionSettingschange();