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>
56 virtual void onModeChange( wxCommandEvent& event ) {
event.Skip(); }
58 virtual void OnOkClick( wxCommandEvent& event ) {
event.Skip(); }
63 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 );
Class DIALOG_PNS_SETTINGS_BASE.
virtual void OnOkClick(wxCommandEvent &event)
wxButton * m_stdButtonsCancel
wxCheckBox * m_optimizeEntireDraggedTrack
wxCheckBox * m_violateDrc
wxCheckBox * m_removeLoops
wxCheckBox * m_fixAllSegments
wxStdDialogButtonSizer * m_stdButtons
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 helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...