File: php_ui.h

package info (click to toggle)
codelite 10.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 71,364 kB
  • sloc: cpp: 415,397; ansic: 18,277; php: 9,547; lex: 4,181; yacc: 2,820; python: 2,294; sh: 383; makefile: 51; xml: 13
file content (673 lines) | stat: -rw-r--r-- 28,459 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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: php_ui.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef _CODELITEPHP_PHP_PLUGIN_PHP_UI_BASE_CLASSES_H
#define _CODELITEPHP_PHP_PLUGIN_PHP_UI_BASE_CLASSES_H

#include <wx/settings.h>
#include <wx/xrc/xmlres.h>
#include <wx/xrc/xh_bmp.h>
#include <wx/dialog.h>
#include <wx/iconbndl.h>
#include <wx/artprov.h>
#include <wx/sizer.h>
#include "php_file_layout_tree.h"
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/filepicker.h>
#include <wx/dataview.h>
#include <wx/treebook.h>
#include <wx/panel.h>
#include <wx/imaglist.h>
#include <wx/choicebk.h>
#include <wx/propgrid/manager.h>
#include <wx/propgrid/property.h>
#include <wx/propgrid/advprops.h>
#include <wx/pen.h>
#include <wx/aui/auibar.h>
#include <map>
#include <wx/menu.h>
#include <wx/gauge.h>
#include <wx/treectrl.h>
#include "my_tree_view.h"
#include <wx/aui/auibook.h>
#include "Notebook.h"
#include <wx/toolbar.h>
#include "xdebuglocalsviewmodel.h"
#include <wx/bitmap.h>
#include <wx/icon.h>
#include <wx/notebook.h>
#include <wx/stc/stc.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/simplebook.h>
#include <wx/combobox.h>
#include <wx/wizard.h>
#include <vector>
#include <wx/bannerwindow.h>
#include <wx/radiobox.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 QuickOutlineDlgBase : public wxDialog
{
protected:
    PHPFileLayoutTree* m_treeCtrlLayout;

protected:

public:
    PHPFileLayoutTree* GetTreeCtrlLayout() { return m_treeCtrlLayout; }
    QuickOutlineDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT(""), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(400,300), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxBORDER_SUNKEN);
    virtual ~QuickOutlineDlgBase();
};


class NewPHPWorkspaceBaseDlg : public wxDialog
{
protected:
    wxStaticText* m_staticText2;
    wxTextCtrl* m_textCtrlName;
    wxStaticText* m_staticText3;
    wxTextCtrl* m_textCtrlPath;
    wxButton* m_button49;
    wxCheckBox* m_checkBoxAddProjectFromSources;
    wxCheckBox* m_checkBoxCreateInSeparateDir;
    wxTextCtrl* m_textCtrlPreview;
    wxStdDialogButtonSizer* m_stdBtnSizer685;
    wxButton* m_button687;
    wxButton* m_button689;

protected:
    virtual void OnNameUpdated(wxCommandEvent& event) { event.Skip(); }
    virtual void OnBrowse(wxCommandEvent& event) { event.Skip(); }
    virtual void OnCheckMakeSeparateDir(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOK(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOKUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText2() { return m_staticText2; }
    wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; }
    wxStaticText* GetStaticText3() { return m_staticText3; }
    wxTextCtrl* GetTextCtrlPath() { return m_textCtrlPath; }
    wxButton* GetButton49() { return m_button49; }
    wxCheckBox* GetCheckBoxAddProjectFromSources() { return m_checkBoxAddProjectFromSources; }
    wxCheckBox* GetCheckBoxCreateInSeparateDir() { return m_checkBoxCreateInSeparateDir; }
    wxTextCtrl* GetTextCtrlPreview() { return m_textCtrlPreview; }
    NewPHPWorkspaceBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New PHP Workspace"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~NewPHPWorkspaceBaseDlg();
};


class NewFileDlgBase : public wxDialog
{
protected:
    wxStaticText* m_staticText4;
    wxTextCtrl* m_textCtrlName;
    wxStaticText* m_staticText5;
    wxDirPickerCtrl* m_dirPickerPath;
    wxButton* m_button5;
    wxButton* m_button6;

protected:

public:
    wxStaticText* GetStaticText4() { return m_staticText4; }
    wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; }
    wxStaticText* GetStaticText5() { return m_staticText5; }
    wxDirPickerCtrl* GetDirPickerPath() { return m_dirPickerPath; }
    wxButton* GetButton5() { return m_button5; }
    wxButton* GetButton6() { return m_button6; }
    NewFileDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New File"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~NewFileDlgBase();
};


