aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lluictrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/lluictrl.h')
-rw-r--r--linden/indra/llui/lluictrl.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/llui/lluictrl.h b/linden/indra/llui/lluictrl.h
index 455a8c0..00f7874 100644
--- a/linden/indra/llui/lluictrl.h
+++ b/linden/indra/llui/lluictrl.h
@@ -3,6 +3,8 @@
3 * @author James Cook, Richard Nelson, Tom Yedwab 3 * @author James Cook, Richard Nelson, Tom Yedwab
4 * @brief Abstract base class for UI controls 4 * @brief Abstract base class for UI controls
5 * 5 *
6 * $LicenseInfo:firstyear=2001&license=viewergpl$
7 *
6 * Copyright (c) 2001-2007, Linden Research, Inc. 8 * Copyright (c) 2001-2007, Linden Research, Inc.
7 * 9 *
8 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
@@ -25,6 +27,7 @@
25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
27 * COMPLETENESS OR PERFORMANCE. 29 * COMPLETENESS OR PERFORMANCE.
30 * $/LicenseInfo$
28 */ 31 */
29 32
30#ifndef LL_LLUICTRL_H 33#ifndef LL_LLUICTRL_H
@@ -69,10 +72,10 @@ public:
69 virtual LLSD getValue() const { return LLSD(); } 72 virtual LLSD getValue() const { return LLSD(); }
70 73
71 // Defaults to no-op 74 // Defaults to no-op
72 virtual BOOL setTextArg( const LLString& key, const LLString& text ); 75 virtual BOOL setTextArg( const LLString& key, const LLStringExplicit& text );
73 76
74 // Defaults to no-op 77 // Defaults to no-op
75 virtual BOOL setLabelArg( const LLString& key, const LLString& text ); 78 virtual BOOL setLabelArg( const LLString& key, const LLStringExplicit& text );
76 79
77 // Defaults to return NULL 80 // Defaults to return NULL
78 virtual LLCtrlSelectionInterface* getSelectionInterface(); 81 virtual LLCtrlSelectionInterface* getSelectionInterface();