|
wxPlot 1.8
Real time plot library for wxWidgets
|
Main application class for the wxWidgets application. More...
#include <Main.h>
Public Member Functions | |
| bool | OnInit () override |
| Initializes the application and creates the main window. | |
Main application class for the wxWidgets application.
The Main class is the entry point for the wxWidgets application. It inherits from wxApp and overrides the OnInit() method to initialize the application and create the main window or frame.
The OnInit() method is responsible for setting up the application's initial state, including creating and displaying the main window.
|
override |
Initializes the application and creates the main window.
This method is called when the application starts. It is responsible for setting up the application, initializing necessary components, and creating the main window (or frame) that the user will interact with.
true if the application initialization is successful, false otherwise.