aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgeneral.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelgeneral.h')
-rw-r--r--linden/indra/newview/llpanelgeneral.h39
1 files changed, 4 insertions, 35 deletions
diff --git a/linden/indra/newview/llpanelgeneral.h b/linden/indra/newview/llpanelgeneral.h
index 00dc874..6fd10ff 100644
--- a/linden/indra/newview/llpanelgeneral.h
+++ b/linden/indra/newview/llpanelgeneral.h
@@ -5,7 +5,7 @@
5 * 5 *
6 * $LicenseInfo:firstyear=2001&license=viewergpl$ 6 * $LicenseInfo:firstyear=2001&license=viewergpl$
7 * 7 *
8 * Copyright (c) 2001-2008, Linden Research, Inc. 8 * Copyright (c) 2001-2009, Linden Research, Inc.
9 * 9 *
10 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
11 * The source code in this file ("Source Code") is provided by Linden Lab 11 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -35,47 +35,16 @@
35 35
36#include "llpanel.h" 36#include "llpanel.h"
37 37
38class LLCheckBoxCtrl;
39class LLRadioGroup;
40class LLColorSwatchCtrl;
41class LLSpinCtrl;
42class LLTextBox;
43class LLComboBox;
44
45class LLPanelGeneral : public LLPanel 38class LLPanelGeneral : public LLPanel
46{ 39{
47public: 40public:
48 LLPanelGeneral(); 41 LLPanelGeneral();
49 virtual ~LLPanelGeneral(); 42 /*virtual*/ ~LLPanelGeneral();
43
44 BOOL postBuild();
50 45
51 virtual BOOL postBuild();
52 void refresh();
53 void apply(); 46 void apply();
54 void cancel(); 47 void cancel();
55
56 static void clickShowStartLocation(LLUICtrl*, void* user_data);
57 static void set_start_location(LLUICtrl* ctrl, void* data);
58 static void set_specific_start_location(LLLineEditor* line_editor, void* data);
59 static void onClickResetUISize(void*);
60
61protected:
62 S32 mRenderName;
63 BOOL mRenderNameHideSelf;
64 BOOL mSmallAvatarNames;
65 BOOL mRenderHideGroupTitle;
66 BOOL mChatOnlineNotification;
67 BOOL mShowSearch;
68 F32 mAFKTimeout;
69 BOOL mNotifyMoney;
70 BOOL mUseDefaultColor;
71 LLColor4 mEffectColor;
72 F32 mUIScaleFactor;
73 BOOL mUIAutoScale;
74 BOOL mMiniMapRotate;
75 BOOL mMiniMapTeleport;
76 S32 mOldCrashBehavior;
77 std::string mLoginLocation;
78 std::string mLanguage;
79}; 48};
80 49
81#endif 50#endif