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.

57 lines
1.8 KiB

  1. ///////////////////////////////////////////////////////////////////////////
  2. // C++ code generated with wxFormBuilder (version Dec 1 2018)
  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 <wx/colour.h>
  13. #include <wx/settings.h>
  14. #include <wx/string.h>
  15. #include <wx/font.h>
  16. #include <wx/grid.h>
  17. #include <wx/gdicmn.h>
  18. #include <wx/sizer.h>
  19. #include <wx/bmpbuttn.h>
  20. #include <wx/bitmap.h>
  21. #include <wx/image.h>
  22. #include <wx/icon.h>
  23. #include <wx/button.h>
  24. #include <wx/panel.h>
  25. ///////////////////////////////////////////////////////////////////////////
  26. ///////////////////////////////////////////////////////////////////////////////
  27. /// Class PANEL_PCBNEW_ACTION_PLUGINS_BASE
  28. ///////////////////////////////////////////////////////////////////////////////
  29. class PANEL_PCBNEW_ACTION_PLUGINS_BASE : public wxPanel
  30. {
  31. private:
  32. protected:
  33. WX_GRID* m_grid;
  34. wxBitmapButton* m_moveUpButton;
  35. wxBitmapButton* m_moveDownButton;
  36. wxBitmapButton* m_reloadButton;
  37. // Virtual event handlers, overide them in your derived class
  38. virtual void OnGridCellClick( wxGridEvent& event ) { event.Skip(); }
  39. virtual void OnMoveUpButtonClick( wxCommandEvent& event ) { event.Skip(); }
  40. virtual void OnMoveDownButtonClick( wxCommandEvent& event ) { event.Skip(); }
  41. virtual void OnReloadButtonClick( wxCommandEvent& event ) { event.Skip(); }
  42. public:
  43. PANEL_PCBNEW_ACTION_PLUGINS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 485,200 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString );
  44. ~PANEL_PCBNEW_ACTION_PLUGINS_BASE();
  45. };