aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llslider.h')
-rw-r--r--linden/indra/llui/llslider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llui/llslider.h b/linden/indra/llui/llslider.h
index 9fc85f2..d558ce2 100644
--- a/linden/indra/llui/llslider.h
+++ b/linden/indra/llui/llslider.h
@@ -56,6 +56,9 @@ public:
56 virtual LLXMLNodePtr getXML(bool save_children = true) const; 56 virtual LLXMLNodePtr getXML(bool save_children = true) const;
57 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory); 57 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory);
58 58
59 static void setScrollWheelMultiplier( S32 mult );
60 static S32 getScrollWheelMultiplier();
61
59 void setValue( F32 value, BOOL from_event = FALSE ); 62 void setValue( F32 value, BOOL from_event = FALSE );
60 F32 getValueF32() const { return mValue; } 63 F32 getValueF32() const { return mValue; }
61 64
@@ -107,6 +110,8 @@ private:
107 110
108 void (*mMouseDownCallback)(LLUICtrl* ctrl, void* userdata); 111 void (*mMouseDownCallback)(LLUICtrl* ctrl, void* userdata);
109 void (*mMouseUpCallback)(LLUICtrl* ctrl, void* userdata); 112 void (*mMouseUpCallback)(LLUICtrl* ctrl, void* userdata);
113
114 static S32 sScrollWheelMultiplier;
110}; 115};
111 116
112#endif // LL_LLSLIDER_H 117#endif // LL_LLSLIDER_H