summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpreference.h
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-09-29 15:35:02 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-09-29 15:35:02 +0300
commitf6a8a2c5460c8f61b37154de01cd2f9575ef87de (patch)
tree59c2e544b5ad4164ea82c657a100c827e972403a /indra/newview/llfloaterpreference.h
parentbcdd0b52dd3f0b2e0f5d7310526dca79aea7b146 (diff)
STORM-1612 WIP Implemented new click-to-walk/teleport preferences design.
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r--indra/newview/llfloaterpreference.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h
index b7263f0ac3..5c74e9f60c 100644
--- a/indra/newview/llfloaterpreference.h
+++ b/indra/newview/llfloaterpreference.h
@@ -105,18 +105,8 @@ protected:
// callback for when client turns on shaders
void onVertexShaderEnable();
- // callback for clicking the "Walk to Click Point" checkbox
- void onWalkCheckboxCommit();
- // callback for clicking the "Teleport to Click Point" checkbox
- void onTeleportCheckboxCommit();
- // callback for selecting trigger for "Walk to Click Point"
- void onWalkTriggerRadioCommit();
- // callback for selecting trigger for "Teleport to Click Point"
- void onTeleportTriggerRadioCommit();
- // make sure the radio buttons have mutually exclusive values
- void fixWalkRadioValue();
- // make sure the radio buttons have mutually exclusive values
- void fixTeleportRadioValue();
+ // callback for commit in the "Single click on land" and "Double click on land" comboboxes.
+ void onClickActionChange();
// updates click/double-click action settings depending on controls values
void updateClickActionSettings();
// updates click/double-click action controls depending on values from settings.xml
@@ -173,8 +163,6 @@ public:
static void refreshSkin(void* data);
private:
static std::string sSkin;
- // set true if state of double-click action checkbox or radio-group was changed by user
- // (reset back to false on apply or cancel)
bool mClickActionDirty; ///< Set to true when the click/double-click options get changed by user.
bool mGotPersonalInfo;
bool mOriginalIMViaEmail;