The main application window. More...
#include <WindowMain.h>
Public Member Functions | |
WindowMain () | |
Constructs the main application window. | |
Public Attributes | |
Main Panel | |
Panel * | panel_start |
Pointer to the initial panel displayed in the main window. | |
The main application window.
This class serves as the primary frame for the application, initializing the main panel and setting up the GUI layout.
WindowMain::WindowMain | ( | ) |
Constructs the main application window.
Initializes the main frame and sets up the starting panel.
Panel* WindowMain::panel_start |
Pointer to the initial panel displayed in the main window.