10 #include <wx/artprov.h> 11 #include <wx/xrc/xmlres.h> 14 #include <wx/string.h> 15 #include <wx/checkbox.h> 16 #include <wx/gdicmn.h> 18 #include <wx/colour.h> 19 #include <wx/settings.h> 21 #include <wx/statline.h> 22 #include <wx/button.h> 23 #include <wx/dialog.h> 59 DIALOG_FILTER_SELECTION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Filter Selected Items"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
wxStaticLine * m_staticLine
virtual void allItemsClicked(wxCommandEvent &event)
wxCheckBox * m_Include_Edges_Items
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
~DIALOG_FILTER_SELECTION_BASE()
wxCheckBox * m_Include_Tracks
Class DIALOG_FILTER_SELECTION_BASE.
wxCheckBox * m_Include_PcbTexts
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_Include_Zones
wxCheckBox * m_IncludeLockedModules
wxCheckBox * m_Include_Modules
virtual void ExecuteCommand(wxCommandEvent &event)
wxCheckBox * m_Include_Draw_Items
wxStdDialogButtonSizer * m_sdbSizer1
wxCheckBox * m_Include_Vias
wxCheckBox * m_Hidden_Spacer
virtual void checkBoxClicked(wxCommandEvent &event)
DIALOG_FILTER_SELECTION_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Filter Selected Items"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)