/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class PCB_LAYER_BOX_SELECTOR; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_SPECIFIED_NET_TO_SPECIFIED_VALUES 1000 #define ID_SPECIFIED_NET_TO_NETCLASS_VALUES 1001 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE : public DIALOG_SHIM { private: protected: wxCheckBox* m_tracks; wxCheckBox* m_vias; wxCheckBox* m_netFilterOpt; NET_SELECTOR* m_netFilter; wxCheckBox* m_netclassFilterOpt; wxChoice* m_netclassFilter; wxCheckBox* m_layerFilterOpt; PCB_LAYER_BOX_SELECTOR* m_layerFilter; wxCheckBox* m_selectedItemsFilter; wxRadioButton* m_setToSpecifiedValues; wxStaticText* m_staticTextTrackWidth; wxStaticText* m_staticTextViaSize; wxStaticText* m_staticTextLayer; wxChoice* m_trackWidthSelectBox; wxChoice* m_viaSizesSelectBox; PCB_LAYER_BOX_SELECTOR* m_layerBox; wxRadioButton* m_setToNetclassValues; wxGrid* m_netclassGrid; wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; // Virtual event handlers, overide them in your derived class virtual void OnNetclassFilterSelect( wxCommandEvent& event ) { event.Skip(); } virtual void OnLayerFilterSelect( wxCommandEvent& event ) { event.Skip(); } virtual void onSpecifiedValuesUpdateUi( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnSizeNetclassGrid( wxSizeEvent& event ) { event.Skip(); } public: 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 ); ~DIALOG_GLOBAL_EDIT_TRACKS_AND_VIAS_BASE(); };