File: editorsettingsmiscbasepanel.h

package info (click to toggle)
codelite 14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112,816 kB
  • sloc: cpp: 483,662; ansic: 150,144; php: 9,569; lex: 4,186; python: 3,417; yacc: 2,820; sh: 1,147; makefile: 52; xml: 13
file content (366 lines) | stat: -rw-r--r-- 8,573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: editor_options_misc.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef _CODELITE_LITEEDITOR_EDITOR_OPTIONS_MISC_BASE_CLASSES_H
#define _CODELITE_LITEEDITOR_EDITOR_OPTIONS_MISC_BASE_CLASSES_H

#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/panel.h>
#include <wx/artprov.h>
#include <wx/sizer.h>
#include <wx/notebook.h>
#include <wx/imaglist.h>
#include <wx/stattext.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#if wxVERSION_NUMBER >= 2900
#include <wx/persist.h>
#include <wx/persist/toplevel.h>
#include <wx/persist/bookctrl.h>
#include <wx/persist/treebook.h>
#endif

#ifdef WXC_FROM_DIP
#undef WXC_FROM_DIP
#endif
#if wxVERSION_NUMBER >= 3100
#define WXC_FROM_DIP(x) wxWindow::FromDIP(x, NULL)
#else
#define WXC_FROM_DIP(x) x
#endif


class EditorSettingsMiscBasePanel : public wxPanel
{
protected:
    wxNotebook* m_notebook2;
    wxPanel* m_panel1;
    wxStaticText* m_staticText8;
    wxChoice* m_toolbarIconSize;
    wxCheckBox* m_singleAppInstance;
    wxCheckBox* m_versionCheckOnStartup;
    wxCheckBox* m_checkBoxPromptReleaseOnly;
    wxCheckBox* m_checkBoxRestoreSession;
    wxStaticText* m_staticText79;
    wxTextCtrl* m_webSearchPrefix;
    wxCheckBox* m_checkBoxDirect2D;
    wxPanel* m_panel23;
    wxStaticText* m_staticText31;
    wxStaticText* m_staticText33;
    wxStaticText* m_staticText35;
    wxStaticText* m_staticText37;
    wxStaticText* m_staticText39;
    wxStaticText* m_staticText41;
    wxStaticText* m_staticText43;
    wxStaticText* m_staticText45;
    wxStaticText* m_staticText47;
    wxStaticText* m_staticText49;
    wxTextCtrl* m_textCtrlPattern;
    wxPanel* m_panel44;
    wxStaticText* m_staticText70;
    wxCheckBox* m_statusbarShowLine;
    wxCheckBox* m_statusbarShowCol;
    wxCheckBox* m_statusbarShowPos;
    wxCheckBox* m_statusbarShowFileLength;
    wxCheckBox* m_statusBarShowSelChars;
    wxPanel* m_panelTBar;
    wxStaticText* m_staticText94;
    wxTextCtrl* m_textCtrlSeparation;
    wxStaticText* m_staticText97;
    wxPanel* m_panel2;
    wxStaticText* m_staticText1;
    wxChoice* m_fileEncoding;
    wxCheckBox* m_SetLocale;
    wxStaticText* m_staticTextLocale;
    wxChoice* m_AvailableLocales;
    wxPanel* m_panel3;
    wxStaticText* m_staticText2;
    wxButton* m_clearButton;
    wxStaticText* m_staticText3;
    wxTextCtrl* m_maxItemsFindReplace;
    wxStaticText* m_staticText4;
    wxTextCtrl* m_spinCtrlMaxOpenTabs;
    wxStaticText* m_staticText53;
    wxButton* m_buttonAnnoyingDialogs;
    wxPanel* m_panel4;
    wxStaticText* m_staticText6;
    wxChoice* m_choice4;
    wxButton* m_buttonOpenLog;
    wxCheckBox* m_redirectLogOutput;

protected:
    virtual void OnPromptStableReleaseUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void OnUseDirect2DUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void LocaleChkUpdateUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void LocaleStaticUpdateUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void LocaleChoiceUpdateUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void OnClearButtonClick(wxCommandEvent& event)
    {
        event.Skip();
    }
    virtual void OnClearUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }
    virtual void OnResetAnnoyingDialogsAnswers(wxCommandEvent& event)
    {
        event.Skip();
    }
    virtual void OnLogVerbosityChanged(wxCommandEvent& event)
    {
        event.Skip();
    }
    virtual void OnShowLogFile(wxCommandEvent& event)
    {
        event.Skip();
    }
    virtual void OnLogoutputCheckUpdateUI(wxUpdateUIEvent& event)
    {
        event.Skip();
    }

