You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.5 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Nov 22 2017)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #ifndef __DIALOG_FP_PLUGIN_OPTIONS_BASE_H__
  8. #define __DIALOG_FP_PLUGIN_OPTIONS_BASE_H__
  9. #include <wx/artprov.h>
  10. #include <wx/xrc/xmlres.h>
  11. #include <wx/intl.h>
  12. #include "dialog_shim.h"
  13. #include <wx/colour.h>
  14. #include <wx/settings.h>
  15. #include <wx/string.h>
  16. #include <wx/font.h>
  17. #include <wx/grid.h>
  18. #include <wx/gdicmn.h>
  19. #include <wx/button.h>
  20. #include <wx/sizer.h>
  21. #include <wx/statbox.h>
  22. #include <wx/listbox.h>
  23. #include <wx/stattext.h>
  24. #include <wx/html/htmlwin.h>
  25. #include <wx/dialog.h>
  26. ///////////////////////////////////////////////////////////////////////////
  27. ///////////////////////////////////////////////////////////////////////////////
  28. /// Class DIALOG_FP_PLUGIN_OPTIONS_BASE
  29. ///////////////////////////////////////////////////////////////////////////////
  30. class DIALOG_FP_PLUGIN_OPTIONS_BASE : public DIALOG_SHIM
  31. {
  32. private:
  33. protected:
  34. wxGrid* m_grid;
  35. wxButton* m_add_row;
  36. wxButton* m_delete_row;
  37. wxButton* m_move_up;
  38. wxButton* m_move_down;
  39. wxListBox* m_listbox;
  40. wxButton* m_append_choice_button;
  41. wxStaticText* m_staticText1;
  42. wxHtmlWindow* m_html;
  43. wxStdDialogButtonSizer* m_sdbSizer1;
  44. wxButton* m_sdbSizer1OK;
  45. wxButton* m_sdbSizer1Cancel;
  46. // Virtual event handlers, overide them in your derived class
  47. virtual void onCancelCaptionButtonClick( wxCloseEvent& event ) = 0;
  48. virtual void onAppendRow( wxMouseEvent& event ) = 0;
  49. virtual void onDeleteRow( wxMouseEvent& event ) = 0;
  50. virtual void onMoveUp( wxMouseEvent& event ) = 0;
  51. virtual void onMoveDown( wxMouseEvent& event ) = 0;
  52. virtual void onListBoxItemSelected( wxCommandEvent& event ) = 0;
  53. virtual void onListBoxItemDoubleClicked( wxCommandEvent& event ) = 0;
  54. virtual void onAppendOption( wxCommandEvent& event ) = 0;
  55. virtual void onCancelButtonClick( wxCommandEvent& event ) = 0;
  56. virtual void onOKButtonClick( wxCommandEvent& event ) = 0;
  57. public:
  58. 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 );
  59. ~DIALOG_FP_PLUGIN_OPTIONS_BASE();
  60. };
  61. #endif //__DIALOG_FP_PLUGIN_OPTIONS_BASE_H__