aboutsummaryrefslogtreecommitdiff
path: root/src/MainWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.hpp')
-rw-r--r--src/MainWindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp
index 5204220..4bb96dd 100644
--- a/src/MainWindow.hpp
+++ b/src/MainWindow.hpp
@@ -32,6 +32,7 @@ class MainWindow : public MainFrame {
void OnPageChange(wxAuiNotebookEvent &event);
void OnRefreshTabTitle(wxCommandEvent &event);
void OpenSettings();
+ /// @brief Setting up a new chess engine (select executable and open engine tab)
void NewEngine();
void OnCloseTabEvent(wxCommandEvent &event);
void OnRefreshEngineList(wxCommandEvent &event);
@@ -44,5 +45,6 @@ class MainWindow : public MainFrame {
public:
MainWindow();
TabInfos* NewGame(std::shared_ptr<Game> game);
+ /// @brief Apply preferences to MainWindow and all the opened tabs
void ApplyPreferences();
}; \ No newline at end of file