10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/checkbox.h>
21#include <wx/settings.h>
23#include <wx/statbox.h>
26#include <wx/bmpcbox.h>
27#include <wx/radiobut.h>
28#include <wx/stattext.h>
35#define ID_SPECIFIED_NET_TO_SPECIFIED_VALUES 1000
36#define ID_SPECIFIED_NET_TO_NETCLASS_VALUES 1001
77 DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Set Track and Via Properties"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE.
PCB_LAYER_BOX_SELECTOR * m_layerFilter
virtual void OnNetclassFilterSelect(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
wxCheckBox * m_netclassFilterOpt
wxRadioButton * m_setToSpecifiedValues
virtual void OnSizeNetclassGrid(wxSizeEvent &event)
wxStaticText * m_staticTextViaSize
wxChoice * m_netclassFilter
wxChoice * m_trackWidthSelectBox
wxStdDialogButtonSizer * m_sdbSizer
~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE()
wxCheckBox * m_netFilterOpt
wxRadioButton * m_setToNetclassValues
wxStaticText * m_staticTextTrackWidth
wxChoice * m_viaSizesSelectBox
PCB_LAYER_BOX_SELECTOR * m_layerBox
wxCheckBox * m_layerFilterOpt
wxCheckBox * m_selectedItemsFilter
wxStaticText * m_staticTextLayer
NET_SELECTOR * m_netFilter
virtual void OnLayerFilterSelect(wxCommandEvent &event)
DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Set Track and Via Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onSpecifiedValuesUpdateUi(wxUpdateUIEvent &event)
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class to display a pcb layer list in a wxBitmapComboBox.