|
wxPlot 1.8
Real time plot library for wxWidgets
|
This class represents the main example window for the application. More...
#include <mainframe.hpp>
Public Member Functions | |
| MainFrame () | |
| Constructor for the MainFrame class. | |
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.
| 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.