KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_toolbar_customization_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#pragma once
9
10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
12#include <wx/intl.h>
14class UP_DOWN_TREE;
15
17#include <wx/string.h>
18#include <wx/checkbox.h>
19#include <wx/gdicmn.h>
20#include <wx/font.h>
21#include <wx/colour.h>
22#include <wx/settings.h>
23#include <wx/statline.h>
24#include <wx/stattext.h>
25#include <wx/choice.h>
26#include <wx/sizer.h>
27#include <wx/treectrl.h>
29#include <wx/bmpbuttn.h>
30#include <wx/bitmap.h>
31#include <wx/image.h>
32#include <wx/icon.h>
33#include <wx/button.h>
34#include <wx/listctrl.h>
35#include <wx/panel.h>
36
38
43{
44 private:
45
46 protected:
47 wxCheckBox* m_customToolbars;
48 wxStaticLine* m_staticline1;
49 wxStaticText* m_toolbarChoiceLabel;
50 wxChoice* m_tbChoice;
57 wxListCtrl* m_actionsList;
58
59 // Virtual event handlers, override them in your derived class
60 virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); }
61 virtual void onCustomizeTbCb( wxCommandEvent& event ) { event.Skip(); }
62 virtual void onTbChoiceSelect( wxCommandEvent& event ) { event.Skip(); }
63 virtual void onTreeBeginLabelEdit( wxTreeEvent& event ) { event.Skip(); }
64 virtual void onTreeEndLabelEdit( wxTreeEvent& event ) { event.Skip(); }
65 virtual void onToolMoveUp( wxCommandEvent& event ) { event.Skip(); }
66 virtual void onToolMoveDown( wxCommandEvent& event ) { event.Skip(); }
67 virtual void onToolDelete( wxCommandEvent& event ) { event.Skip(); }
68 virtual void onBtnAddAction( wxCommandEvent& event ) { event.Skip(); }
69 virtual void onListItemActivated( wxListEvent& event ) { event.Skip(); }
70
71
72 public:
73
74 PANEL_TOOLBAR_CUSTOMIZATION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
75
77
78};
79
const char * name
virtual void OnUpdateUI(wxUpdateUIEvent &event)
virtual void onListItemActivated(wxListEvent &event)
virtual void onBtnAddAction(wxCommandEvent &event)
virtual void onCustomizeTbCb(wxCommandEvent &event)
virtual void onTbChoiceSelect(wxCommandEvent &event)
virtual void onTreeBeginLabelEdit(wxTreeEvent &event)
virtual void onTreeEndLabelEdit(wxTreeEvent &event)
PANEL_TOOLBAR_CUSTOMIZATION_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
virtual void onToolMoveUp(wxCommandEvent &event)
virtual void onToolDelete(wxCommandEvent &event)
virtual void onToolMoveDown(wxCommandEvent &event)
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)
A bitmap button widget that behaves like a standard dialog button except with an icon.