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/llui/lltabcontainer.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 'linden/indra/llui/lltabcontainer.h')
-rw-r--r-- | linden/indra/llui/lltabcontainer.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/linden/indra/llui/lltabcontainer.h b/linden/indra/llui/lltabcontainer.h index 152bd05..16f8be5 100644 --- a/linden/indra/llui/lltabcontainer.h +++ b/linden/indra/llui/lltabcontainer.h | |||
@@ -62,19 +62,19 @@ public: | |||
62 | 62 | ||
63 | // from LLView | 63 | // from LLView |
64 | /*virtual*/ void setValue(const LLSD& value); | 64 | /*virtual*/ void setValue(const LLSD& value); |
65 | /*virtual*/ EWidgetType getWidgetType() const; | 65 | |
66 | /*virtual*/ LLString getWidgetTag() const; | ||
67 | /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); | 66 | /*virtual*/ void reshape(S32 width, S32 height, BOOL called_from_parent = TRUE); |
68 | /*virtual*/ void draw(); | 67 | /*virtual*/ void draw(); |
69 | /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); | 68 | /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); |
70 | /*virtual*/ BOOL handleHover( S32 x, S32 y, MASK mask ); | 69 | /*virtual*/ BOOL handleHover( S32 x, S32 y, MASK mask ); |
71 | /*virtual*/ BOOL handleMouseUp( S32 x, S32 y, MASK mask ); | 70 | /*virtual*/ BOOL handleMouseUp( S32 x, S32 y, MASK mask ); |
72 | /*virtual*/ BOOL handleToolTip(S32 x, S32 y, LLString& msg, LLRect* sticky_rect ); | 71 | /*virtual*/ BOOL handleToolTip(S32 x, S32 y, LLString& msg, LLRect* sticky_rect ); |
73 | /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask, BOOL called_from_parent); | 72 | /*virtual*/ BOOL handleKeyHere(KEY key, MASK mask); |
74 | /*virtual*/ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, | 73 | /*virtual*/ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, |
75 | EDragAndDropType type, void* cargo_data, | 74 | EDragAndDropType type, void* cargo_data, |
76 | EAcceptance* accept, LLString& tooltip); | 75 | EAcceptance* accept, LLString& tooltip); |
77 | /*virtual*/ LLXMLNodePtr getXML(bool save_children = true) const; | 76 | /*virtual*/ LLXMLNodePtr getXML(bool save_children = true) const; |
77 | /*virtual*/ LLView* getChildView(const LLString& name, BOOL recurse = TRUE, BOOL create_if_missing = TRUE) const; | ||
78 | 78 | ||
79 | void addTabPanel(LLPanel* child, | 79 | void addTabPanel(LLPanel* child, |
80 | const LLString& label, | 80 | const LLString& label, |
@@ -142,10 +142,6 @@ public: | |||
142 | 142 | ||
143 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); | 143 | static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); |
144 | 144 | ||
145 | protected: | ||
146 | /*virtual*/ LLView* getChildByName(const LLString& name, BOOL recurse = FALSE) const; | ||
147 | |||
148 | |||
149 | private: | 145 | private: |
150 | // Structure used to map tab buttons to and from tab panels | 146 | // Structure used to map tab buttons to and from tab panels |
151 | struct LLTabTuple | 147 | struct LLTabTuple |