diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/llui/lltabcontainer.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/llui/lltabcontainer.h')
-rw-r--r-- | linden/indra/llui/lltabcontainer.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llui/lltabcontainer.h b/linden/indra/llui/lltabcontainer.h index 5fe6bc5..7d501d2 100644 --- a/linden/indra/llui/lltabcontainer.h +++ b/linden/indra/llui/lltabcontainer.h | |||
@@ -87,7 +87,8 @@ public: | |||
87 | BOOL placeholder = FALSE, | 87 | BOOL placeholder = FALSE, |
88 | eInsertionPoint insertion_point = END) = 0; | 88 | eInsertionPoint insertion_point = END) = 0; |
89 | virtual void addPlaceholder(LLPanel* child, const LLString& label); | 89 | virtual void addPlaceholder(LLPanel* child, const LLString& label); |
90 | 90 | virtual void lockTabs(); | |
91 | |||
91 | virtual void enableTabButton(S32 which, BOOL enable); | 92 | virtual void enableTabButton(S32 which, BOOL enable); |
92 | 93 | ||
93 | virtual void removeTabPanel( LLPanel* child ); | 94 | virtual void removeTabPanel( LLPanel* child ); |
@@ -113,6 +114,7 @@ public: | |||
113 | 114 | ||
114 | BOOL getTabPanelFlashing(LLPanel* child); | 115 | BOOL getTabPanelFlashing(LLPanel* child); |
115 | void setTabPanelFlashing(LLPanel* child, BOOL state); | 116 | void setTabPanelFlashing(LLPanel* child, BOOL state); |
117 | virtual void setTabImage(LLPanel* child, std::string img_name); | ||
116 | void setTitle( const LLString& title ); | 118 | void setTitle( const LLString& title ); |
117 | const LLString getPanelTitle(S32 index); | 119 | const LLString getPanelTitle(S32 index); |
118 | 120 | ||
@@ -180,6 +182,7 @@ protected: | |||
180 | 182 | ||
181 | S32 mTopBorderHeight; | 183 | S32 mTopBorderHeight; |
182 | TabPosition mTabPosition; | 184 | TabPosition mTabPosition; |
185 | S32 mLockedTabCount; | ||
183 | 186 | ||
184 | protected: | 187 | protected: |
185 | void scrollPrev(); | 188 | void scrollPrev(); |
@@ -221,7 +224,7 @@ public: | |||
221 | /*virtual*/ void removeTabPanel( LLPanel* child ); | 224 | /*virtual*/ void removeTabPanel( LLPanel* child ); |
222 | 225 | ||
223 | /*virtual*/ void setPanelTitle(S32 index, const LLString& title); | 226 | /*virtual*/ void setPanelTitle(S32 index, const LLString& title); |
224 | 227 | /*virtual*/ void setTabImage(LLPanel* child, std::string img_name); | |
225 | /*virtual*/ void setRightTabBtnOffset( S32 offset ); | 228 | /*virtual*/ void setRightTabBtnOffset( S32 offset ); |
226 | 229 | ||
227 | /*virtual*/ void setMinTabWidth(S32 width); | 230 | /*virtual*/ void setMinTabWidth(S32 width); |