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