/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Jul 10 2019) // 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 #include #include #include /////////////////////////////////////////////////////////////////////////// #define ID_ERASE_DRC_MARKERS 1000 /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_ERC_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_ERC_BASE : public DIALOG_SHIM { private: protected: wxStaticText* m_titleMessages; wxTextCtrl* m_MessagesList; wxStaticText* m_textMarkers; wxDataViewCtrl* m_markerDataView; wxStaticText* m_showLabel; wxCheckBox* m_showAll; wxCheckBox* m_showErrors; wxStaticBitmap* m_errorsBadge; wxCheckBox* m_showWarnings; wxStaticBitmap* m_warningsBadge; wxCheckBox* m_showExclusions; wxStaticBitmap* m_exclusionsBadge; wxButton* m_saveReport; wxStaticLine* m_staticline1; wxBoxSizer* m_buttonsSizer; wxButton* m_buttondelmarkers; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void OnCloseErcDialog( wxCloseEvent& event ) { event.Skip(); } virtual void OnERCItemDClick( wxDataViewEvent& event ) { event.Skip(); } virtual void OnERCItemRClick( wxDataViewEvent& event ) { event.Skip(); } virtual void OnERCItemSelected( wxDataViewEvent& event ) { event.Skip(); } virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); } virtual void OnEraseDrcMarkersClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnButtonCloseClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnRunERCClick( wxCommandEvent& event ) { event.Skip(); } public: DIALOG_ERC_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Electrical Rules Checker"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_ERC_BASE(); };