wxPlot 1.8
Real time plot library for wxWidgets
Loading...
Searching...
No Matches
Main.h
1#pragma once
2
3#include "src/frames/mainframe/mainframe.hpp"
4
16class Main : public wxApp
17{
18public:
28 bool OnInit() override;
29};
30
37wxIMPLEMENT_APP(Main);
Main application class for the wxWidgets application.
Definition Main.h:17
bool OnInit() override
Initializes the application and creates the main window.
Definition Main.cpp:4