/////////////////////////////////////////////////////////////////////////// // 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 WX_HTML_REPORT_BOX; #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_HTML_REPORTER /////////////////////////////////////////////////////////////////////////////// class DIALOG_HTML_REPORTER : public DIALOG_SHIM { private: protected: wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; // Virtual event handlers, overide them in your derived class virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); } virtual void OnOK( wxCommandEvent& event ) { event.Skip(); } public: WX_HTML_REPORT_BOX* m_Reporter; DIALOG_HTML_REPORTER( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Report"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER ); ~DIALOG_HTML_REPORTER(); };