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.

74 lines
2.3 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
  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 STD_BITMAP_BUTTON;
  12. class WX_GRID;
  13. #include "widgets/html_window.h"
  14. #include "dialog_shim.h"
  15. #include <wx/colour.h>
  16. #include <wx/settings.h>
  17. #include <wx/string.h>
  18. #include <wx/font.h>
  19. #include <wx/grid.h>
  20. #include <wx/gdicmn.h>
  21. #include <wx/bmpbuttn.h>
  22. #include <wx/bitmap.h>
  23. #include <wx/image.h>
  24. #include <wx/icon.h>
  25. #include <wx/button.h>
  26. #include <wx/sizer.h>
  27. #include <wx/statbox.h>
  28. #include <wx/listbox.h>
  29. #include <wx/html/htmlwin.h>
  30. #include <wx/dialog.h>
  31. ///////////////////////////////////////////////////////////////////////////
  32. ///////////////////////////////////////////////////////////////////////////////
  33. /// Class DIALOG_PLUGIN_OPTIONS_BASE
  34. ///////////////////////////////////////////////////////////////////////////////
  35. class DIALOG_PLUGIN_OPTIONS_BASE : public DIALOG_SHIM
  36. {
  37. private:
  38. protected:
  39. WX_GRID* m_grid;
  40. STD_BITMAP_BUTTON* m_append_button;
  41. STD_BITMAP_BUTTON* m_delete_button;
  42. wxListBox* m_listbox;
  43. wxButton* m_append_choice_button;
  44. HTML_WINDOW* m_html;
  45. wxStdDialogButtonSizer* m_sdbSizer1;
  46. wxButton* m_sdbSizer1OK;
  47. wxButton* m_sdbSizer1Cancel;
  48. // Virtual event handlers, override them in your derived class
  49. virtual void onGridCellChange( wxGridEvent& event ) = 0;
  50. virtual void onSize( wxSizeEvent& event ) = 0;
  51. virtual void onUpdateUI( wxUpdateUIEvent& event ) = 0;
  52. virtual void onAppendRow( wxCommandEvent& event ) = 0;
  53. virtual void onDeleteRow( wxCommandEvent& event ) = 0;
  54. virtual void onListBoxItemSelected( wxCommandEvent& event ) = 0;
  55. virtual void onListBoxItemDoubleClicked( wxCommandEvent& event ) = 0;
  56. virtual void onAppendOption( wxCommandEvent& event ) = 0;
  57. public:
  58. DIALOG_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_PLUGIN_OPTIONS_BASE();
  60. };