wxPlot 1.8
Real time plot library for wxWidgets
Loading...
Searching...
No Matches
Main Class Reference

Main application class for the wxWidgets application. More...

#include <Main.h>

Inheritance diagram for Main:

Public Member Functions

bool OnInit () override
 Initializes the application and creates the main window.
 

Detailed Description

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.

Member Function Documentation

◆ OnInit()

bool Main::OnInit ( )
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.

Returns
true if the application initialization is successful, false otherwise.

The documentation for this class was generated from the following files: