diff options
Diffstat (limited to 'linden/indra/llui/llcheckboxctrl.h')
-rw-r--r-- | linden/indra/llui/llcheckboxctrl.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llui/llcheckboxctrl.h b/linden/indra/llui/llcheckboxctrl.h index 6aa7113..513b293 100644 --- a/linden/indra/llui/llcheckboxctrl.h +++ b/linden/indra/llui/llcheckboxctrl.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llcheckboxctrl.h | 2 | * @file llcheckboxctrl.h |
3 | * @brief LLCheckBoxCtrl base class | 3 | * @brief LLCheckBoxCtrl base class |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 7 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLCHECKBOXCTRL_H | 32 | #ifndef LL_LLCHECKBOXCTRL_H |
@@ -91,7 +94,7 @@ public: | |||
91 | virtual void setTentative(BOOL b) { mButton->setTentative(b); } | 94 | virtual void setTentative(BOOL b) { mButton->setTentative(b); } |
92 | virtual BOOL getTentative() const { return mButton->getTentative(); } | 95 | virtual BOOL getTentative() const { return mButton->getTentative(); } |
93 | 96 | ||
94 | virtual BOOL setLabelArg( const LLString& key, const LLString& text ); | 97 | virtual BOOL setLabelArg( const LLString& key, const LLStringExplicit& text ); |
95 | 98 | ||
96 | virtual void clear(); | 99 | virtual void clear(); |
97 | virtual void onCommit(); | 100 | virtual void onCommit(); |
@@ -102,7 +105,7 @@ public: | |||
102 | void setEnabledColor( const LLColor4 &color ) { mTextEnabledColor = color; } | 105 | void setEnabledColor( const LLColor4 &color ) { mTextEnabledColor = color; } |
103 | void setDisabledColor( const LLColor4 &color ) { mTextDisabledColor = color; } | 106 | void setDisabledColor( const LLColor4 &color ) { mTextDisabledColor = color; } |
104 | 107 | ||
105 | void setLabel( const LLString& label ); | 108 | void setLabel( const LLStringExplicit& label ); |
106 | LLString getLabel() const; | 109 | LLString getLabel() const; |
107 | 110 | ||
108 | virtual void setControlName(const LLString& control_name, LLView* context); | 111 | virtual void setControlName(const LLString& control_name, LLView* context); |