class OpenResourceDlgBase : public wxDialog
{
protected:
    wxStaticText* m_staticText9;
    wxTextCtrl* m_textCtrlFilter;
    wxDataViewListCtrl* m_dvListCtrl;

protected:
    virtual void OnKeyDown(wxKeyEvent& event) { event.Skip(); }
    virtual void OnFilterText(wxCommandEvent& event) { event.Skip(); }
    virtual void OnFilterEnter(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDVItemActivated(wxDataViewEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText9() { return m_staticText9; }
    wxTextCtrl* GetTextCtrlFilter() { return m_textCtrlFilter; }
    wxDataViewListCtrl* GetDvListCtrl() { return m_dvListCtrl; }
    OpenResourceDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Open resource..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(400,300), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~OpenResourceDlgBase();
};


class PHPSettingsBaseDlg : public wxDialog
{
protected:
    wxTreebook* m_treebook9;
    wxPanel* m_panel11;
    wxStaticText* m_staticText9;
    wxFilePickerCtrl* m_filePickerPHPPath;
    wxStaticText* m_staticText11;
    wxTextCtrl* m_textCtrlErrorReporting;
    wxStaticText* m_staticText14;
    wxButton* m_buttonBrowseIncludePath;
    wxTextCtrl* m_textCtrlIncludePath;
    wxPanel* m_panel15;
    wxStaticText* m_staticText13;
    wxButton* m_button15;
    wxTextCtrl* m_textCtrCClIncludePath;
    wxPanel* m_panel13;
    wxStaticText* m_staticTextHost;
    wxTextCtrl* m_textCtrlHost;
    wxStaticText* m_staticText10;
    wxTextCtrl* m_textCtrlXDebugPort;
    wxStaticText* m_staticText152;
    wxTextCtrl* m_textCtrlIdeKey;
    wxPanel* m_panel407;
    wxCheckBox* m_checkBoxRunLint;
    wxButton* m_button9;
    wxButton* m_button10;

protected:
    virtual void OnBrowseForIncludePath(wxCommandEvent& event) { event.Skip(); }
    virtual void OnAddCCPath(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateApplyUI(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOK(wxCommandEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText9() { return m_staticText9; }
    wxFilePickerCtrl* GetFilePickerPHPPath() { return m_filePickerPHPPath; }
    wxStaticText* GetStaticText11() { return m_staticText11; }
    wxTextCtrl* GetTextCtrlErrorReporting() { return m_textCtrlErrorReporting; }
    wxStaticText* GetStaticText14() { return m_staticText14; }
    wxButton* GetButtonBrowseIncludePath() { return m_buttonBrowseIncludePath; }
    wxTextCtrl* GetTextCtrlIncludePath() { return m_textCtrlIncludePath; }
    wxPanel* GetPanel11() { return m_panel11; }
    wxStaticText* GetStaticText13() { return m_staticText13; }
    wxButton* GetButton15() { return m_button15; }
    wxTextCtrl* GetTextCtrCClIncludePath() { return m_textCtrCClIncludePath; }
    wxPanel* GetPanel15() { return m_panel15; }
    wxStaticText* GetStaticTextHost() { return m_staticTextHost; }
    wxTextCtrl* GetTextCtrlHost() { return m_textCtrlHost; }
    wxStaticText* GetStaticText10() { return m_staticText10; }
    wxTextCtrl* GetTextCtrlXDebugPort() { return m_textCtrlXDebugPort; }
    wxStaticText* GetStaticText152() { return m_staticText152; }
    wxTextCtrl* GetTextCtrlIdeKey() { return m_textCtrlIdeKey; }
    wxPanel* GetPanel13() { return m_panel13; }
    wxCheckBox* GetCheckBoxRunLint() { return m_checkBoxRunLint; }
    wxPanel* GetPanel407() { return m_panel407; }
    wxTreebook* GetTreebook9() { return m_treebook9; }
    wxButton* GetButton9() { return m_button9; }
    wxButton* GetButton10() { return m_button10; }
    PHPSettingsBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("PHP General Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~PHPSettingsBaseDlg();
};


class PHPProjectSettingsBase : public wxDialog
{
protected:
    wxTreebook* m_treebook41;
    wxPanel* m_panel43;
    wxStaticText* m_staticText457;
    wxChoicebook* m_choicebook1;
    wxPanel* m_panel5;
    wxStaticText* m_staticText19;
    wxFilePickerCtrl* m_filePickerPHPExe;
    wxStaticText* m_staticText75;
    wxFilePickerCtrl* m_filePickerPhpIni;
    wxStaticText* m_staticText15;
    wxFilePickerCtrl* m_filePickerIndex;
    wxStaticText* m_staticText18;
    wxDirPickerCtrl* m_dirPickerWorkingDirectory;
    wxStaticText* m_staticText41;
    wxTextCtrl* m_textCtrlProgramArgs;
    wxCheckBox* m_checkBoxPauseWhenExecutionEnds;
    wxPanel* m_panel6;
    wxStaticText* m_staticText16;
    wxTextCtrl* m_textCtrlWebSiteURL;
    wxCheckBox* m_checkBoxSystemBrowser;
    wxPanel* m_panel59;
    wxStaticText* m_staticText20;
    wxButton* m_button17;
    wxTextCtrl* m_textCtrlPHPIncludePath;
    wxPanel* m_panel447;
    wxPropertyGridManager* m_pgMgrView;
    wxPGProperty* m_pgPropFileTypes;
    wxPGProperty* m_pgPropExcludeFolders;
    wxPanel* m_panel45;
    wxStaticText* m_staticText105;
    wxDataViewListCtrl* m_dvListCtrlFileMapping;
    wxPanel* m_panel47;
    wxStaticText* m_staticText13;
    wxButton* m_button15;
    wxTextCtrl* m_textCtrlCCIncludePath;
    wxButton* m_button12;
    wxButton* m_button13;
    wxButton* m_button14;

protected:
    virtual void OnPageChanged(wxChoicebookEvent& event) { event.Skip(); }
    virtual void OnPHPExecChanged(wxFileDirPickerEvent& event) { event.Skip(); }
    virtual void OnPHPIniSelected(wxFileDirPickerEvent& event) { event.Skip(); }
    virtual void OnIndexFileSelected(wxFileDirPickerEvent& event) { event.Skip(); }
    virtual void OnWorkingDirectoryChanged(wxFileDirPickerEvent& event) { event.Skip(); }
    virtual void OnUpdateApplyUI(wxCommandEvent& event) { event.Skip(); }
    virtual void OnPauseWhenExeTerminates(wxCommandEvent& event) { event.Skip(); }
    virtual void OnProjectURLChanged(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUseSystemBrowser(wxCommandEvent& event) { event.Skip(); }
    virtual void OnAddIncludePath(wxCommandEvent& event) { event.Skip(); }
    virtual void OnPgmgrviewPgChanged(wxPropertyGridEvent& event) { event.Skip(); }
    virtual void OnFileMappingMenu(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnFileMappingItemActivated(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnAddCCPath(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOK(wxCommandEvent& event) { event.Skip(); }
    virtual void OnApply(wxCommandEvent& event) { event.Skip(); }
    virtual void OnApplyUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText457() { return m_staticText457; }
    wxStaticText* GetStaticText19() { return m_staticText19; }
    wxFilePickerCtrl* GetFilePickerPHPExe() { return m_filePickerPHPExe; }
    wxStaticText* GetStaticText75() { return m_staticText75; }
    wxFilePickerCtrl* GetFilePickerPhpIni() { return m_filePickerPhpIni; }
    wxStaticText* GetStaticText15() { return m_staticText15; }
    wxFilePickerCtrl* GetFilePickerIndex() { return m_filePickerIndex; }
    wxStaticText* GetStaticText18() { return m_staticText18; }
    wxDirPickerCtrl* GetDirPickerWorkingDirectory() { return m_dirPickerWorkingDirectory; }
    wxStaticText* GetStaticText41() { return m_staticText41; }
    wxTextCtrl* GetTextCtrlProgramArgs() { return m_textCtrlProgramArgs; }
    wxCheckBox* GetCheckBoxPauseWhenExecutionEnds() { return m_checkBoxPauseWhenExecutionEnds; }
    wxPanel* GetPanel5() { return m_panel5; }
    wxStaticText* GetStaticText16() { return m_staticText16; }
    wxTextCtrl* GetTextCtrlWebSiteURL() { return m_textCtrlWebSiteURL; }
    wxCheckBox* GetCheckBoxSystemBrowser() { return m_checkBoxSystemBrowser; }
    wxPanel* GetPanel6() { return m_panel6; }
    wxChoicebook* GetChoicebook1() { return m_choicebook1; }
    wxStaticText* GetStaticText20() { return m_staticText20; }
    wxButton* GetButton17() { return m_button17; }
    wxTextCtrl* GetTextCtrlPHPIncludePath() { return m_textCtrlPHPIncludePath; }
    wxPanel* GetPanel59() { return m_panel59; }
    wxPropertyGridManager* GetPgMgrView() { return m_pgMgrView; }
    wxPanel* GetPanel447() { return m_panel447; }
    wxPanel* GetPanel43() { return m_panel43; }
    wxStaticText* GetStaticText105() { return m_staticText105; }
    wxDataViewListCtrl* GetDvListCtrlFileMapping() { return m_dvListCtrlFileMapping; }
    wxPanel* GetPanel45() { return m_panel45; }
    wxStaticText* GetStaticText13() { return m_staticText13; }
    wxButton* GetButton15() { return m_button15; }
    wxTextCtrl* GetTextCtrlCCIncludePath() { return m_textCtrlCCIncludePath; }
    wxPanel* GetPanel47() { return m_panel47; }
    wxTreebook* GetTreebook41() { return m_treebook41; }
    wxButton* GetButton12() { return m_button12; }
    wxButton* GetButton13() { return m_button13; }
    wxButton* GetButton14() { return m_button14; }
    PHPProjectSettingsBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Project Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~PHPProjectSettingsBase();
};


class FileMappingDlgBase : public wxDialog
{
protected:
    wxStaticText* m_staticText119;
    wxDirPickerCtrl* m_dirPickerSource;
    wxStaticText* m_staticText123;
    wxTextCtrl* m_textCtrlRemote;
    wxStdDialogButtonSizer* m_stdBtnSizer111;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

protected:
    virtual void OnOkUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText119() { return m_staticText119; }
    wxDirPickerCtrl* GetDirPickerSource() { return m_dirPickerSource; }
    wxStaticText* GetStaticText123() { return m_staticText123; }
    wxTextCtrl* GetTextCtrlRemote() { return m_textCtrlRemote; }
    FileMappingDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("File Mapping"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~FileMappingDlgBase();
};


class PHPWorkspaceViewBase : public wxPanel
{
protected:
    wxAuiToolBar* m_auibar29;
    wxGauge* m_gaugeParseProgress;
    MyTreeView* m_treeCtrlView;

protected:
    virtual void OnMenu(wxTreeEvent& event) { event.Skip(); }
    virtual void OnItemActivated(wxTreeEvent& event) { event.Skip(); }

public:
    wxAuiToolBar* GetAuibar29() { return m_auibar29; }
    wxGauge* GetGaugeParseProgress() { return m_gaugeParseProgress; }
    MyTreeView* GetTreeCtrlView() { return m_treeCtrlView; }
    PHPWorkspaceViewBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxTAB_TRAVERSAL);
    virtual ~PHPWorkspaceViewBase();
};


class PHPDebugPaneBase : public wxPanel
{
public:
    enum {
        ID_DELETE_ALL_BREAKPOINTS = 8001,
        ID_DELETE_BREAKPOINTS = 8002,
    };
protected:
    Notebook* m_auiBook;
    wxPanel* m_panel140;
    wxDataViewListCtrl* m_dvListCtrlStackTrace;
    wxPanel* m_panel142;
    wxDataViewListCtrl* m_dvListCtrlBreakpoints;
    wxAuiToolBar* m_auibar218;

protected:
    virtual void OnCallStackItemActivated(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnCallStackMenu(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnBreakpointItemActivated(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnDeleteBreakpoint(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteBreakpointUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnClearAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnClearAllUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxDataViewListCtrl* GetDvListCtrlStackTrace() { return m_dvListCtrlStackTrace; }
    wxPanel* GetPanel140() { return m_panel140; }
    wxDataViewListCtrl* GetDvListCtrlBreakpoints() { return m_dvListCtrlBreakpoints; }
    wxAuiToolBar* GetAuibar218() { return m_auibar218; }
    wxPanel* GetPanel142() { return m_panel142; }
    Notebook* GetAuiBook() { return m_auiBook; }
    PHPDebugPaneBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(300,300), long style = wxTAB_TRAVERSAL);
    virtual ~PHPDebugPaneBase();
};


class LocalsViewBase : public wxPanel
{
protected:
    wxDataViewCtrl* m_dataview;
    wxObjectDataPtr<XDebugLocalsViewModel> m_dataviewModel;


protected:
    virtual void OnLocalCollapsed(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnLocalExpanded(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnLocalExpanding(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnLocalsMenu(wxDataViewEvent& event) { event.Skip(); }

public:
    wxDataViewCtrl* GetDataview() { return m_dataview; }
    LocalsViewBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxTAB_TRAVERSAL);
    virtual ~LocalsViewBase();
};


class PHPImages : public wxImageList
{
protected:
    // Maintain a map of all bitmaps representd by their name
    std::map<wxString, wxBitmap> m_bitmaps;
    // The requested image resolution (can be one of @2x, @1.5x, @1.25x or an empty string (the default)
    wxString m_resolution;
    int m_imagesWidth;
    int m_imagesHeight;


protected:

public:
    PHPImages();
    const wxBitmap& Bitmap(const wxString &name) const {
        if ( !m_bitmaps.count(name + m_resolution) )
            return wxNullBitmap;
        return m_bitmaps.find(name + m_resolution)->second;
    }

    void SetBitmapResolution(const wxString &res = wxEmptyString) {
        m_resolution = res;
    }

    virtual ~PHPImages();
};


class EvalPaneBase : public wxPanel
{
protected:
    Notebook* m_notebook257;
    wxPanel* m_panel259;
    wxStyledTextCtrl* m_stcOutput;
    wxTextCtrl* m_textCtrlExpression;
    wxButton* m_buttonSend;
    wxPanel* m_panel261;
    wxStyledTextCtrl* m_stcOutputXDebug;
    wxTextCtrl* m_textCtrlExpressionXdebug;
    wxButton* m_buttonSendXdebug;

protected:
    virtual void OnEnter(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSend(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSendUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnSendXDebugCommand(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSendXDebugCommandUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxStyledTextCtrl* GetStcOutput() { return m_stcOutput; }
    wxTextCtrl* GetTextCtrlExpression() { return m_textCtrlExpression; }
    wxButton* GetButtonSend() { return m_buttonSend; }
    wxPanel* GetPanel259() { return m_panel259; }
    wxStyledTextCtrl* GetStcOutputXDebug() { return m_stcOutputXDebug; }
    wxTextCtrl* GetTextCtrlExpressionXdebug() { return m_textCtrlExpressionXdebug; }
    wxButton* GetButtonSendXdebug() { return m_buttonSendXdebug; }
    wxPanel* GetPanel261() { return m_panel261; }
    Notebook* GetNotebook257() { return m_notebook257; }
    EvalPaneBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxTAB_TRAVERSAL);
    virtual ~EvalPaneBase();
};


class PHPDebugStartDlgBase : public wxDialog
{
protected:
    wxChoice* m_choice;
    wxSimplebook* m_simpleBook;
    wxPanel* m_panelDebugURL;
    wxStaticText* m_staticText377;
    wxComboBox* m_comboBoxURL;
    wxPanel* m_panelCommandLine;
    wxStaticText* m_staticText383;
    wxTextCtrl* m_textCtrlScriptToDebug;
    wxCheckBox* m_checkBoxDebugActiveEditor;
    wxStdDialogButtonSizer* m_stdBtnSizer361;
    wxButton* m_button363;
    wxButton* m_button365;

protected:
    virtual void OnDebugMethodChanged(wxCommandEvent& event) { event.Skip(); }
    virtual void OnScriptToDebugUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnUseActiveEditor(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOkUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxChoice* GetChoice() { return m_choice; }
    wxStaticText* GetStaticText377() { return m_staticText377; }
    wxComboBox* GetComboBoxURL() { return m_comboBoxURL; }
    wxPanel* GetPanelDebugURL() { return m_panelDebugURL; }
    wxStaticText* GetStaticText383() { return m_staticText383; }
    wxTextCtrl* GetTextCtrlScriptToDebug() { return m_textCtrlScriptToDebug; }
    wxCheckBox* GetCheckBoxDebugActiveEditor() { return m_checkBoxDebugActiveEditor; }
    wxPanel* GetPanelCommandLine() { return m_panelCommandLine; }
    wxSimplebook* GetSimpleBook() { return m_simpleBook; }
    PHPDebugStartDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("PHP Run / Debug"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~PHPDebugStartDlgBase();
};


class NewPHPProjectWizardBase : public wxWizard
{
protected:
    std::vector<wxWizardPageSimple*> m_pages;

    wxWizardPageSimple* m_wizardPageCreateMethod;
    wxBannerWindow* m_banner495;
    wxRadioBox* m_radioBoxCreateMethod;
    wxWizardPageSimple* m_wizardPageProjectDetails;
    wxBannerWindow* m_banner517;
    wxStaticText* m_staticText521;
    wxTextCtrl* m_textCtrlName;
    wxStaticText* m_staticText525;
    wxDirPickerCtrl* m_dirPickerPath;
    wxCheckBox* m_checkBoxSeparateFolder;
    wxStaticText* m_staticText535;
    wxTextCtrl* m_textCtrlPreview;
    wxWizardPageSimple* m_wizardPageFinalize;
    wxBannerWindow* m_banner4951;
    wxStaticText* m_staticText3173;
    wxChoice* m_choiceProjectType;
    wxStaticText* m_staticText3215;
    wxFilePickerCtrl* m_filePickerPhpExe;
    wxWizardPageSimple* m_wizardPage634;
    wxBannerWindow* m_banner49511;
    wxStaticText* m_staticText653;
    wxButton* m_button651;
    wxTextCtrl* m_textCtrlCCPaths;

protected:
    virtual void OnFinish(wxWizardEvent& event) { event.Skip(); }
    virtual void OnPageChanging(wxWizardEvent& event) { event.Skip(); }
    virtual void OnNameUpdated(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDirSelected(wxFileDirPickerEvent& event) { event.Skip(); }
    virtual void OnCheckSeparateFolder(wxCommandEvent& event) { event.Skip(); }
    virtual void OnBrowseForCCFolder(wxCommandEvent& event) { event.Skip(); }

public:
    wxBannerWindow* GetBanner495() { return m_banner495; }
    wxRadioBox* GetRadioBoxCreateMethod() { return m_radioBoxCreateMethod; }
    wxWizardPageSimple* GetWizardPageCreateMethod() { return m_wizardPageCreateMethod; }
    wxBannerWindow* GetBanner517() { return m_banner517; }
    wxStaticText* GetStaticText521() { return m_staticText521; }
    wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; }
    wxStaticText* GetStaticText525() { return m_staticText525; }
    wxDirPickerCtrl* GetDirPickerPath() { return m_dirPickerPath; }
    wxCheckBox* GetCheckBoxSeparateFolder() { return m_checkBoxSeparateFolder; }
    wxStaticText* GetStaticText535() { return m_staticText535; }
    wxTextCtrl* GetTextCtrlPreview() { return m_textCtrlPreview; }
    wxWizardPageSimple* GetWizardPageProjectDetails() { return m_wizardPageProjectDetails; }
    wxBannerWindow* GetBanner4951() { return m_banner4951; }
    wxStaticText* GetStaticText3173() { return m_staticText3173; }
    wxChoice* GetChoiceProjectType() { return m_choiceProjectType; }
    wxStaticText* GetStaticText3215() { return m_staticText3215; }
    wxFilePickerCtrl* GetFilePickerPhpExe() { return m_filePickerPhpExe; }
    wxWizardPageSimple* GetWizardPageFinalize() { return m_wizardPageFinalize; }
    wxBannerWindow* GetBanner49511() { return m_banner49511; }
    wxStaticText* GetStaticText653() { return m_staticText653; }
    wxButton* GetButton651() { return m_button651; }
    wxTextCtrl* GetTextCtrlCCPaths() { return m_textCtrlCCPaths; }
    wxWizardPageSimple* GetWizardPage634() { return m_wizardPage634; }
    NewPHPProjectWizardBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New PHP Project"), const wxBitmap& bmp = wxNullBitmap, const wxPoint& pos = wxDefaultPosition, long style = wxDEFAULT_DIALOG_STYLE);
    wxWizardPageSimple* GetFirstPage() const { if(!m_pages.empty()) return m_pages.at(0); return NULL; }
    virtual ~NewPHPProjectWizardBase();
};


class PHPXDebugSetupWizardBase : public wxWizard
{
protected:
    std::vector<wxWizardPageSimple*> m_pages;

    wxWizardPageSimple* m_wizardPagePort;
    wxBannerWindow* m_bannerPort;
    wxStaticText* m_staticText585;
    wxTextCtrl* m_textCtrlPort;
    wxWizardPageSimple* m_wizardPageHost;
    wxBannerWindow* m_bannerHost;
    wxStaticText* m_staticText5853;
    wxTextCtrl* m_textCtrlIP;
    wxWizardPageSimple* m_wizardPageIDEKey;
    wxBannerWindow* m_bannerSessionID;
    wxStaticText* m_staticText58537;
    wxTextCtrl* m_textCtrlKey;
    wxWizardPageSimple* m_wizardPagePHP;
    wxBannerWindow* m_bannerSessionID10;
    wxStaticText* m_staticText625;
    wxTextCtrl* m_textCtrlPHPIni;

protected:
    virtual void OnPageChanging(wxWizardEvent& event) { event.Skip(); }
    virtual void OnFinished(wxWizardEvent& event) { event.Skip(); }

public:
    wxBannerWindow* GetBannerPort() { return m_bannerPort; }
    wxStaticText* GetStaticText585() { return m_staticText585; }
    wxTextCtrl* GetTextCtrlPort() { return m_textCtrlPort; }
    wxWizardPageSimple* GetWizardPagePort() { return m_wizardPagePort; }
    wxBannerWindow* GetBannerHost() { return m_bannerHost; }
    wxStaticText* GetStaticText5853() { return m_staticText5853; }
    wxTextCtrl* GetTextCtrlIP() { return m_textCtrlIP; }
    wxWizardPageSimple* GetWizardPageHost() { return m_wizardPageHost; }
    wxBannerWindow* GetBannerSessionID() { return m_bannerSessionID; }
    wxStaticText* GetStaticText58537() { return m_staticText58537; }
    wxTextCtrl* GetTextCtrlKey() { return m_textCtrlKey; }
    wxWizardPageSimple* GetWizardPageIDEKey() { return m_wizardPageIDEKey; }
    wxBannerWindow* GetBannerSessionID10() { return m_bannerSessionID10; }
    wxStaticText* GetStaticText625() { return m_staticText625; }
    wxTextCtrl* GetTextCtrlPHPIni() { return m_textCtrlPHPIni; }
    wxWizardPageSimple* GetWizardPagePHP() { return m_wizardPagePHP; }
    PHPXDebugSetupWizardBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("XDebug Setup"), const wxBitmap& bmp = wxNullBitmap, const wxPoint& pos = wxDefaultPosition, long style = wxDEFAULT_DIALOG_STYLE);
    wxWizardPageSimple* GetFirstPage() const { if(!m_pages.empty()) return m_pages.at(0); return NULL; }
    virtual ~PHPXDebugSetupWizardBase();
};


class PHPSettersGettersDialogBase : public wxDialog
{
protected:
    wxDataViewListCtrl* m_dvListCtrlFunctions;
    wxCheckBox* m_checkBoxLowercase;
    wxCheckBox* m_checkBoxPrefixGetter;
    wxCheckBox* m_checkBoxReurnThis;
    wxStdDialogButtonSizer* m_stdBtnSizer659;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

protected:

public:
    wxDataViewListCtrl* GetDvListCtrlFunctions() { return m_dvListCtrlFunctions; }
    wxCheckBox* GetCheckBoxLowercase() { return m_checkBoxLowercase; }
    wxCheckBox* GetCheckBoxPrefixGetter() { return m_checkBoxPrefixGetter; }
    wxCheckBox* GetCheckBoxReurnThis() { return m_checkBoxReurnThis; }
    PHPSettersGettersDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Generate Setters / Getters"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~PHPSettersGettersDialogBase();
};

#endif