10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   15#include <wx/radiobut.h> 
   19#include <wx/settings.h> 
   20#include <wx/checkbox.h> 
   22#include <wx/statbox.h> 
   55        virtual void onModeChange( wxCommandEvent& event ) { 
event.Skip(); }
 
   57        virtual void OnOkClick( wxCommandEvent& event ) { 
event.Skip(); }
 
   62        DIALOG_PNS_SETTINGS_BASE( wxWindow* parent, wxWindowID 
id = wxID_ANY, 
const wxString& title = 
_(
"Interactive Router Settings"), 
const wxPoint& pos = wxDefaultPosition, 
const wxSize& size = wxSize( -1,-1 ), 
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
 
virtual void OnOkClick(wxCommandEvent &event)
 
wxButton * m_stdButtonsCancel
 
wxCheckBox * m_optimizeEntireDraggedTrack
 
wxCheckBox * m_violateDrc
 
wxCheckBox * m_removeLoops
 
wxCheckBox * m_fixAllSegments
 
wxStdDialogButtonSizer * m_stdButtons
 
DIALOG_PNS_SETTINGS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Interactive Router Settings"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
wxRadioButton * m_rbShove
 
wxCheckBox * m_backPressure
 
wxCheckBox * m_smoothDragged
 
virtual void onFreeAngleModeChange(wxCommandEvent &event)
 
wxRadioButton * m_rbWalkaround
 
wxButton * m_stdButtonsOK
 
~DIALOG_PNS_SETTINGS_BASE()
 
wxCheckBox * m_suggestEnding
 
wxCheckBox * m_freeAngleMode
 
wxCheckBox * m_autoPosture
 
wxRadioButton * m_rbMarkObstacles
 
virtual void onModeChange(wxCommandEvent &event)
 
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)