KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_zone_manager_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version 4.0.0-0-g0efcecf02)
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>
13#include "dialog_shim.h"
14#include <wx/dataview.h>
15#include <wx/gdicmn.h>
16#include <wx/font.h>
17#include <wx/colour.h>
18#include <wx/settings.h>
19#include <wx/string.h>
21#include <wx/checkbox.h>
22#include <wx/srchctrl.h>
23#include <wx/sizer.h>
24#include <wx/statbox.h>
25#include <wx/button.h>
26#include <wx/dialog.h>
27
29
34{
35 private:
36
37 protected:
38 enum
39 {
46 };
47
48 wxBoxSizer* m_MainBoxSizer;
49 wxBoxSizer* m_sizerTop;
50 wxDataViewCtrl* m_viewZonesOverview;
51 wxBoxSizer* m_sizerZoneOP;
54 wxCheckBox* m_checkName;
55 wxCheckBox* m_checkNet;
56 wxSearchCtrl* m_filterCtrl;
57 wxStaticBoxSizer* m_sizerProperties;
58 wxCheckBox* m_checkRepour;
59 wxStdDialogButtonSizer* m_sdbSizer;
60 wxButton* m_sdbSizerOK;
61 wxButton* m_sdbSizerApply;
63
64 // Virtual event handlers, override them in your derived class
65 virtual void onDialogResize( wxSizeEvent& event ) { event.Skip(); }
66 virtual void OnTableChar( wxKeyEvent& event ) { event.Skip(); }
67 virtual void OnTableCharHook( wxKeyEvent& event ) { event.Skip(); }
68 virtual void OnDataViewCtrlSelectionChanged( wxDataViewEvent& event ) { event.Skip(); }
69 virtual void OnViewZonesOverviewOnLeftUp( wxMouseEvent& event ) { event.Skip(); }
70 virtual void OnFilterCtrlCancel( wxCommandEvent& event ) { event.Skip(); }
71 virtual void OnFilterCtrlSearch( wxCommandEvent& event ) { event.Skip(); }
72 virtual void OnFilterCtrlTextChange( wxCommandEvent& event ) { event.Skip(); }
73 virtual void OnFilterCtrlEnter( wxCommandEvent& event ) { event.Skip(); }
74 virtual void OnRepourCheck( wxCommandEvent& event ) { event.Skip(); }
75 virtual void OnButtonApplyClick( wxCommandEvent& event ) { event.Skip(); }
76
77
78 public:
79
80 DIALOG_ZONE_MANAGER_BASE( wxWindow* parent, wxWindowID id = ID_DIALOG_COPPER_ZONE_BASE, const wxString& title = _("Zone Manager"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
81
83
84};
85
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:88
Class DIALOG_ZONE_MANAGER_BASE.
virtual void onDialogResize(wxSizeEvent &event)
virtual void OnFilterCtrlCancel(wxCommandEvent &event)
virtual void OnViewZonesOverviewOnLeftUp(wxMouseEvent &event)
virtual void OnTableCharHook(wxKeyEvent &event)
wxStaticBoxSizer * m_sizerProperties
virtual void OnTableChar(wxKeyEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
virtual void OnRepourCheck(wxCommandEvent &event)
virtual void OnFilterCtrlTextChange(wxCommandEvent &event)
virtual void OnDataViewCtrlSelectionChanged(wxDataViewEvent &event)
virtual void OnFilterCtrlSearch(wxCommandEvent &event)
virtual void OnFilterCtrlEnter(wxCommandEvent &event)
virtual void OnButtonApplyClick(wxCommandEvent &event)
A bitmap button widget that behaves like a standard dialog button except with an icon.
#define _(s)