File: debuggersettingsbasedlg.h

package info (click to toggle)
codelite 6.1.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 48,992 kB
  • ctags: 43,502
  • sloc: cpp: 334,263; ansic: 18,441; xml: 4,713; yacc: 2,653; lex: 2,449; python: 1,188; sh: 385; makefile: 40
file content (252 lines) | stat: -rw-r--r-- 8,820 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
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright            : (C) 2014 The CodeLite Team
// file name            : debuggersettingsbasedlg.h
//
// -------------------------------------------------------------------------
// A
//              _____           _      _     _ _
//             /  __ \         | |    | |   (_) |
//             | /  \/ ___   __| | ___| |    _| |_ ___
//             | |    / _ \ / _  |/ _ \ |   | | __/ _ )
//             | \__/\ (_) | (_| |  __/ |___| | ||  __/
//              \____/\___/ \__,_|\___\_____/_|\__\___|
//
//                                                  F i l e
//
//    This program is free software; you can redistribute it and/or modify
//    it under the terms of the GNU General Public License as published by
//    the Free Software Foundation; either version 2 of the License, or
//    (at your option) any later version.
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: DebuggerSettings.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////

#ifndef DEBUGGERSETTINGS_BASE_CLASSES_H
#define DEBUGGERSETTINGS_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 <wx/treebook.h>
#include <wx/button.h>
#include <wx/panel.h>
#include <wx/textctrl.h>
#include <wx/listctrl.h>
#include <wx/stattext.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/checkbox.h>
#include <wx/statbox.h>
#include <wx/spinctrl.h>
#include <wx/choicebk.h>
#include <wx/splitter.h>
#include <wx/stc/stc.h>
#include <wx/dataview.h>
#include <wx/pen.h>
#include <wx/aui/auibar.h>
#include <map>
#include <wx/menu.h>
#include <wx/toolbar.h>
#include <wx/treectrl.h>
#include "cl_treelistctrl.h"

class DebuggerSettingsBaseDlg : public wxDialog
{
protected:
    wxTreebook* m_treebook2;
    wxButton* m_buttonOK;
    wxButton* m_buttonCancel;

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

public:
    DebuggerSettingsBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Debugger Settings"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1,-1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~DebuggerSettingsBaseDlg();
};


class DbgPageStartupCmdsBase : public wxPanel
{
protected:
    wxTextCtrl* m_textCtrlStartupCommands;

protected:

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


class PreDefinedTypesPageBase : public wxPanel
{
protected:
    wxPanel* m_panel2;
    wxListCtrl* m_listCtrl1;
    wxButton* m_buttonNewType;
    wxButton* m_buttonEdit;
    wxButton* m_buttonDelete;

protected:
    virtual void OnItemActivated(wxListEvent& event) { event.Skip(); }
    virtual void OnItemDeselected(wxListEvent& event) { event.Skip(); }
    virtual void OnItemSelected(wxListEvent& event) { event.Skip(); }
    virtual void OnNewShortcut(wxCommandEvent& event) { event.Skip(); }
    virtual void OnEditShortcut(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteShortcut(wxCommandEvent& event) { event.Skip(); }

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


class NewPreDefinedSetBaseDlg : public wxDialog
{
protected:
    wxStaticText* m_staticText3;
    wxTextCtrl* m_textCtrlName;
    wxStaticText* m_staticText4;
    wxChoice* m_choiceCopyFrom;
    wxCheckBox* m_checkBoxMakeActive;
    wxButton* m_button9;
    wxButton* m_button10;

protected:

public:
    NewPreDefinedSetBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Create a new 'PreDefined Types' set..."), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);
    virtual ~NewPreDefinedSetBaseDlg();
};


class DbgPageGeneralBase : public wxPanel
{
protected:
    wxPanel* m_panel6;
    wxStaticText* m_staticText1;
    wxTextCtrl* m_textCtrDbgPath;
    wxButton* m_buttonBrowse;
    wxCheckBox* m_checkBoxEnablePendingBreakpoints;
    wxCheckBox* m_checkBoxSetBreakpointsAfterMain;
    wxCheckBox* m_checkBreakAtWinMain;
    wxCheckBox* m_catchThrow;
    wxCheckBox* m_raiseOnBpHit;
    wxCheckBox* m_showTooltipsRequiresControl;
    wxCheckBox* m_checkBoxAutoExpand;
    wxStaticText* m_staticText2;
    wxSpinCtrl* m_spinCtrlNumElements;
    wxCheckBox* m_checkBoxExpandLocals;
    wxCheckBox* m_checkBoxCharArrAsPtr;
    wxCheckBox* m_checkBoxUsePrettyPrinting;

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

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


class DbgPageMiscBase : public wxPanel
{
protected:
    wxPanel* m_panel7;
    wxCheckBox* m_checkUseRelativePaths;
    wxCheckBox* m_checkBoxEnableLog;
    wxCheckBox* m_checkShowTerminal;
    wxStaticText* m_staticText6;
    wxSpinCtrl* m_maxFramesSpinCtrl;
    wxCheckBox* m_checkBoxDebugAssert;
    wxStaticText* m_staticText5;
    wxTextCtrl* m_textCtrlCygwinPathCommand;

protected:
    virtual void OnDebugAssert(wxCommandEvent& event) { event.Skip(); }
    virtual void OnWindowsUI(wxUpdateUIEvent& event) { event.Skip(); }

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


class DbgPagePreDefTypesBase : public wxPanel
{
protected:
    wxPanel* m_panel6;
    wxButton* m_buttonNewSet;
    wxButton* m_buttonDeleteSet;
    wxChoicebook* m_notebookPreDefTypes;

protected:
    virtual void OnNewSet(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteSet(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteSetUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnPageChanged(wxChoicebookEvent& event) { event.Skip(); }

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


class DebuggerDisassemblyTabBase : public wxPanel
{
protected:
    wxStaticText* m_staticText24;
    wxTextCtrl* m_textCtrlCurFunction;
    wxSplitterWindow* m_splitter51;
    wxPanel* m_splitterPage55;
    wxStyledTextCtrl* m_stc;
    wxPanel* m_splitterPage59;
    wxDataViewListCtrl* m_dvListCtrlRegisters;

protected:
    virtual void OnMarginClicked(wxStyledTextEvent& event) { event.Skip(); }

public:
    DebuggerDisassemblyTabBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxTAB_TRAVERSAL);
    virtual ~DebuggerDisassemblyTabBase();
};


class LocalsTableBase : public wxPanel
{
protected:
    wxAuiToolBar* m_auibar31;
    clTreeListCtrl* m_listTable;

protected:
    virtual void OnRefresh(wxCommandEvent& event) { event.Skip(); }
    virtual void OnRefreshUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnNewWatch(wxCommandEvent& event) { event.Skip(); }
    virtual void OnNewWatchUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnDeleteWatch(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteWatchUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnListEditLabelBegin(wxTreeEvent& event) { event.Skip(); }
    virtual void OnListEditLabelEnd(wxTreeEvent& event) { event.Skip(); }
    virtual void OnItemRightClick(wxTreeEvent& event) { event.Skip(); }
    virtual void OnListKeyDown(wxTreeEvent& event) { event.Skip(); }
    virtual void OnItemExpanding(wxTreeEvent& event) { event.Skip(); }

public:
    LocalsTableBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(500,300), long style = wxTAB_TRAVERSAL);
    virtual ~LocalsTableBase();
};

#endif