diff options
Diffstat (limited to 'linden/indra/llui/llspinctrl.h')
-rw-r--r-- | linden/indra/llui/llspinctrl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/llui/llspinctrl.h b/linden/indra/llui/llspinctrl.h index f1f971e..790e216 100644 --- a/linden/indra/llui/llspinctrl.h +++ b/linden/indra/llui/llspinctrl.h | |||
@@ -62,8 +62,7 @@ public: | |||
62 | S32 label_width = SPINCTRL_DEFAULT_LABEL_WIDTH ); | 62 | S32 label_width = SPINCTRL_DEFAULT_LABEL_WIDTH ); |
63 | 63 | ||
64 | virtual ~LLSpinCtrl() {} // Children all cleaned up by default view destructor. | 64 | virtual ~LLSpinCtrl() {} // Children all cleaned up by default view destructor. |
65 | virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_SPINNER; } | 65 | |
66 | virtual LLString getWidgetTag() const { return LL_SPIN_CTRL_TAG; } | ||
67 | virtual LLXMLNodePtr getXML(bool save_children = true) const; | 66 | virtual LLXMLNodePtr getXML(bool save_children = true) const; |
68 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory); | 67 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, class LLUICtrlFactory *factory); |
69 | 68 | ||
@@ -101,7 +100,7 @@ public: | |||
101 | void forceEditorCommit(); // for commit on external button | 100 | void forceEditorCommit(); // for commit on external button |
102 | 101 | ||
103 | virtual BOOL handleScrollWheel(S32 x,S32 y,S32 clicks); | 102 | virtual BOOL handleScrollWheel(S32 x,S32 y,S32 clicks); |
104 | virtual BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); | 103 | virtual BOOL handleKeyHere(KEY key, MASK mask); |
105 | 104 | ||
106 | virtual void draw(); | 105 | virtual void draw(); |
107 | 106 | ||