aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgeneral.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelgeneral.h35
1 files changed, 3 insertions, 32 deletions
diff --git a/linden/indra/newview/llpanelgeneral.h b/linden/indra/newview/llpanelgeneral.h
index a7b526d..5492a52 100644
--- a/linden/indra/newview/llpanelgeneral.h
+++ b/linden/indra/newview/llpanelgeneral.h
@@ -35,45 +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
60protected:
61 S32 mRenderName;
62 BOOL mRenderNameHideSelf;
63 BOOL mSmallAvatarNames;
64 BOOL mRenderHideGroupTitle;
65 BOOL mChatOnlineNotification;
66 BOOL mShowSearch;
67 F32 mAFKTimeout;
68 BOOL mNotifyMoney;
69 BOOL mUseDefaultColor;
70 LLColor4 mEffectColor;
71 F32 mUIScaleFactor;
72 BOOL mUIAutoScale;
73 BOOL mMiniMapRotate;
74 S32 mOldCrashBehavior;
75 std::string mLoginLocation;
76 std::string mLanguage;
77}; 48};
78 49
79#endif 50#endif