File: gitui.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 (609 lines) | stat: -rw-r--r-- 26,211 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
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: gitui.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef _CODELITE_GIT_GITUI_BASE_CLASSES_H
#define _CODELITE_GIT_GITUI_BASE_CLASSES_H

// clang-format off
#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 <wx/treebook.h>
#include <wx/panel.h>
#include <wx/imaglist.h>
#include <wx/stattext.h>
#include <wx/filepicker.h>
#include <wx/textctrl.h>
#include <wx/checkbox.h>
#include <wx/button.h>
#include <wx/splitter.h>
#include "clThemedSplitterWindow.h"
#include <wx/dataview.h>
#include "clThemedListCtrl.h"
#include <wx/stc/stc.h>
#include <wx/toolbar.h>
#include "clToolBar.h"
#include <wx/srchctrl.h>
#include <wx/combobox.h>
#include <wx/arrstr.h>
#include <wx/listbox.h>
#include "gitCommitEditor.h"
#include <wx/radiobox.h>
#include <wx/statbox.h>
#include <wx/radiobut.h>
#include <wx/choice.h>
#include <wx/spinctrl.h>
#include <wx/notebook.h>
#include "Notebook.h"
#include <wx/gauge.h>
#include <wx/pen.h>
#include <wx/aui/auibar.h>
#include <map>
#include <wx/menu.h>
#include <wx/checklst.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

// clang-format on

