/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Dec 30 2017) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __PANEL_HOTKEYS_EDITOR_BASE_H__ #define __PANEL_HOTKEYS_EDITOR_BASE_H__ #include #include #include #include #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class PANEL_HOTKEYS_EDITOR_BASE /////////////////////////////////////////////////////////////////////////////// class PANEL_HOTKEYS_EDITOR_BASE : public wxPanel { private: protected: wxBoxSizer* m_mainSizer; wxPanel* m_panelHotkeys; wxButton* m_resetButton; wxButton* m_defaultButton; wxButton* btnImport; wxButton* btnExport; // Virtual event handlers, overide them in your derived class virtual void ResetClicked( wxCommandEvent& event ) { event.Skip(); } virtual void DefaultsClicked( wxCommandEvent& event ) { event.Skip(); } virtual void OnImport( wxCommandEvent& event ) { event.Skip(); } virtual void OnExport( wxCommandEvent& event ) { event.Skip(); } public: PANEL_HOTKEYS_EDITOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxTAB_TRAVERSAL ); ~PANEL_HOTKEYS_EDITOR_BASE(); }; #endif //__PANEL_HOTKEYS_EDITOR_BASE_H__