/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Oct 26 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_GLOBAL_DELETION_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_GLOBAL_DELETION_BASE : public DIALOG_SHIM { private: protected: wxCheckBox* m_delZones; wxCheckBox* m_delTexts; wxCheckBox* m_delBoardEdges; wxCheckBox* m_delDrawings; wxCheckBox* m_delFootprints; wxCheckBox* m_delTracks; wxCheckBox* m_delMarkers; wxCheckBox* m_delAll; wxStaticBoxSizer* sbFilter; wxCheckBox* m_drawingFilterLocked; wxCheckBox* m_drawingFilterUnlocked; wxCheckBox* m_footprintFilterLocked; wxCheckBox* m_footprintFilterUnlocked; wxCheckBox* m_trackFilterLocked; wxCheckBox* m_trackFilterUnlocked; wxCheckBox* m_trackFilterVias; wxRadioBox* m_rbLayersOption; wxStaticText* m_staticText1; wxTextCtrl* m_textCtrlCurrLayer; wxStaticLine* m_staticline1; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void onCheckDeleteDrawings( wxCommandEvent& event ) { event.Skip(); } virtual void onCheckDeleteFootprints( wxCommandEvent& event ) { event.Skip(); } virtual void onCheckDeleteTracks( wxCommandEvent& event ) { event.Skip(); } virtual void onCancelClick( wxCommandEvent& event ) { event.Skip(); } virtual void onOkClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_GLOBAL_DELETION_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Delete Items"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_GLOBAL_DELETION_BASE(); };