2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
// C++ code generated with wxFormBuilder (version Dec 30 2017)
|
2013-05-26 04:36:44 +00:00
|
|
|
// http://www.wxformbuilder.org/
|
|
|
|
//
|
2017-12-26 14:38:45 +00:00
|
|
|
// PLEASE DO *NOT* EDIT THIS FILE!
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
#ifndef __PANEL_HOTKEYS_EDITOR_BASE_H__
|
|
|
|
#define __PANEL_HOTKEYS_EDITOR_BASE_H__
|
2013-05-26 04:36:44 +00:00
|
|
|
|
2013-09-21 17:09:08 +00:00
|
|
|
#include <wx/artprov.h>
|
|
|
|
#include <wx/xrc/xmlres.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/intl.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/panel.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
#include <wx/gdicmn.h>
|
2014-10-16 01:17:46 +00:00
|
|
|
#include <wx/font.h>
|
|
|
|
#include <wx/colour.h>
|
|
|
|
#include <wx/settings.h>
|
2018-05-14 17:34:18 +00:00
|
|
|
#include <wx/string.h>
|
2015-10-16 08:53:57 +00:00
|
|
|
#include <wx/button.h>
|
2016-01-05 00:31:35 +00:00
|
|
|
#include <wx/sizer.h>
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
/// Class PANEL_HOTKEYS_EDITOR_BASE
|
2013-05-26 04:36:44 +00:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2018-05-14 17:34:18 +00:00
|
|
|
class PANEL_HOTKEYS_EDITOR_BASE : public wxPanel
|
2013-05-26 04:36:44 +00:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
|
|
|
|
protected:
|
2016-01-05 18:46:45 +00:00
|
|
|
wxBoxSizer* m_mainSizer;
|
2016-01-16 01:58:39 +00:00
|
|
|
wxPanel* m_panelHotkeys;
|
2016-01-05 00:31:35 +00:00
|
|
|
wxButton* m_resetButton;
|
2016-03-29 16:35:24 +00:00
|
|
|
wxButton* m_defaultButton;
|
2018-05-14 17:34:18 +00:00
|
|
|
wxButton* btnImport;
|
|
|
|
wxButton* btnExport;
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
// Virtual event handlers, overide them in your derived class
|
2016-01-05 00:31:35 +00:00
|
|
|
virtual void ResetClicked( wxCommandEvent& event ) { event.Skip(); }
|
2016-03-29 16:35:24 +00:00
|
|
|
virtual void DefaultsClicked( wxCommandEvent& event ) { event.Skip(); }
|
2018-05-14 17:34:18 +00:00
|
|
|
virtual void OnImport( wxCommandEvent& event ) { event.Skip(); }
|
|
|
|
virtual void OnExport( wxCommandEvent& event ) { event.Skip(); }
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
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();
|
2013-05-26 04:36:44 +00:00
|
|
|
|
|
|
|
};
|
|
|
|
|
2018-05-14 17:34:18 +00:00
|
|
|
#endif //__PANEL_HOTKEYS_EDITOR_BASE_H__
|