class GitSettingsDlgBase : public wxDialog
{
protected:
    wxTreebook* m_treebook230;
    wxPanel* m_panel232;
    wxStaticText* m_staticText42;
    wxFilePickerCtrl* m_pathGIT;
    wxStaticText* m_staticText54;
    wxFilePickerCtrl* m_pathGITK;
    wxStaticText* m_staticText355;
    wxTextCtrl* m_textCtrlGitShell;
    wxPanel* m_panel234;
    wxStaticText* m_staticText246;
    wxTextCtrl* m_textCtrlGlobalName;
    wxStaticText* m_staticText250;
    wxTextCtrl* m_textCtrlGlobalEmail;
    wxStaticText* m_staticText254;
    wxTextCtrl* m_textCtrlLocalName;
    wxStaticText* m_staticText258;
    wxTextCtrl* m_textCtrlLocalEmail;
    wxPanel* m_panel236;
    wxCheckBox* m_checkBoxTerminal;
    wxCheckBox* m_checkBoxLog;
    wxCheckBox* m_checkBoxTrackTree;
    wxStdDialogButtonSizer* m_stdBtnSizer284;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

protected:
    virtual void OnLocalRepoUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnOK(wxCommandEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText42() { return m_staticText42; }
    wxFilePickerCtrl* GetPathGIT() { return m_pathGIT; }
    wxStaticText* GetStaticText54() { return m_staticText54; }
    wxFilePickerCtrl* GetPathGITK() { return m_pathGITK; }
    wxStaticText* GetStaticText355() { return m_staticText355; }
    wxTextCtrl* GetTextCtrlGitShell() { return m_textCtrlGitShell; }
    wxPanel* GetPanel232() { return m_panel232; }
    wxStaticText* GetStaticText246() { return m_staticText246; }
    wxTextCtrl* GetTextCtrlGlobalName() { return m_textCtrlGlobalName; }
    wxStaticText* GetStaticText250() { return m_staticText250; }
    wxTextCtrl* GetTextCtrlGlobalEmail() { return m_textCtrlGlobalEmail; }
    wxStaticText* GetStaticText254() { return m_staticText254; }
    wxTextCtrl* GetTextCtrlLocalName() { return m_textCtrlLocalName; }
    wxStaticText* GetStaticText258() { return m_staticText258; }
    wxTextCtrl* GetTextCtrlLocalEmail() { return m_textCtrlLocalEmail; }
    wxPanel* GetPanel234() { return m_panel234; }
    wxCheckBox* GetCheckBoxTerminal() { return m_checkBoxTerminal; }
    wxCheckBox* GetCheckBoxLog() { return m_checkBoxLog; }
    wxCheckBox* GetCheckBoxTrackTree() { return m_checkBoxTrackTree; }
    wxPanel* GetPanel236() { return m_panel236; }
    wxTreebook* GetTreebook230() { return m_treebook230; }
    GitSettingsDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git settings..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitSettingsDlgBase();
};


class GitCommitDlgBase : public wxDialog
{
protected:
    clThemedSplitterWindow* m_splitterMain;
    wxPanel* m_panel3;
    clThemedSplitterWindow* m_splitterInner;
    wxPanel* m_panel1;
    clThemedListCtrl* m_dvListCtrlFiles;
    wxPanel* m_panel2;
    wxStyledTextCtrl* m_stcDiff;
    wxPanel* m_panel4;
    clToolBar* m_toolbar;
    wxStyledTextCtrl* m_stcCommitMessage;
    wxCheckBox* m_checkBoxAmend;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

protected:
    virtual void OnChangeFile(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnAmendClicked(wxCommandEvent& event) { event.Skip(); }
    virtual void OnCommitOK(wxCommandEvent& event) { event.Skip(); }

public:
    clThemedListCtrl* GetDvListCtrlFiles() { return m_dvListCtrlFiles; }
    wxPanel* GetPanel1() { return m_panel1; }
    wxStyledTextCtrl* GetStcDiff() { return m_stcDiff; }
    wxPanel* GetPanel2() { return m_panel2; }
    clThemedSplitterWindow* GetSplitterInner() { return m_splitterInner; }
    wxPanel* GetPanel3() { return m_panel3; }
    clToolBar* GetToolbar() { return m_toolbar; }
    wxStyledTextCtrl* GetStcCommitMessage() { return m_stcCommitMessage; }
    wxCheckBox* GetCheckBoxAmend() { return m_checkBoxAmend; }
    wxPanel* GetPanel4() { return m_panel4; }
    clThemedSplitterWindow* GetSplitterMain() { return m_splitterMain; }
    wxButton* GetButtonOK() { return m_buttonOK; }
    wxButton* GetButtonCancel() { return m_buttonCancel; }
    GitCommitDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git commit"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitCommitDlgBase();
};


class GitCommitListDlgBase : public wxDialog
{
protected:
    wxSplitterWindow* m_splitter174;
    wxPanel* m_splitterPage178;
    wxSearchCtrl* m_searchCtrlFilter;
    wxButton* m_buttonPrevious;
    wxButton* m_buttonNext;
    wxCheckBox* m_checkBoxIgnoreCase;
    wxStaticText* m_staticText414;
    wxComboBox* m_comboExtraArgs;
    clThemedListCtrl* m_dvListCtrlCommitList;
    wxPanel* m_splitterPage182;
    wxSplitterWindow* m_splitter186;
    wxPanel* m_splitterPage190;
    wxSplitterWindow* m_splitter196;
    wxPanel* m_splitterPage200;
    wxStaticText* m_staticText210;
    wxListBox* m_fileListBox;
    wxPanel* m_splitterPage204;
    wxStaticText* m_staticText217;
    wxStyledTextCtrl* m_stcDiff;
    wxPanel* m_splitterPage194;
    wxStaticText* m_staticText220;
    wxStyledTextCtrl* m_stcCommitMessage;
    wxButton* m_buttonClose;

protected:
    virtual void OnClose(wxCloseEvent& event) { event.Skip(); }
    virtual void OnSearchCommitList(wxCommandEvent& event) { event.Skip(); }
    virtual void OnPrevious(wxCommandEvent& event) { event.Skip(); }
    virtual void OnPreviousUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnNext(wxCommandEvent& event) { event.Skip(); }
    virtual void OnNextUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnExtraArgsTextEnter(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSelectionChanged(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnContextMenu(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnChangeFile(wxCommandEvent& event) { event.Skip(); }
    virtual void OnBtnClose(wxCommandEvent& event) { event.Skip(); }

public:
    wxSearchCtrl* GetSearchCtrlFilter() { return m_searchCtrlFilter; }
    wxButton* GetButtonPrevious() { return m_buttonPrevious; }
    wxButton* GetButtonNext() { return m_buttonNext; }
    wxCheckBox* GetCheckBoxIgnoreCase() { return m_checkBoxIgnoreCase; }
    wxStaticText* GetStaticText414() { return m_staticText414; }
    wxComboBox* GetComboExtraArgs() { return m_comboExtraArgs; }
    clThemedListCtrl* GetDvListCtrlCommitList() { return m_dvListCtrlCommitList; }
    wxPanel* GetSplitterPage178() { return m_splitterPage178; }
    wxStaticText* GetStaticText210() { return m_staticText210; }
    wxListBox* GetFileListBox() { return m_fileListBox; }
    wxPanel* GetSplitterPage200() { return m_splitterPage200; }
    wxStaticText* GetStaticText217() { return m_staticText217; }
    wxStyledTextCtrl* GetStcDiff() { return m_stcDiff; }
    wxPanel* GetSplitterPage204() { return m_splitterPage204; }
    wxSplitterWindow* GetSplitter196() { return m_splitter196; }
    wxPanel* GetSplitterPage190() { return m_splitterPage190; }
    wxStaticText* GetStaticText220() { return m_staticText220; }
    wxStyledTextCtrl* GetStcCommitMessage() { return m_stcCommitMessage; }
    wxPanel* GetSplitterPage194() { return m_splitterPage194; }
    wxSplitterWindow* GetSplitter186() { return m_splitter186; }
    wxPanel* GetSplitterPage182() { return m_splitterPage182; }
    wxSplitterWindow* GetSplitter174() { return m_splitter174; }
    wxButton* GetButtonClose() { return m_buttonClose; }
    GitCommitListDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Commit List"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxMAXIMIZE_BOX);
    virtual ~GitCommitListDlgBase();
};


class GitDiffDlgBase : public wxDialog
{
protected:
    wxSplitterWindow* m_splitter;
    wxPanel* m_splitterPageFiles;
    wxStaticText* m_staticText68;
    wxListBox* m_fileListBox;
    wxPanel* m_splitterPageDiff;
    wxStaticText* m_staticText66;
    GitCommitEditor* m_editor;
    wxRadioBox* m_radioBoxStaged;
    wxCheckBox* m_checkIgnoreSpace;
    wxButton* m_buttonDiffDlg;
    wxButton* m_button773;

protected:
    virtual void OnChangeFile(wxCommandEvent& event) { event.Skip(); }
    virtual void OnOptionsChanged(wxCommandEvent& event) { event.Skip(); }
    virtual void OnChoseCommits(wxCommandEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText68() { return m_staticText68; }
    wxListBox* GetFileListBox() { return m_fileListBox; }
    wxPanel* GetSplitterPageFiles() { return m_splitterPageFiles; }
    wxStaticText* GetStaticText66() { return m_staticText66; }
    GitCommitEditor* GetEditor() { return m_editor; }
    wxPanel* GetSplitterPageDiff() { return m_splitterPageDiff; }
    wxSplitterWindow* GetSplitter() { return m_splitter; }
    wxRadioBox* GetRadioBoxStaged() { return m_radioBoxStaged; }
    wxCheckBox* GetCheckIgnoreSpace() { return m_checkIgnoreSpace; }
    wxButton* GetButtonDiffDlg() { return m_buttonDiffDlg; }
    wxButton* GetButton773() { return m_button773; }
    GitDiffDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Current Diffs"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxCAPTION|wxRESIZE_BORDER|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxCLOSE_BOX);
    virtual ~GitDiffDlgBase();
};


class GitDiffChooseCommitishDlgBase : public wxDialog
{
protected:
    wxStaticText* m_staticText59825;
    wxStaticText* m_staticText598;
    wxRadioButton* m_radioBranch1;
    wxChoice* m_choiceBranch1;
    wxRadioButton* m_radioTag1;
    wxChoice* m_choiceTag1;
    wxRadioButton* m_radioCommit1;
    wxChoice* m_choiceCommit1;
    wxRadioButton* m_radioUserEntered1;
    wxComboBox* m_comboCommitish1;
    wxRadioButton* m_radioBranch2;
    wxChoice* m_choiceBranch2;
    wxRadioButton* m_radioTag2;
    wxChoice* m_choiceTag2;
    wxRadioButton* m_radioCommit2;
    wxChoice* m_choiceCommit2;
    wxRadioButton* m_radioUserEntered2;
    wxComboBox* m_comboCommitish2;
    wxCheckBox* m_checkTripleDot;
    wxTextCtrl* m_textFirst;
    wxStaticText* m_staticText598211;
    wxSpinCtrl* m_spinCtrl1;
    wxTextCtrl* m_textSecond;
    wxStaticText* m_staticText59821124;
    wxSpinCtrl* m_spinCtrl2;
    wxStdDialogButtonSizer* m_stdBtnSizer429;
    wxButton* m_button431;
    wxButton* m_button433;

protected:
    virtual void OnRadioBranch1Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUIBranch1(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnBranch1Changed(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRadioTag1Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUITags1(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioCommit1Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUICommit1(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioUser1Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUICommitish1(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioBranch2Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUIBranch2(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioTag2Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUITags2(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioCommit2Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUICommit2(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnRadioUser2Selected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnUpdateUICommitish2(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnTextFirstUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnTextSecondUI(wxUpdateUIEvent& event) { event.Skip(); }

public:
    wxStaticText* GetStaticText59825() { return m_staticText59825; }
    wxStaticText* GetStaticText598() { return m_staticText598; }
    wxRadioButton* GetRadioBranch1() { return m_radioBranch1; }
    wxChoice* GetChoiceBranch1() { return m_choiceBranch1; }
    wxRadioButton* GetRadioTag1() { return m_radioTag1; }
    wxChoice* GetChoiceTag1() { return m_choiceTag1; }
    wxRadioButton* GetRadioCommit1() { return m_radioCommit1; }
    wxChoice* GetChoiceCommit1() { return m_choiceCommit1; }
    wxRadioButton* GetRadioUserEntered1() { return m_radioUserEntered1; }
    wxComboBox* GetComboCommitish1() { return m_comboCommitish1; }
    wxRadioButton* GetRadioBranch2() { return m_radioBranch2; }
    wxChoice* GetChoiceBranch2() { return m_choiceBranch2; }
    wxRadioButton* GetRadioTag2() { return m_radioTag2; }
    wxChoice* GetChoiceTag2() { return m_choiceTag2; }
    wxRadioButton* GetRadioCommit2() { return m_radioCommit2; }
    wxChoice* GetChoiceCommit2() { return m_choiceCommit2; }
    wxRadioButton* GetRadioUserEntered2() { return m_radioUserEntered2; }
    wxComboBox* GetComboCommitish2() { return m_comboCommitish2; }
    wxCheckBox* GetCheckTripleDot() { return m_checkTripleDot; }
    wxTextCtrl* GetTextFirst() { return m_textFirst; }
    wxStaticText* GetStaticText598211() { return m_staticText598211; }
    wxSpinCtrl* GetSpinCtrl1() { return m_spinCtrl1; }
    wxTextCtrl* GetTextSecond() { return m_textSecond; }
    wxStaticText* GetStaticText59821124() { return m_staticText59821124; }
    wxSpinCtrl* GetSpinCtrl2() { return m_spinCtrl2; }
    GitDiffChooseCommitishDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Select Commits to Diff"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitDiffChooseCommitishDlgBase();
};


class gitCloneDlgBaseClass : public wxDialog
{
protected:
    wxStaticText* m_staticText22;
    wxTextCtrl* m_textCtrlURL;
    wxStaticText* m_staticText24;
    wxDirPickerCtrl* m_dirPickerTargetDir;
    wxStdDialogButtonSizer* m_stdBtnSizer294;
    wxButton* m_buttonOk;
    wxButton* m_buttonCancel;

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

public:
    wxStaticText* GetStaticText22() { return m_staticText22; }
    wxTextCtrl* GetTextCtrlURL() { return m_textCtrlURL; }
    wxStaticText* GetStaticText24() { return m_staticText24; }
    wxDirPickerCtrl* GetDirPickerTargetDir() { return m_dirPickerTargetDir; }
    gitCloneDlgBaseClass(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("git clone.."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~gitCloneDlgBaseClass();
};


class GitFileDiffDlgBase : public wxDialog
{
protected:
    GitCommitEditor* m_editor;
    wxStdDialogButtonSizer* m_stdBtnSizer306;
    wxButton* m_button308;
    wxButton* m_button310;

protected:
    virtual void OnCloseDialog(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSaveAsPatch(wxCommandEvent& event) { event.Skip(); }

public:
    GitCommitEditor* GetEditor() { return m_editor; }
    GitFileDiffDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("File diff"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitFileDiffDlgBase();
};


class GitApplyPatchDlgBase : public wxDialog
{
protected:
    wxStaticText* m_staticText164;
    wxFilePickerCtrl* m_filePickerPatchFile;
    wxStaticText* m_staticText168;
    wxTextCtrl* m_textCtrlExtraFlags;
    wxStdDialogButtonSizer* m_stdBtnSizer300;
    wxButton* m_buttonCancel;
    wxButton* m_buttonOK;

protected:

public:
    wxStaticText* GetStaticText164() { return m_staticText164; }
    wxFilePickerCtrl* GetFilePickerPatchFile() { return m_filePickerPatchFile; }
    wxStaticText* GetStaticText168() { return m_staticText168; }
    wxTextCtrl* GetTextCtrlExtraFlags() { return m_textCtrlExtraFlags; }
    GitApplyPatchDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Apply Patch"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitApplyPatchDlgBase();
};


class GitConsoleBase : public wxPanel
{
protected:
    clToolBar* m_toolbar;
    clThemedSplitterWindow* m_splitter733;
    wxPanel* m_splitterPage737;
    Notebook* m_notebookChanges;
    wxPanel* m_panel674;
    clThemedListCtrl* m_dvListCtrl;
    wxPanel* m_panelUnversioned;
    clThemedListCtrl* m_dvListCtrlUnversioned;
    wxPanel* m_splitterPage741;
    Notebook* m_notebookLog;
    wxPanel* m_panel_log;
    wxStyledTextCtrl* m_stcLog;
    wxGauge* m_gauge;

protected:
    virtual void OnContextMenu(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnFileActivated(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnUnversionedFileActivated(wxDataViewEvent& event) { event.Skip(); }
    virtual void OnUnversionedFileContextMenu(wxDataViewEvent& event) { event.Skip(); }

public:
    clToolBar* GetToolbar() { return m_toolbar; }
    clThemedListCtrl* GetDvListCtrl() { return m_dvListCtrl; }
    wxPanel* GetPanel674() { return m_panel674; }
    clThemedListCtrl* GetDvListCtrlUnversioned() { return m_dvListCtrlUnversioned; }
    wxPanel* GetPanelUnversioned() { return m_panelUnversioned; }
    Notebook* GetNotebookChanges() { return m_notebookChanges; }
    wxPanel* GetSplitterPage737() { return m_splitterPage737; }
    wxStyledTextCtrl* GetStcLog() { return m_stcLog; }
    wxPanel* GetPanel_log() { return m_panel_log; }
    Notebook* GetNotebookLog() { return m_notebookLog; }
    wxPanel* GetSplitterPage741() { return m_splitterPage741; }
    clThemedSplitterWindow* GetSplitter733() { return m_splitter733; }
    wxGauge* GetGauge() { return m_gauge; }
    GitConsoleBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxTAB_TRAVERSAL);
    virtual ~GitConsoleBase();
};


class GitBlameDlgBase : public wxDialog
{
protected:
    wxAuiToolBar* m_auibar436;
    wxChoice* m_choiceHistory;
    wxStaticText* m_staticText414;
    wxComboBox* m_comboExtraArgs;
    wxSplitterWindow* m_splitterMain;
    wxPanel* m_splitterPageTop;
    wxStyledTextCtrl* m_stcBlame;
    wxPanel* m_splitterPageBottom;
    wxSplitterWindow* m_splitterH;
    wxPanel* m_splitterPage194;
    wxStaticText* m_staticText220;
    wxStyledTextCtrl* m_stcCommitMessage;
    wxPanel* m_splitterPage190;
    wxSplitterWindow* m_splitterV;
    wxPanel* m_splitterPage200;
    wxStaticText* m_staticText210;
    wxListBox* m_fileListBox;
    wxPanel* m_splitterPage204;
    wxStaticText* m_staticText217;
    wxStyledTextCtrl* m_stcDiff;
    wxStdDialogButtonSizer* m_stdBtnSizer306;
    wxButton* m_button308;

protected:
    virtual void OnPreviousBlame(wxCommandEvent& event) { event.Skip(); }
    virtual void OnBackUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnNextBlame(wxCommandEvent& event) { event.Skip(); }
    virtual void OnForwardUpdateUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnHistoryItemSelected(wxCommandEvent& event) { event.Skip(); }
    virtual void OnExtraArgsTextEnter(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRefreshBlame(wxCommandEvent& event) { event.Skip(); }
    virtual void OnSettings(wxCommandEvent& event) { event.Skip(); }
    virtual void OnStcblameLeftDclick(wxMouseEvent& event) { event.Skip(); }
    virtual void OnSelectionChanged(wxMouseEvent& event) { event.Skip(); }
    virtual void OnChangeFile(wxCommandEvent& event) { event.Skip(); }
    virtual void OnCloseDialog(wxCommandEvent& event) { event.Skip(); }

public:
    wxChoice* GetChoiceHistory() { return m_choiceHistory; }
    wxStaticText* GetStaticText414() { return m_staticText414; }
    wxComboBox* GetComboExtraArgs() { return m_comboExtraArgs; }
    wxAuiToolBar* GetAuibar436() { return m_auibar436; }
    wxStyledTextCtrl* GetStcBlame() { return m_stcBlame; }
    wxPanel* GetSplitterPageTop() { return m_splitterPageTop; }
    wxStaticText* GetStaticText220() { return m_staticText220; }
    wxStyledTextCtrl* GetStcCommitMessage() { return m_stcCommitMessage; }
    wxPanel* GetSplitterPage194() { return m_splitterPage194; }
    wxStaticText* GetStaticText210() { return m_staticText210; }
    wxListBox* GetFileListBox() { return m_fileListBox; }
    wxPanel* GetSplitterPage200() { return m_splitterPage200; }
    wxStaticText* GetStaticText217() { return m_staticText217; }
    wxStyledTextCtrl* GetStcDiff() { return m_stcDiff; }
    wxPanel* GetSplitterPage204() { return m_splitterPage204; }
    wxSplitterWindow* GetSplitterV() { return m_splitterV; }
    wxPanel* GetSplitterPage190() { return m_splitterPage190; }
    wxSplitterWindow* GetSplitterH() { return m_splitterH; }
    wxPanel* GetSplitterPageBottom() { return m_splitterPageBottom; }
    wxSplitterWindow* GetSplitterMain() { return m_splitterMain; }
    GitBlameDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Blame"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitBlameDlgBase();
};


class GitBlameSettingsDlgBase : public wxDialog
{
protected:
    wxCheckBox* m_checkParentCommit;
    wxCheckBox* m_checkShowLogControls;
    wxStdDialogButtonSizer* m_stdBtnSizer429;
    wxButton* m_button431;
    wxButton* m_button433;

protected:

public:
    wxCheckBox* GetCheckParentCommit() { return m_checkParentCommit; }
    wxCheckBox* GetCheckShowLogControls() { return m_checkShowLogControls; }
    GitBlameSettingsDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Blame Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE);
    virtual ~GitBlameSettingsDlgBase();
};


class GitResetDlgBase : public wxDialog
{
protected:
    wxPanel* m_panel759;
    wxStaticText* m_staticText585;
    wxStaticText* m_staticText581;
    clToolBar* m_clToolbarAltered;
    wxCheckListBox* m_checkListBoxChanged;
    wxStaticText* m_staticText5815;
    clToolBar* m_clToolbarAdded;
    wxCheckListBox* m_checkListBoxNew;
    wxStdDialogButtonSizer* m_stdBtnSizer751;
    wxButton* m_button753;
    wxButton* m_button755;

protected:

public:
    wxStaticText* GetStaticText585() { return m_staticText585; }
    wxStaticText* GetStaticText581() { return m_staticText581; }
    clToolBar* GetClToolbarAltered() { return m_clToolbarAltered; }
    wxCheckListBox* GetCheckListBoxChanged() { return m_checkListBoxChanged; }
    wxStaticText* GetStaticText5815() { return m_staticText5815; }
    clToolBar* GetClToolbarAdded() { return m_clToolbarAdded; }
    wxCheckListBox* GetCheckListBoxNew() { return m_checkListBoxNew; }
    wxPanel* GetPanel759() { return m_panel759; }
    GitResetDlgBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git Reset Files"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER|wxMAXIMIZE_BOX);
    virtual ~GitResetDlgBase();
};


class GitUserEmailDialogBase : public wxDialog
{
protected:
    wxStaticText* m_staticText704;
    wxStaticText* m_staticText696;
    wxTextCtrl* m_textCtrlName;
    wxStaticText* m_staticText700;
    wxTextCtrl* m_textCtrlEmail;
    wxStdDialogButtonSizer* m_stdBtnSizer688;
    wxButton* m_button690;
    wxButton* m_button692;

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

public:
    wxStaticText* GetStaticText704() { return m_staticText704; }
    wxStaticText* GetStaticText696() { return m_staticText696; }
    wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; }
    wxStaticText* GetStaticText700() { return m_staticText700; }
    wxTextCtrl* GetTextCtrlEmail() { return m_textCtrlEmail; }
    GitUserEmailDialogBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Git User"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~GitUserEmailDialogBase();
};

#endif