/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #pragma once #include #include #include class STD_BITMAP_BUTTON; class WX_GRID; #include "widgets/resettable_panel.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_FP_EDITOR_DEFAULTS_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_FP_EDITOR_DEFAULTS_BASE : public RESETTABLE_PANEL { private: protected: wxStaticText* defaultTextItemsLabel; WX_GRID* m_textItemsGrid; STD_BITMAP_BUTTON* m_bpAdd; STD_BITMAP_BUTTON* m_bpDelete; wxStaticText* m_staticTextInfo; WX_GRID* m_graphicsGrid; // Virtual event handlers, override them in your derived class virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); } virtual void OnAddTextItem( wxCommandEvent& event ) { event.Skip(); } virtual void OnDeleteTextItem( wxCommandEvent& event ) { event.Skip(); } public: PANEL_FP_EDITOR_DEFAULTS_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_FP_EDITOR_DEFAULTS_BASE(); };