/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Aug 2 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __DIALOG_FP_PLUGIN_OPTIONS_BASE_H__ #define __DIALOG_FP_PLUGIN_OPTIONS_BASE_H__ #include #include #include #include "dialog_shim.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class DIALOG_FP_PLUGIN_OPTIONS_BASE /////////////////////////////////////////////////////////////////////////////// class DIALOG_FP_PLUGIN_OPTIONS_BASE : public DIALOG_SHIM { private: protected: wxGrid* m_grid; wxBitmapButton* m_append_button; wxBitmapButton* m_delete_button; wxListBox* m_listbox; wxButton* m_append_choice_button; wxHtmlWindow* m_html; wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; wxButton* m_sdbSizer1Cancel; // Virtual event handlers, overide them in your derived class virtual void onGridCellChange( wxGridEvent& event ) = 0; virtual void onSize( wxSizeEvent& event ) = 0; virtual void onUpdateUI( wxUpdateUIEvent& event ) = 0; virtual void onAppendRow( wxCommandEvent& event ) = 0; virtual void onDeleteRow( wxCommandEvent& event ) = 0; virtual void onListBoxItemSelected( wxCommandEvent& event ) = 0; virtual void onListBoxItemDoubleClicked( wxCommandEvent& event ) = 0; virtual void onAppendOption( wxCommandEvent& event ) = 0; public: DIALOG_FP_PLUGIN_OPTIONS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxCAPTION|wxCLOSE_BOX|wxDEFAULT_DIALOG_STYLE|wxMAXIMIZE_BOX|wxRESIZE_BORDER ); ~DIALOG_FP_PLUGIN_OPTIONS_BASE(); }; #endif //__DIALOG_FP_PLUGIN_OPTIONS_BASE_H__