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

This class represents the main example window for the application. More...

#include <mainframe.hpp>

Inheritance diagram for MainFrame:

Public Member Functions

 MainFrame ()
 Constructor for the MainFrame class.
 

Detailed Description

This class represents the main example window for the application.

The MainFrame class is a wxWidgets frame that acts as the main user interface for the application. It contains wxPlot, and provides event handlers for various events such as menu actions and window resizing.

This frame is just an example responsible for setting up the UI, handling user interaction, and managing the overall plot display.

Constructor & Destructor Documentation

◆ MainFrame()

MainFrame::MainFrame ( )

Constructor for the MainFrame class.

Initializes the main window, sets up the plot area, and binds event handlers to various user interactions such as clicking the "Hello" button and resizing the window.


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