12 DIALOG_FILTER_SELECTION_BASE::DIALOG_FILTER_SELECTION_BASE( wxWindow* parent, wxWindowID
id,
const wxString& title,
const wxPoint& pos,
const wxSize& size,
long style ) :
DIALOG_SHIM( parent, id, title, pos, size, style )
14 this->SetSizeHints( wxDefaultSize, wxDefaultSize );
16 wxBoxSizer* bSizerMain;
17 bSizerMain =
new wxBoxSizer( wxVERTICAL );
20 gSizer1 =
new wxGridSizer( 4, 2, 3, 3 );
22 m_Include_Modules =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &footprints"), wxDefaultPosition, wxDefaultSize, 0 );
25 m_Include_PcbTextes =
new wxCheckBox(
this, wxID_ANY,
_(
"Include t&ext items"), wxDefaultPosition, wxDefaultSize, 0 );
28 m_IncludeLockedModules =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &locked footprints"), wxDefaultPosition, wxDefaultSize, 0 );
31 m_Include_Draw_Items =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &drawings"), wxDefaultPosition, wxDefaultSize, 0 );
34 m_Include_Tracks =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &tracks"), wxDefaultPosition, wxDefaultSize, 0 );
37 m_Include_Edges_Items =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &board outline layer"), wxDefaultPosition, wxDefaultSize, 0 );
40 m_Include_Vias =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &vias"), wxDefaultPosition, wxDefaultSize, 0 );
43 m_Include_Zones =
new wxCheckBox(
this, wxID_ANY,
_(
"Include &zones"), wxDefaultPosition, wxDefaultSize, 0 );
47 bSizerMain->Add( gSizer1, 1, wxEXPAND|wxALL, 10 );
49 m_staticLine =
new wxStaticLine(
this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxLI_HORIZONTAL );
50 bSizerMain->Add(
m_staticLine, 0, wxEXPAND|wxRIGHT|wxLEFT, 5 );
59 bSizerMain->Add(
m_sdbSizer1, 0, wxALL|wxEXPAND, 5 );
62 this->SetSizer( bSizerMain );
64 bSizerMain->Fit(
this );
66 this->Centre( wxBOTH );
wxStaticLine * m_staticLine
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
wxButton * m_sdbSizer1Cancel
wxCheckBox * m_Include_Zones
wxCheckBox * m_IncludeLockedModules
virtual void OnCancel(wxCommandEvent &event)
wxCheckBox * m_Include_Modules
virtual void ExecuteCommand(wxCommandEvent &event)
wxCheckBox * m_Include_Draw_Items
wxStdDialogButtonSizer * m_sdbSizer1
wxCheckBox * m_Include_Vias
virtual void checkBoxClicked(wxCommandEvent &event)
wxCheckBox * m_Include_PcbTextes
DIALOG_FILTER_SELECTION_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Filter Selection"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)