10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
20#include <wx/stattext.h>
22#include <wx/textctrl.h>
23#include <wx/dataview.h>
54 virtual void OnCheckBox( wxCommandEvent& event ) {
event.Skip(); }
55 virtual void OnSelectItem( wxDataViewEvent& event ) {
event.Skip(); }
61 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 );
Class DIALOG_CLEANUP_GRAPHICS_BASE.
wxButton * m_sdbSizerCancel
~DIALOG_CLEANUP_GRAPHICS_BASE()
virtual void OnSelectItem(wxDataViewEvent &event)
wxBoxSizer * m_toleranceSizer
virtual void OnLeftDClickItem(wxMouseEvent &event)
virtual void OnCheckBox(wxCommandEvent &event)
wxStaticText * m_nettieHint
wxStaticText * m_toleranceUnits
wxCheckBox * m_mergePadsOpt
wxDataViewCtrl * m_changesDataView
wxStdDialogButtonSizer * m_sdbSizer
wxCheckBox * m_createRectanglesOpt
wxStaticText * m_toleranceLabel
wxCheckBox * m_deleteRedundantOpt
wxStaticText * staticChangesLabel
wxTextCtrl * m_toleranceCtrl
wxCheckBox * m_fixBoardOutlines
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...