aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lllcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lllcd.h')
-rw-r--r--linden/indra/newview/lllcd.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/linden/indra/newview/lllcd.h b/linden/indra/newview/lllcd.h
index ae21da3..157ea8d 100644
--- a/linden/indra/newview/lllcd.h
+++ b/linden/indra/newview/lllcd.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2001&license=viewergpl$ 5 * $LicenseInfo:firstyear=2001&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2001-2007, Linden Research, Inc. 7 * Copyright (c) 2001-2008, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -36,19 +36,19 @@
36 36
37 37
38// class that defines the specific Debug page group of pages 38// class that defines the specific Debug page group of pages
39class llDebugPageGroup : public llLCDPageGroup 39class LLDebugPageGroup : public LLLCDPageGroup
40{ 40{
41public: 41public:
42 llDebugPageGroup(CEzLcd *LCD, int type, HICON SLIcon); 42 LLDebugPageGroup(CEzLcd *LCD, int type, HICON SLIcon);
43 virtual void UpdateDetails(); 43 virtual void UpdateDetails();
44 virtual void GetDisplayable(); 44 virtual void GetDisplayable();
45}; 45};
46 46
47// class that defines the specific Debug Console group of pages 47// class that defines the specific Debug Console group of pages
48class llDebugConsolePageGroup : public llLCDPageGroup 48class LLDebugConsolePageGroup : public LLLCDPageGroup
49{ 49{
50public: 50public:
51 llDebugConsolePageGroup(CEzLcd *LCD, int type, HICON SLIcon); 51 LLDebugConsolePageGroup(CEzLcd *LCD, int type, HICON SLIcon);
52 virtual void UpdateDetails(); 52 virtual void UpdateDetails();
53 virtual void GetDisplayable(); 53 virtual void GetDisplayable();
54 void InsertText(const LLWString &newLine); 54 void InsertText(const LLWString &newLine);
@@ -59,19 +59,19 @@ private:
59}; 59};
60 60
61// class that defines the specific Linden Account group of pages 61// class that defines the specific Linden Account group of pages
62class llLindenPageGroup : public llLCDPageGroup 62class LLLindenPageGroup : public LLLCDPageGroup
63{ 63{
64public: 64public:
65 llLindenPageGroup(CEzLcd *LCD, int type, HICON SLIcon); 65 LLLindenPageGroup(CEzLcd *LCD, int type, HICON SLIcon);
66 virtual void UpdateDetails(); 66 virtual void UpdateDetails();
67 virtual void GetDisplayable(); 67 virtual void GetDisplayable();
68}; 68};
69 69
70// class that defines the specific Chat group of pages 70// class that defines the specific Chat group of pages
71class llChatPageGroup : public llLCDPageGroup 71class LLChatPageGroup : public LLLCDPageGroup
72{ 72{
73public: 73public:
74 llChatPageGroup(CEzLcd *LCD, int type, HICON SLIcon); 74 LLChatPageGroup(CEzLcd *LCD, int type, HICON SLIcon);
75 virtual void UpdateDetails(); 75 virtual void UpdateDetails();
76 virtual void GetDisplayable(); 76 virtual void GetDisplayable();
77 void InsertText(const LLString &newLine); 77 void InsertText(const LLString &newLine);
@@ -82,10 +82,10 @@ private:
82}; 82};
83 83
84// class that defines the specific IM group of pages 84// class that defines the specific IM group of pages
85class llIMPageGroup : public llLCDPageGroup 85class LLIMPageGroup : public LLLCDPageGroup
86{ 86{
87public: 87public:
88 llIMPageGroup(CEzLcd *LCD, int type, HICON SLIcon); 88 LLIMPageGroup(CEzLcd *LCD, int type, HICON SLIcon);
89 virtual void UpdateDetails(); 89 virtual void UpdateDetails();
90 virtual void GetDisplayable(); 90 virtual void GetDisplayable();
91 void InsertText(const LLString &newLine); 91 void InsertText(const LLString &newLine);
@@ -96,18 +96,18 @@ private:
96}; 96};
97 97
98// class that defines the specific Region group of pages 98// class that defines the specific Region group of pages
99class llRegionPageGroup : public llLCDPageGroup 99class LLRegionPageGroup : public LLLCDPageGroup
100{ 100{
101public: 101public:
102 llRegionPageGroup(CEzLcd *LCD, int type, HICON SLIcon); 102 LLRegionPageGroup(CEzLcd *LCD, int type, HICON SLIcon);
103 virtual void UpdateDetails(); 103 virtual void UpdateDetails();
104 virtual void GetDisplayable(); 104 virtual void GetDisplayable();
105}; 105};
106 106
107class llLCD; 107class LLLCD;
108 108
109// The following symbols are exported from lllcd.cpp 109// The following symbols are exported from lllcd.cpp
110extern llLCD *gLcdScreen; 110extern LLLCD *gLcdScreen;
111extern void CreateLCDDebugWindows(); 111extern void CreateLCDDebugWindows();
112 112
113//#endif 113//#endif