diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/llui/llmenugl.h | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/llui/llmenugl.h')
-rw-r--r-- | linden/indra/llui/llmenugl.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/linden/indra/llui/llmenugl.h b/linden/indra/llui/llmenugl.h index 6051a26..6dc9282 100644 --- a/linden/indra/llui/llmenugl.h +++ b/linden/indra/llui/llmenugl.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llmenugl.h | 2 | * @file llmenugl.h |
3 | * @brief Declaration of the opengl based menu system. | 3 | * @brief Declaration of the opengl based menu system. |
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_LLMENUGL_H | 32 | #ifndef LL_LLMENUGL_H |
@@ -124,8 +127,8 @@ public: | |||
124 | LLString getLabel( void ) const { return mLabel.getString(); } | 127 | LLString getLabel( void ) const { return mLabel.getString(); } |
125 | 128 | ||
126 | // change the label | 129 | // change the label |
127 | void setLabel( const LLString& label ); | 130 | void setLabel( const LLStringExplicit& label ); |
128 | virtual BOOL setLabelArg( const LLString& key, const LLString& text ); | 131 | virtual BOOL setLabelArg( const LLString& key, const LLStringExplicit& text ); |
129 | 132 | ||
130 | // Get the parent menu for this item | 133 | // Get the parent menu for this item |
131 | virtual LLMenuGL* getMenu(); | 134 | virtual LLMenuGL* getMenu(); |
@@ -440,7 +443,7 @@ public: | |||
440 | 443 | ||
441 | // return the name label | 444 | // return the name label |
442 | const LLString& getLabel( void ) const { return mLabel.getString(); } | 445 | const LLString& getLabel( void ) const { return mLabel.getString(); } |
443 | void setLabel(const LLString& label) { mLabel = label; } | 446 | void setLabel(const LLStringExplicit& label) { mLabel = label; } |
444 | 447 | ||
445 | static void setDefaultBackgroundColor( const LLColor4& color ); | 448 | static void setDefaultBackgroundColor( const LLColor4& color ); |
446 | void setBackgroundColor( const LLColor4& color ); | 449 | void setBackgroundColor( const LLColor4& color ); |