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 );
 
 
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_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_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)