Code::Blocks
SVN r11506
include
configuretoolsdlg.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3
* http://www.gnu.org/licenses/lgpl-3.0.html
4
*/
5
6
#ifndef CONFIGURETOOLSDLG_H
7
#define CONFIGURETOOLSDLG_H
8
9
#include "
scrollingdialog.h
"
10
11
// forward decls
12
class
cbTool
;
13
class
wxCommandEvent
;
14
class
wxUpdateUIEvent
;
15
16
class
ConfigureToolsDlg
:
public
wxScrollingDialog
17
{
18
public
:
19
ConfigureToolsDlg
(
wxWindow
* parent);
20
~ConfigureToolsDlg
()
override
;
21
private
:
22
void
DoFillList
();
23
bool
DoEditTool
(
cbTool
* tool);
24
void
OnAdd
(
wxCommandEvent
& event);
25
void
OnEdit
(
wxCommandEvent
& event);
26
void
OnRemove
(
wxCommandEvent
& event);
27
void
OnAddSeparator
(
wxCommandEvent
& event);
28
void
OnUp
(
wxCommandEvent
& event);
29
void
OnDown
(
wxCommandEvent
& event);
30
void
OnUpdateUI
(
wxUpdateUIEvent
& event);
31
32
DECLARE_EVENT_TABLE()
33
};
34
35
#endif // CONFIGURETOOLSDLG_H
36
ConfigureToolsDlg::OnAddSeparator
void OnAddSeparator(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:124
ConfigureToolsDlg::OnUpdateUI
void OnUpdateUI(wxUpdateUIEvent &event)
Definition:
configuretoolsdlg.cpp:75
ConfigureToolsDlg
Definition:
configuretoolsdlg.h:16
cbTool
Definition:
cbtool.h:13
ConfigureToolsDlg::OnEdit
void OnEdit(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:102
ConfigureToolsDlg::OnUp
void OnUp(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:133
ConfigureToolsDlg::OnRemove
void OnRemove(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:110
ConfigureToolsDlg::DoEditTool
bool DoEditTool(cbTool *tool)
Definition:
configuretoolsdlg.cpp:64
wxScrollingDialog
Definition:
scrollingdialog.h:163
scrollingdialog.h
ConfigureToolsDlg::ConfigureToolsDlg
ConfigureToolsDlg(wxWindow *parent)
Definition:
configuretoolsdlg.cpp:38
wxUpdateUIEvent
wxCommandEvent
ConfigureToolsDlg::OnAdd
void OnAdd(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:92
ConfigureToolsDlg::DoFillList
void DoFillList()
Definition:
configuretoolsdlg.cpp:49
ConfigureToolsDlg::OnDown
void OnDown(wxCommandEvent &event)
Definition:
configuretoolsdlg.cpp:145
wxWindow
ConfigureToolsDlg::~ConfigureToolsDlg
~ConfigureToolsDlg() override
Definition:
configuretoolsdlg.cpp:45
Generated by
1.8.13