10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
21#include <wx/statbox.h>
22#include <wx/radiobox.h>
23#include <wx/stattext.h>
24#include <wx/textctrl.h>
72 DIALOG_GLOBAL_DELETION_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Delete Items"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_GLOBAL_DELETION_BASE.
virtual void onCheckDeleteTracks(wxCommandEvent &event)
wxCheckBox * m_trackFilterUnlocked
wxCheckBox * m_trackFilterLocked
wxCheckBox * m_trackFilterVias
wxButton * m_sdbSizer1Cancel
virtual void onCheckDeleteDrawings(wxCommandEvent &event)
virtual void onCheckDeleteFootprints(wxCommandEvent &event)
~DIALOG_GLOBAL_DELETION_BASE()
wxCheckBox * m_footprintFilterLocked
wxCheckBox * m_delBoardEdges
wxRadioBox * m_rbLayersOption
wxStdDialogButtonSizer * m_sdbSizer1
virtual void onCheckDeleteBoardOutlines(wxCommandEvent &event)
wxCheckBox * m_footprintFilterUnlocked
wxCheckBox * m_drawingFilterLocked
wxCheckBox * m_delDrawings
wxCheckBox * m_delFootprints
wxCheckBox * m_drawingFilterUnlocked
wxCheckBox * m_delMarkers
wxTextCtrl * m_textCtrlCurrLayer
wxStaticText * m_staticText1
wxCheckBox * m_delTeardrops
wxStaticBoxSizer * sbFilter
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...