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
|
//////////////////////////////////////////////////////////////////////
// This file was auto-generated by codelite's wxCrafter Plugin
// wxCrafter project file: DebuggerSettings.wxcp
// Do not modify this file by hand!
//////////////////////////////////////////////////////////////////////
#ifndef _CODELITE_LITEEDITOR_DEBUGGERSETTINGS_BASE_CLASSES_H
#define _CODELITE_LITEEDITOR_DEBUGGERSETTINGS_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/notebook.h>
#include <wx/button.h>
#include <wx/panel.h>
#include <wx/stc/stc.h>
#include <wx/listctrl.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/choice.h>
#include <wx/arrstr.h>
#include <wx/checkbox.h>
#include <wx/imaglist.h>
#include <wx/spinctrl.h>
#include <wx/statbox.h>
#include <wx/choicebk.h>
#include <wx/splitter.h>
#include "clThemedSplitterWindow.h"
#include <wx/dataview.h>
#include "clThemedListCtrl.h"
#include <wx/toolbar.h>
#include "clToolBar.h"
#include <wx/treectrl.h>
#include "clThemedTreeCtrl.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 DebuggerSettingsBaseDlg : public wxDialog
{
protected:
wxBoxSizer* bSizer1;
wxNotebook* m_notebook;
wxBoxSizer* bSizer2;
wxStdDialogButtonSizer* m_stdBtnSizer92;
wxButton* m_buttonOK;
wxButton* m_button96;
protected:
virtual void OnOk(wxCommandEvent& event) { event.Skip(); }
virtual void OnButtonCancel(wxCommandEvent& event) { event.Skip(); }
public:
wxNotebook* GetNotebook() { return m_notebook; }
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:
wxBoxSizer* bSizer7;
wxStyledTextCtrl* m_textCtrlStartupCommands;
protected:
public:
wxStyledTextCtrl* GetTextCtrlStartupCommands() { return m_textCtrlStartupCommands; }
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:
wxBoxSizer* bSizer11;
wxPanel* m_panel2;
wxBoxSizer* bSizer4;
wxBoxSizer* bSizer5;
wxListCtrl* m_listCtrl1;
wxBoxSizer* bSizer6;
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:
wxListCtrl* GetListCtrl1() { return m_listCtrl1; }
wxButton* GetButtonNewType() { return m_buttonNewType; }
wxButton* GetButtonEdit() { return m_buttonEdit; }
wxButton* GetButtonDelete() { return m_buttonDelete; }
wxPanel* GetPanel2() { return m_panel2; }
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:
wxBoxSizer* bSizer17;
wxFlexGridSizer* fgSizer2;
wxStaticText* m_staticText3;
wxTextCtrl* m_textCtrlName;
wxStaticText* m_staticText4;
wxChoice* m_choiceCopyFrom;
wxCheckBox* m_checkBoxMakeActive;
wxBoxSizer* bSizer18;
wxButton* m_button9;
wxButton* m_button10;
protected:
public:
wxStaticText* GetStaticText3() { return m_staticText3; }
wxTextCtrl* GetTextCtrlName() { return m_textCtrlName; }
wxStaticText* GetStaticText4() { return m_staticText4; }
wxChoice* GetChoiceCopyFrom() { return m_choiceCopyFrom; }
wxCheckBox* GetCheckBoxMakeActive() { return m_checkBoxMakeActive; }
wxButton* GetButton9() { return m_button9; }
wxButton* GetButton10() { return m_button10; }
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:
wxBoxSizer* bSizer18;
wxPanel* m_panel6;
wxBoxSizer* bSizer16;
wxNotebook* m_notebook73;
wxPanel* m_panelGeneral;
wxBoxSizer* boxSizer81;
wxFlexGridSizer* flexGridSizer49;
wxStaticText* m_staticText1;
wxTextCtrl* m_textCtrDbgPath;
wxButton* m_buttonBrowse;
wxBoxSizer* boxSizer86;
wxCheckBox* m_checkBoxEnablePendingBreakpoints;
wxCheckBox* m_checkBoxSetBreakpointsAfterMain;
wxCheckBox* m_checkBreakAtWinMain;
wxCheckBox* m_catchThrow;
wxCheckBox* m_raiseOnBpHit;
wxCheckBox* m_checkBoxRunAsSuperuser;
wxCheckBox* m_checkBoxDefaultHexDisplay;
wxPanel* m_panelTooltip;
wxBoxSizer* boxSizer83;
wxCheckBox* m_showTooltipsRequiresControl;
wxCheckBox* m_checkBoxAutoExpand;
wxPanel* m_panelDisplay;
wxBoxSizer* boxSizer85;
wxFlexGridSizer* flexGridSizer102;
wxStaticText* m_staticText2;
wxSpinCtrl* m_spinCtrlStringSize;
wxStaticText* m_staticText104;
wxSpinCtrl* m_spinCtrlMaxElements;
wxFlexGridSizer* fgSizer21;
wxCheckBox* m_checkBoxExpandLocals;
wxCheckBox* m_checkBoxCharArrAsPtr;
wxCheckBox* m_checkBoxUsePrettyPrinting;
wxCheckBox* m_checkBoxPrintObjectOn;
protected:
virtual void OnBrowse(wxCommandEvent& event) { event.Skip(); }
virtual void OnSuperuserUI(wxUpdateUIEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText1() { return m_staticText1; }
wxTextCtrl* GetTextCtrDbgPath() { return m_textCtrDbgPath; }
wxButton* GetButtonBrowse() { return m_buttonBrowse; }
wxCheckBox* GetCheckBoxEnablePendingBreakpoints() { return m_checkBoxEnablePendingBreakpoints; }
wxCheckBox* GetCheckBoxSetBreakpointsAfterMain() { return m_checkBoxSetBreakpointsAfterMain; }
wxCheckBox* GetCheckBreakAtWinMain() { return m_checkBreakAtWinMain; }
wxCheckBox* GetCatchThrow() { return m_catchThrow; }
wxCheckBox* GetRaiseOnBpHit() { return m_raiseOnBpHit; }
wxCheckBox* GetCheckBoxRunAsSuperuser() { return m_checkBoxRunAsSuperuser; }
wxCheckBox* GetCheckBoxDefaultHexDisplay() { return m_checkBoxDefaultHexDisplay; }
wxPanel* GetPanelGeneral() { return m_panelGeneral; }
wxCheckBox* GetShowTooltipsRequiresControl() { return m_showTooltipsRequiresControl; }
wxCheckBox* GetCheckBoxAutoExpand() { return m_checkBoxAutoExpand; }
wxPanel* GetPanelTooltip() { return m_panelTooltip; }
wxStaticText* GetStaticText2() { return m_staticText2; }
wxSpinCtrl* GetSpinCtrlStringSize() { return m_spinCtrlStringSize; }
wxStaticText* GetStaticText104() { return m_staticText104; }
wxSpinCtrl* GetSpinCtrlMaxElements() { return m_spinCtrlMaxElements; }
wxCheckBox* GetCheckBoxExpandLocals() { return m_checkBoxExpandLocals; }
wxCheckBox* GetCheckBoxCharArrAsPtr() { return m_checkBoxCharArrAsPtr; }
wxCheckBox* GetCheckBoxUsePrettyPrinting() { return m_checkBoxUsePrettyPrinting; }
wxCheckBox* GetCheckBoxPrintObjectOn() { return m_checkBoxPrintObjectOn; }
wxPanel* GetPanelDisplay() { return m_panelDisplay; }
wxNotebook* GetNotebook73() { return m_notebook73; }
wxPanel* GetPanel6() { return m_panel6; }
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:
wxBoxSizer* bSizer19;
wxPanel* m_panel7;
wxBoxSizer* bSizer17;
wxStaticBoxSizer* sbSizer2;
wxBoxSizer* boxSizer10;
wxCheckBox* m_checkUseRelativePaths;
wxCheckBox* m_checkBoxEnableLog;
wxCheckBox* m_checkShowTerminal;
wxBoxSizer* boxSizer4;
wxStaticText* m_staticText6;
wxSpinCtrl* m_maxFramesSpinCtrl;
wxStaticBoxSizer* sbSizer6;
wxGridSizer* gSizer5;
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:
wxCheckBox* GetCheckUseRelativePaths() { return m_checkUseRelativePaths; }
wxCheckBox* GetCheckBoxEnableLog() { return m_checkBoxEnableLog; }
wxCheckBox* GetCheckShowTerminal() { return m_checkShowTerminal; }
wxStaticText* GetStaticText6() { return m_staticText6; }
wxSpinCtrl* GetMaxFramesSpinCtrl() { return m_maxFramesSpinCtrl; }
wxCheckBox* GetCheckBoxDebugAssert() { return m_checkBoxDebugAssert; }
wxStaticText* GetStaticText5() { return m_staticText5; }
wxTextCtrl* GetTextCtrlCygwinPathCommand() { return m_textCtrlCygwinPathCommand; }
wxPanel* GetPanel7() { return m_panel7; }
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:
wxBoxSizer* bSizer21;
wxPanel* m_panel6;
wxBoxSizer* bSizer16;
wxBoxSizer* bSizer14;
wxButton* m_buttonNewSet;
wxButton* m_buttonDeleteSet;
wxStaticBoxSizer* sbSizer5;
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:
wxButton* GetButtonNewSet() { return m_buttonNewSet; }
wxButton* GetButtonDeleteSet() { return m_buttonDeleteSet; }
wxChoicebook* GetNotebookPreDefTypes() { return m_notebookPreDefTypes; }
wxPanel* GetPanel6() { return m_panel6; }
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:
wxBoxSizer* boxSizer14;
wxFlexGridSizer* flexGridSizer22;
wxStaticText* m_staticText24;
wxTextCtrl* m_textCtrlCurFunction;
clThemedSplitterWindow* m_splitter51;
wxPanel* m_splitterPage55;
wxBoxSizer* boxSizer61;
wxStyledTextCtrl* m_stc;
wxPanel* m_splitterPage59;
wxBoxSizer* boxSizer63;
clThemedListCtrl* m_dvListCtrlRegisters;
protected:
virtual void OnMarginClicked(wxStyledTextEvent& event) { event.Skip(); }
public:
wxStaticText* GetStaticText24() { return m_staticText24; }
wxTextCtrl* GetTextCtrlCurFunction() { return m_textCtrlCurFunction; }
wxStyledTextCtrl* GetStc() { return m_stc; }
wxPanel* GetSplitterPage55() { return m_splitterPage55; }
clThemedListCtrl* GetDvListCtrlRegisters() { return m_dvListCtrlRegisters; }
wxPanel* GetSplitterPage59() { return m_splitterPage59; }
clThemedSplitterWindow* GetSplitter51() { return m_splitter51; }
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:
wxBoxSizer* boxSizer29;
clToolBar* m_toolbar;
clThemedTreeCtrl* m_listTable;
protected:
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:
clToolBar* GetToolbar() { return m_toolbar; }
clThemedTreeCtrl* GetListTable() { return m_listTable; }
LocalsTableBase(wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize(500, 300), long style = wxTAB_TRAVERSAL);
virtual ~LocalsTableBase();
};
#endif
|