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.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.0)
  3. // http://www.wxformbuilder.org/
  4. //
  5. // PLEASE DO *NOT* EDIT THIS FILE!
  6. ///////////////////////////////////////////////////////////////////////////
  7. #pragma once
  8. #include <wx/artprov.h>
  9. #include <wx/xrc/xmlres.h>
  10. #include <wx/intl.h>
  11. class WX_GRID;
  12. #include "html_window.h"
  13. #include "dialog_shim.h"
  14. #include <wx/colour.h>
  15. #include <wx/settings.h>
  16. #include <wx/string.h>
  17. #include <wx/font.h>
  18. #include <wx/grid.h>
  19. #include <wx/gdicmn.h>
  20. #include <wx/bmpbuttn.h>
  21. #include <wx/bitmap.h>
  22. #include <wx/image.h>
  23. #include <wx/icon.h>
  24. #include <wx/button.h>
  25. #include <wx/sizer.h>
  26. #include <wx/statbox.h>
  27. #include <wx/listbox.h>
  28. #include <wx/html/htmlwin.h>
  29. #include <wx/dialog.h>
  30. ///////////////////////////////////////////////////////////////////////////
  31. ///////////////////////////////////////////////////////////////////////////////
  32. /// Class DIALOG_FP_PLUGIN_OPTIONS_BASE
  33. ///////////////////////////////////////////////////////////////////////////////
  34. class DIALOG_FP_PLUGIN_OPTIONS_BASE : public DIALOG_SHIM
  35. {
  36. private:
  37. protected:
  38. WX_GRID* m_grid;
  39. wxBitmapButton* m_append_button;
  40. wxBitmapButton* m_delete_button;
  41. wxListBox* m_listbox;
  42. wxButton* m_append_choice_button;
  43. HTML_WINDOW* m_html;
  44. wxStdDialogButtonSizer* m_sdbSizer1;
  45. wxButton* m_sdbSizer1OK;
  46. wxButton* m_sdbSizer1Cancel;
  47. // Virtual event handlers, override them in your derived class
  48. virtual void onGridCellChange( wxGridEvent& event ) = 0;
  49. virtual void onSize( wxSizeEvent& event ) = 0;
  50. virtual void onUpdateUI( wxUpdateUIEvent& event ) = 0;
  51. virtual void onAppendRow( wxCommandEvent& event ) = 0;
  52. virtual void onDeleteRow( wxCommandEvent& event ) = 0;
  53. virtual void onListBoxItemSelected( wxCommandEvent& event ) = 0;
  54. virtual void onListBoxItemDoubleClicked( wxCommandEvent& event ) = 0;
  55. virtual void onAppendOption( wxCommandEvent& event ) = 0;
  56. public:
  57. 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 );
  58. ~DIALOG_FP_PLUGIN_OPTIONS_BASE();
  59. };