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/stattext.h> 22 #include <wx/dataview.h> 23 #include <wx/button.h> 24 #include <wx/dialog.h> 46 virtual void OnCheckBox( wxCommandEvent& event ) {
event.Skip(); }
47 virtual void OnSelectItem( wxDataViewEvent& event ) {
event.Skip(); }
53 DIALOG_CLEANUP_GRAPHICS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Cleanup Graphics"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
virtual void OnLeftDClickItem(wxMouseEvent &event)
virtual void OnSelectItem(wxDataViewEvent &event)
Class DIALOG_CLEANUP_GRAPHICS_BASE.
DIALOG_CLEANUP_GRAPHICS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Cleanup Graphics"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
virtual void OnCheckBox(wxCommandEvent &event)
~DIALOG_CLEANUP_GRAPHICS_BASE()
wxStaticText * staticChangesLabel
wxStdDialogButtonSizer * m_sdbSizer
wxButton * m_sdbSizerCancel
wxCheckBox * m_createRectanglesOpt
wxCheckBox * m_deleteRedundantOpt
wxDataViewCtrl * m_changesDataView