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