diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/lltexturectrl.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltexturectrl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/lltexturectrl.h b/linden/indra/newview/lltexturectrl.h index ec45159..36f6ea2 100644 --- a/linden/indra/newview/lltexturectrl.h +++ b/linden/indra/newview/lltexturectrl.h | |||
@@ -74,8 +74,6 @@ public: | |||
74 | virtual ~LLTextureCtrl(); | 74 | virtual ~LLTextureCtrl(); |
75 | 75 | ||
76 | // LLView interface | 76 | // LLView interface |
77 | virtual EWidgetType getWidgetType() const { return WIDGET_TYPE_TEXTURE_PICKER; } | ||
78 | virtual LLString getWidgetTag() const { return LL_TEXTURE_CTRL_TAG; } | ||
79 | virtual LLXMLNodePtr getXML(bool save_children = true) const; | 77 | virtual LLXMLNodePtr getXML(bool save_children = true) const; |
80 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 78 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
81 | 79 | ||
@@ -85,7 +83,7 @@ public: | |||
85 | EAcceptance *accept, | 83 | EAcceptance *accept, |
86 | LLString& tooltip_msg); | 84 | LLString& tooltip_msg); |
87 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); | 85 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); |
88 | virtual BOOL handleUnicodeCharHere(llwchar uni_char, BOOL called_from_parent); | 86 | virtual BOOL handleUnicodeCharHere(llwchar uni_char); |
89 | 87 | ||
90 | virtual void draw(); | 88 | virtual void draw(); |
91 | virtual void setVisible( BOOL visible ); | 89 | virtual void setVisible( BOOL visible ); |