Ember
Loading...
Searching...
No Matches
MonitorApp Class Reference

Entry point for the EmberMonitor application. More...

#include <MonitorApp.h>

Inheritance diagram for MonitorApp:

Public Member Functions

 MonitorApp ()
bool OnInit () override
 Initializes the application and creates the main frame.
int OnExit () override
 Cleans up resources on application exit.

Private Attributes

Ember::Monitor::MonitorFramem_frame
int m_screenWidth
int m_screenHeight

Detailed Description

Entry point for the EmberMonitor application.

Definition at line 12 of file MonitorApp.h.

Constructor & Destructor Documentation

◆ MonitorApp()

MonitorApp::MonitorApp ( )
inline

Definition at line 14 of file MonitorApp.h.

Member Function Documentation

◆ OnExit()

int MonitorApp::OnExit ( )
override

Cleans up resources on application exit.

Definition at line 24 of file MonitorApp.cpp.

◆ OnInit()

bool MonitorApp::OnInit ( )
override

Initializes the application and creates the main frame.

Definition at line 6 of file MonitorApp.cpp.

Member Data Documentation

◆ m_frame

Ember::Monitor::MonitorFrame* MonitorApp::m_frame
private

Definition at line 22 of file MonitorApp.h.

◆ m_screenHeight

int MonitorApp::m_screenHeight
private

Definition at line 24 of file MonitorApp.h.

◆ m_screenWidth

int MonitorApp::m_screenWidth
private

Definition at line 23 of file MonitorApp.h.


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