From 617f2b01b2679ec43330ea6fb5f25f4137565b6a Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 13 May 2023 10:43:21 +0200 Subject: Improve documentation --- src/MainWindow.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/MainWindow.hpp') diff --git a/src/MainWindow.hpp b/src/MainWindow.hpp index 5e01def..5204220 100644 --- a/src/MainWindow.hpp +++ b/src/MainWindow.hpp @@ -15,9 +15,16 @@ wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent); wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent); wxDECLARE_EVENT(CLOSE_LINKED_TAB, wxCommandEvent); +/** + * @brief Main GUI window of OChess + * + */ class MainWindow : public MainFrame { + /// @brief Preference popup window wxPreferencesEditor *prefsEditor; + /// @brief Menu to manage existing chess engines wxMenu *manageMenu; + /// @brief Store the number of available chess engines (to create entries in the menus) int engine_count; void OnClose(wxCloseEvent &e); -- cgit v1.2.3