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>
68 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
wxButton * m_sdbSizer1Cancel
virtual void onCheckDeleteDrawings(wxCommandEvent &event)
virtual void onCheckDeleteFootprints(wxCommandEvent &event)
~DIALOG_GLOBAL_DELETION_BASE()
wxCheckBox * m_viaFilterUnlocked
wxCheckBox * m_viaFilterLocked
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
wxCheckBox * m_delTeardrops
wxStaticBoxSizer * sbFilter
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...