diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgeneral.h | 35 |
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 | ||
38 | class LLCheckBoxCtrl; | ||
39 | class LLRadioGroup; | ||
40 | class LLColorSwatchCtrl; | ||
41 | class LLSpinCtrl; | ||
42 | class LLTextBox; | ||
43 | class LLComboBox; | ||
44 | |||
45 | class LLPanelGeneral : public LLPanel | 38 | class LLPanelGeneral : public LLPanel |
46 | { | 39 | { |
47 | public: | 40 | public: |
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 | |||
60 | protected: | ||
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 |