public:
    wxStaticText* GetStaticText8()
    {
        return m_staticText8;
    }
    wxChoice* GetToolbarIconSize()
    {
        return m_toolbarIconSize;
    }
    wxCheckBox* GetSingleAppInstance()
    {
        return m_singleAppInstance;
    }
    wxCheckBox* GetVersionCheckOnStartup()
    {
        return m_versionCheckOnStartup;
    }
    wxCheckBox* GetCheckBoxPromptReleaseOnly()
    {
        return m_checkBoxPromptReleaseOnly;
    }
    wxCheckBox* GetCheckBoxRestoreSession()
    {
        return m_checkBoxRestoreSession;
    }
    wxStaticText* GetStaticText79()
    {
        return m_staticText79;
    }
    wxTextCtrl* GetWebSearchPrefix()
    {
        return m_webSearchPrefix;
    }
    wxCheckBox* GetCheckBoxDirect2D()
    {
        return m_checkBoxDirect2D;
    }
    wxPanel* GetPanel1()
    {
        return m_panel1;
    }
    wxStaticText* GetStaticText31()
    {
        return m_staticText31;
    }
    wxStaticText* GetStaticText33()
    {
        return m_staticText33;
    }
    wxStaticText* GetStaticText35()
    {
        return m_staticText35;
    }
    wxStaticText* GetStaticText37()
    {
        return m_staticText37;
    }
    wxStaticText* GetStaticText39()
    {
        return m_staticText39;
    }
    wxStaticText* GetStaticText41()
    {
        return m_staticText41;
    }
    wxStaticText* GetStaticText43()
    {
        return m_staticText43;
    }
    wxStaticText* GetStaticText45()
    {
        return m_staticText45;
    }
    wxStaticText* GetStaticText47()
    {
        return m_staticText47;
    }
    wxStaticText* GetStaticText49()
    {
        return m_staticText49;
    }
    wxTextCtrl* GetTextCtrlPattern()
    {
        return m_textCtrlPattern;
    }
    wxPanel* GetPanel23()
    {
        return m_panel23;
    }
    wxStaticText* GetStaticText70()
    {
        return m_staticText70;
    }
    wxCheckBox* GetStatusbarShowLine()
    {
        return m_statusbarShowLine;
    }
    wxCheckBox* GetStatusbarShowCol()
    {
        return m_statusbarShowCol;
    }
    wxCheckBox* GetStatusbarShowPos()
    {
        return m_statusbarShowPos;
    }
    wxCheckBox* GetStatusbarShowFileLength()
    {
        return m_statusbarShowFileLength;
    }
    wxCheckBox* GetStatusBarShowSelChars()
    {
        return m_statusBarShowSelChars;
    }
    wxPanel* GetPanel44()
    {
        return m_panel44;
    }
    wxStaticText* GetStaticText94()
    {
        return m_staticText94;
    }
    wxTextCtrl* GetTextCtrlSeparation()
    {
        return m_textCtrlSeparation;
    }
    wxStaticText* GetStaticText97()
    {
        return m_staticText97;
    }
    wxPanel* GetPanelTBar()
    {
        return m_panelTBar;
    }
    wxStaticText* GetStaticText1()
    {
        return m_staticText1;
    }
    wxChoice* GetFileEncoding()
    {
        return m_fileEncoding;
    }
    wxCheckBox* GetSetLocale()
    {
        return m_SetLocale;
    }
    wxStaticText* GetStaticTextLocale()
    {
        return m_staticTextLocale;
    }
    wxChoice* GetAvailableLocales()
    {
        return m_AvailableLocales;
    }
    wxPanel* GetPanel2()
    {
        return m_panel2;
    }
    wxStaticText* GetStaticText2()
    {
        return m_staticText2;
    }
    wxButton* GetClearButton()
    {
        return m_clearButton;
    }
    wxStaticText* GetStaticText3()
    {
        return m_staticText3;
    }
    wxTextCtrl* GetMaxItemsFindReplace()
    {
        return m_maxItemsFindReplace;
    }
    wxStaticText* GetStaticText4()
    {
        return m_staticText4;
    }
    wxTextCtrl* GetSpinCtrlMaxOpenTabs()
    {
        return m_spinCtrlMaxOpenTabs;
    }
    wxStaticText* GetStaticText53()
    {
        return m_staticText53;
    }
    wxButton* GetButtonAnnoyingDialogs()
    {
        return m_buttonAnnoyingDialogs;
    }
    wxPanel* GetPanel3()
    {
        return m_panel3;
    }
    wxStaticText* GetStaticText6()
    {
        return m_staticText6;
    }
    wxChoice* GetChoice4()
    {
        return m_choice4;
    }
    wxButton* GetButtonOpenLog()
    {
        return m_buttonOpenLog;
    }
    wxCheckBox* GetRedirectLogOutput()
    {
        return m_redirectLogOutput;
    }
    wxPanel* GetPanel4()
    {
        return m_panel4;
    }
    wxNotebook* GetNotebook2()
    {
        return m_notebook2;
    }
    EditorSettingsMiscBasePanel(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxTAB_TRAVERSAL);
    virtual ~EditorSettingsMiscBasePanel();
};

#endif