diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 15:37:03 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-26 15:37:03 +0100 |
| commit | e5aa5be42cbf93a31d3be387f24b3413f2983898 (patch) | |
| tree | 480627e83413cb5b300be954bb0e8f3b1833df99 /src/game_tab/editor/EditorPanelBF.h | |
| parent | 2068f8c6c3d3faa842bb9920591aa2ef30bc157c (diff) | |
Prepare GUI for engines
Diffstat (limited to 'src/game_tab/editor/EditorPanelBF.h')
| -rw-r--r-- | src/game_tab/editor/EditorPanelBF.h | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/src/game_tab/editor/EditorPanelBF.h b/src/game_tab/editor/EditorPanelBF.h new file mode 100644 index 0000000..092d750 --- /dev/null +++ b/src/game_tab/editor/EditorPanelBF.h @@ -0,0 +1,69 @@ +/////////////////////////////////////////////////////////////////////////// +// C++ code generated with wxFormBuilder (version 3.10.1-40-g8042f487) +// http://www.wxformbuilder.org/ +// +// PLEASE DO *NOT* EDIT THIS FILE! +/////////////////////////////////////////////////////////////////////////// + +#pragma once + +#include <wx/artprov.h> +#include <wx/xrc/xmlres.h> +#include <wx/sizer.h> +#include <wx/gdicmn.h> +#include <wx/statline.h> +#include <wx/font.h> +#include <wx/colour.h> +#include <wx/settings.h> +#include <wx/string.h> +#include <wx/stattext.h> +#include <wx/textctrl.h> +#include <wx/panel.h> +#include <wx/bitmap.h> +#include <wx/image.h> +#include <wx/icon.h> +#include <wx/button.h> +#include <wx/listctrl.h> +#include <wx/notebook.h> + +/////////////////////////////////////////////////////////////////////////// + +#define COMMENT_INPUT_BOX 1000 +#define UPDATE_BTN 1001 +#define DELETE_BTN 1002 + +/////////////////////////////////////////////////////////////////////////////// +/// Class EditorPanelBF +/////////////////////////////////////////////////////////////////////////////// +class EditorPanelBF : public wxPanel +{ + private: + + protected: + wxNotebook* notebook; + wxPanel* editor_page; + wxBoxSizer* editor_page_sizer; + wxBoxSizer* editor_canvas_sizer; + wxStaticLine* m_staticline1; + wxStaticText* comment_label; + wxTextCtrl* comment_input; + wxPanel* tags_page; + wxTextCtrl* tagTextCtrl; + wxTextCtrl* valueTextCtrl; + wxButton* update_button; + wxListCtrl* tags_list; + wxButton* delete_button; + wxPanel* engine_page; + wxStaticText* engine_list_label; + wxListCtrl* engine_list; + wxButton* analyze_game_button; + wxButton* live_analysis_button; + + public: + + EditorPanelBF( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 525,485 ), long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); + + ~EditorPanelBF(); + +}; + |
