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

#ifndef UI_BASE_CLASSES_H
#define UI_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/dataview.h>
#include <wx/pen.h>
#include <wx/aui/auibar.h>
#include <map>
#include <wx/menu.h>
#include <wx/toolbar.h>
#include "lldbbreakpointmodel.h"
#include <wx/dialog.h>
#include <wx/iconbndl.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include <wx/button.h>
#include <wx/notebook.h>
#include <wx/imaglist.h>
#include <wx/propgrid/manager.h>
#include <wx/propgrid/property.h>
#include <wx/propgrid/advprops.h>
#include <wx/stc/stc.h>
#include <wx/hyperlink.h>
#include <wx/popupwin.h>
#include <wx/treectrl.h>
#include <wx/timer.h>
#include <wx/stattext.h>
#include <wx/filepicker.h>

class LLDBCallStackBase : public wxPanel
{
protected:
    wxDataViewListCtrl* m_dvListCtrlBacktrace;

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

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


class LLDBBreakpointsPaneBase : public wxPanel
{
protected:
    wxAuiToolBar* m_auibar;
    wxDataViewCtrl* m_dataview;
    wxObjectDataPtr<LLDBBreakpointModel> m_dataviewModel;


protected:
    virtual void OnNewBreakpoint(wxCommandEvent& event) { event.Skip(); }
    virtual void OnNewBreakpointUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnDeleteBreakpointUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnDeleteBreakpoint(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteAll(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteAllUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnBreakpointActivated(wxDataViewEvent& event) { event.Skip(); }

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


class LLDBNewBreakpointDlgBase : public wxDialog
{
protected:
    wxCheckBox* m_checkBoxFileLine;
    wxTextCtrl* m_textCtrlFile;
    wxTextCtrl* m_textCtrlLine;
    wxCheckBox* m_checkBoxFuncName;
    wxTextCtrl* m_textCtrlFunctionName;
    wxStdDialogButtonSizer* m_stdBtnSizer34;
    wxButton* m_button36;
    wxButton* m_button38;

protected:
    virtual void OnCheckFileAndLine(wxCommandEvent& event) { event.Skip(); }
    virtual void OnFileLineEnabledUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnCheckFuncName(wxCommandEvent& event) { event.Skip(); }
    virtual void OnFuncNameUI(wxUpdateUIEvent& event) { event.Skip(); }

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


class LLDBLocalsViewBase : public wxPanel
{
protected:
    wxAuiToolBar* m_auibar199;

protected:
    virtual void OnNewWatch(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDelete(wxCommandEvent& event) { event.Skip(); }
    virtual void OnDeleteUI(wxUpdateUIEvent& event) { event.Skip(); }

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


class LLDBSettingDialogBase : public wxDialog
{
protected:
    wxNotebook* m_notebook87;
    wxPanel* m_panel89;
    wxPropertyGridManager* m_pgMgrDisplayProperties;
    wxPGProperty* m_pgPropCatGeneral;
    wxPGProperty* m_pgPropRaiseCodeLite;
    wxPGProperty* m_pgProp138;
    wxPGProperty* m_pgPropArraySize;
    wxPGProperty* m_pgPropCallStackSize;
    wxPanel* m_panel91;
    wxStyledTextCtrl* m_stcTypes;
    wxHyperlinkCtrl* m_hyperLink111;
    wxPanel* m_panel142;
    wxPropertyGridManager* m_pgMgrAdvanced;
    wxPGProperty* m_pgProp165;
    wxPGProperty* m_pgPropProxyType;
    wxPGProperty* m_pgProp169;
    wxPGProperty* m_pgPropProxyIP;
    wxPGProperty* m_pgPropProxyPort;
    wxStdDialogButtonSizer* m_stdBtnSizer79;
    wxButton* m_button81;
    wxButton* m_button83;
    wxButton* m_button175;

protected:
    virtual void OnGeneralValueChanged(wxPropertyGridEvent& event) { event.Skip(); }
    virtual void OnAdvancedValueChanged(wxPropertyGridEvent& event) { event.Skip(); }
    virtual void OnOKUI(wxUpdateUIEvent& event) { event.Skip(); }
    virtual void OnApply(wxCommandEvent& event) { event.Skip(); }

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


class LLDBThreadsViewBase : public wxPanel
{
protected:
    wxDataViewListCtrl* m_dvListCtrlThreads;

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

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


class LLDBTooltipBase : public wxPopupWindow
{
protected:
    wxPanel* m_panel134;
    wxTreeCtrl* m_treeCtrl;
    wxPanel* m_panelStatus;
    wxTimer* m_timerCheckMousePos;

protected:
    virtual void OnItemExpanding(wxTreeEvent& event) { event.Skip(); }
    virtual void OnStatusBarLeftDown(wxMouseEvent& event) { event.Skip(); }
    virtual void OnStatusBarLeftUp(wxMouseEvent& event) { event.Skip(); }
    virtual void OnStatusBarMotion(wxMouseEvent& event) { event.Skip(); }
    virtual void OnStatusEnterWindow(wxMouseEvent& event) { event.Skip(); }
    virtual void OnStatusLeaveWindow(wxMouseEvent& event) { event.Skip(); }
    virtual void OnCheckMousePosition(wxTimerEvent& event) { event.Skip(); }

public:
    LLDBTooltipBase(wxWindow* parent, long style = wxBORDER_NONE);
    virtual ~LLDBTooltipBase();
};


class FolderMappingBaseDlg : public wxDialog
{
protected:
    wxStaticText* m_staticText197;
    wxStaticText* m_staticText189;
    wxDirPickerCtrl* m_dirPickerLocal;
    wxStaticText* m_staticText193;
    wxTextCtrl* m_textCtrlRemote;
    wxStdDialogButtonSizer* m_stdBtnSizer181;
    wxButton* m_button183;
    wxButton* m_button185;

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

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

#endif