/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class WX_HTML_REPORT_BOX; class WX_INFOBAR; #include "dialog_shim.h" #include #include #include #include #include #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: WX_INFOBAR* m_infoBar; wxSimplebook* m_runningResultsBook; wxPanel* running; wxNotebook* m_runningNotebook; wxPanel* m_panelMessages; WX_HTML_REPORT_BOX* m_messages; wxGauge* m_gauge; wxPanel* results; wxNotebook* m_notebook; wxPanel* violationsPanel; wxDataViewCtrl* m_markerDataView; wxPanel* m_panelIgnored; wxListCtrl* m_ignoredList; wxStaticText* m_showLabel; wxCheckBox* m_showAll; wxCheckBox* m_showErrors; NUMBER_BADGE* m_errorsBadge; wxCheckBox* m_showWarnings; NUMBER_BADGE* m_warningsBadge; wxCheckBox* m_showExclusions; NUMBER_BADGE* m_exclusionsBadge; wxButton* m_saveReport; wxBoxSizer* m_buttonsSizer; wxButton* m_deleteOneMarker; wxButton* m_deleteAllMarkers; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, override them in your derived class virtual void OnCloseErcDialog( wxCloseEvent& event ) { event.Skip(); } virtual void OnLinkClicked( wxHtmlLinkEvent& 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 OnIgnoreItemRClick( wxListEvent& event ) { event.Skip(); } virtual void OnSeverity( wxCommandEvent& event ) { event.Skip(); } virtual void OnSaveReport( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteOneClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteAllClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( 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(); };