aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llview.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llview.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/linden/indra/llui/llview.h b/linden/indra/llui/llview.h
index 053ef82..63c1efc 100644
--- a/linden/indra/llui/llview.h
+++ b/linden/indra/llui/llview.h
@@ -2,6 +2,8 @@
2 * @file llview.h 2 * @file llview.h
3 * @brief Container for other views, anything that draws. 3 * @brief Container for other views, anything that draws.
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_LLVIEW_H 32#ifndef LL_LLVIEW_H
@@ -33,23 +36,19 @@
33// the HUD or a dialog box or a button. It can also contain sub-views 36// the HUD or a dialog box or a button. It can also contain sub-views
34// and child widgets 37// and child widgets
35 38
36#include <iosfwd> 39#include "llcoord.h"
37#include <list> 40#include "llfontgl.h"
38 41#include "llmortician.h"
39#include "lluixmltags.h"
40#include "llrect.h"
41#include "llmousehandler.h" 42#include "llmousehandler.h"
42#include "stdenums.h" 43#include "llnametable.h"
43#include "llsd.h" 44#include "llsd.h"
44#include "llstring.h" 45#include "llstring.h"
45#include "llnametable.h" 46#include "llrect.h"
46#include "llcoord.h"
47#include "llmortician.h"
48#include "llxmlnode.h"
49#include "llfontgl.h"
50#include "llviewquery.h"
51
52#include "llui.h" 47#include "llui.h"
48#include "lluixmltags.h"
49#include "llviewquery.h"
50#include "llxmlnode.h"
51#include "stdenums.h"
53 52
54class LLColor4; 53class LLColor4;
55class LLWindow; 54class LLWindow;
@@ -291,7 +290,7 @@ public:
291 virtual void setHidden(BOOL hidden); // Never show (replacement text) 290 virtual void setHidden(BOOL hidden); // Never show (replacement text)
292 291
293 // by default, does nothing and returns false 292 // by default, does nothing and returns false
294 virtual BOOL setLabelArg( const LLString& key, const LLString& text ); 293 virtual BOOL setLabelArg( const LLString& key, const LLStringExplicit& text );
295 294
296 virtual void onVisibilityChange ( BOOL curVisibilityIn ); 295 virtual void onVisibilityChange ( BOOL curVisibilityIn );
297 296