Ember
Loading...
Searching...
No Matches
MonitorApp.h
Go to the documentation of this file.
1#pragma once
2
3#include <wx/wx.h>
4
5namespace Ember {
6namespace Monitor {
7class MonitorFrame;
8} // namespace Monitor
9} // namespace Ember
10
12class MonitorApp : public wxApp {
13 public:
15
17 bool OnInit() override;
19 int OnExit() override;
20
21 private:
25};
26
wxDECLARE_APP(MonitorApp)
Main application frame owning the TCP server, tree builder, codec, state manager, and AUI layout (Con...
Entry point for the EmberMonitor application.
Definition MonitorApp.h:12
int m_screenWidth
Definition MonitorApp.h:23
Ember::Monitor::MonitorFrame * m_frame
Definition MonitorApp.h:22
bool OnInit() override
Initializes the application and creates the main frame.
Definition MonitorApp.cpp:6
int OnExit() override
Cleans up resources on application exit.
int m_screenHeight
Definition MonitorApp.h:24