2014-05-14 13:53:54 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2023-07-17 12:57:48 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b)
|
2014-05-14 13:53:54 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-27 17:09:27 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2014-05-14 13:53:54 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2020-10-23 01:59:37 +00:00
|
|
|
#pragma once
|
2014-05-14 13:53:54 +00:00
|
|
|
|
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
|
|
|
#include <wx/intl.h>
|
2014-06-20 17:29:35 +00:00
|
|
|
#include "dialog_shim.h"
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/string.h>
|
2023-07-17 12:57:48 +00:00
|
|
|
#include <wx/radiobut.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/gdicmn.h>
|
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
|
|
|
#include <wx/checkbox.h>
|
2021-10-24 02:12:25 +00:00
|
|
|
#include <wx/sizer.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/statbox.h>
|
2014-06-24 18:04:16 +00:00
|
|
|
#include <wx/button.h>
|
2014-05-14 13:53:54 +00:00
|
|
|
#include <wx/dialog.h>
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
/// Class DIALOG_PNS_SETTINGS_BASE
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2014-06-20 17:29:35 +00:00
|
|
|
class DIALOG_PNS_SETTINGS_BASE : public DIALOG_SHIM
|
2014-05-14 13:53:54 +00:00
|
|
|
{
|
|
|
|
private:
|
2020-10-23 01:59:37 +00:00
|
|
|
|
2014-05-14 13:53:54 +00:00
|
|
|
protected:
|
2023-07-17 12:57:48 +00:00
|
|
|
wxRadioButton* m_rbMarkObstacles;
|
2015-07-02 14:09:51 +00:00
|
|
|
wxCheckBox* m_freeAngleMode;
|
2023-07-17 12:57:48 +00:00
|
|
|
wxCheckBox* m_violateDrc;
|
|
|
|
wxRadioButton* m_rbShove;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxCheckBox* m_shoveVias;
|
|
|
|
wxCheckBox* m_backPressure;
|
2023-07-17 12:57:48 +00:00
|
|
|
wxRadioButton* m_rbWalkaround;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxCheckBox* m_removeLoops;
|
2018-02-15 15:09:39 +00:00
|
|
|
wxCheckBox* m_smartPads;
|
2014-05-14 13:53:54 +00:00
|
|
|
wxCheckBox* m_smoothDragged;
|
|
|
|
wxCheckBox* m_suggestEnding;
|
2021-04-10 19:17:29 +00:00
|
|
|
wxCheckBox* m_optimizeEntireDraggedTrack;
|
2020-12-23 22:02:29 +00:00
|
|
|
wxCheckBox* m_autoPosture;
|
2020-12-24 02:55:43 +00:00
|
|
|
wxCheckBox* m_fixAllSegments;
|
2014-05-30 13:31:30 +00:00
|
|
|
wxStdDialogButtonSizer* m_stdButtons;
|
|
|
|
wxButton* m_stdButtonsOK;
|
|
|
|
wxButton* m_stdButtonsCancel;
|
2020-10-23 01:59:37 +00:00
|
|
|
|
2021-10-24 02:12:25 +00:00
|
|
|
// Virtual event handlers, override them in your derived class
|
2018-06-19 04:41:10 +00:00
|
|
|
virtual void onModeChange( wxCommandEvent& event ) { event.Skip(); }
|
2015-07-02 14:09:51 +00:00
|
|
|
virtual void onFreeAngleModeChange( wxCommandEvent& event ) { event.Skip(); }
|
2014-05-30 13:31:30 +00:00
|
|
|
virtual void OnOkClick( wxCommandEvent& event ) { event.Skip(); }
|
2020-10-23 01:59:37 +00:00
|
|
|
|
|
|
|
|
2014-05-14 13:53:54 +00:00
|
|
|
public:
|
2020-10-23 01:59:37 +00:00
|
|
|
|
|
|
|
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 );
|
2021-10-24 02:12:25 +00:00
|
|
|
|
2014-05-14 13:53:54 +00:00
|
|
|
~DIALOG_PNS_SETTINGS_BASE();
|
2020-10-23 01:59:37 +00:00
|
|
|
|
2014-05-14 13:53:54 +00:00
|
|
|
};
|
|
|
|
|