Debug live engine

This commit is contained in:
Loic Guegan 2022-02-28 15:52:19 +01:00
parent 3cbbd1128d
commit 8f1e8fa106
4 changed files with 53 additions and 35 deletions

View file

@ -41,22 +41,23 @@
///////////////////////////////////////////////////////////////////////////
#define LIVE_ENGINE_PAUSE_BUTTON 1000
#define ID_DIALOG_CANCEL_BUTTON 1001
#define ID_DIALOG_IMPORT_BUTTON 1002
#define ENGINE_SAVE_CONF_BUTTON 1003
#define ENGINE_DELETE_CONF_BUTTON 1004
#define ID_SAVE_BUTTON 1005
#define ID_EXPORT_BUTTON 1006
#define ID_IMPORT_BUTTON 1007
#define ID_DELETE_BUTTON 1008
#define SWAP_BTN 1009
#define ZOOM_IN_BTN 1010
#define ZOOM_OUT_BTN 1011
#define COMMENT_INPUT_BOX 1012
#define UPDATE_BTN 1013
#define DELETE_BTN 1014
#define LIVE_ANALYSIS_GAME_BUTTON 1015
#define ID_LIVE_ENGINE_DIALOG 1000
#define LIVE_ENGINE_PAUSE_BUTTON 1001
#define ID_DIALOG_CANCEL_BUTTON 1002
#define ID_DIALOG_IMPORT_BUTTON 1003
#define ENGINE_SAVE_CONF_BUTTON 1004
#define ENGINE_DELETE_CONF_BUTTON 1005
#define ID_SAVE_BUTTON 1006
#define ID_EXPORT_BUTTON 1007
#define ID_IMPORT_BUTTON 1008
#define ID_DELETE_BUTTON 1009
#define SWAP_BTN 1010
#define ZOOM_IN_BTN 1011
#define ZOOM_OUT_BTN 1012
#define COMMENT_INPUT_BOX 1013
#define UPDATE_BTN 1014
#define DELETE_BTN 1015
#define LIVE_ANALYSIS_GAME_BUTTON 1016
///////////////////////////////////////////////////////////////////////////////
/// Class MainFrame
@ -103,7 +104,7 @@ class DialogLiveEngine : public wxDialog
public:
DialogLiveEngine( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE );
DialogLiveEngine( wxWindow* parent, wxWindowID id = ID_LIVE_ENGINE_DIALOG, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 464,468 ), long style = wxDEFAULT_DIALOG_STYLE );
~DialogLiveEngine();