7 wxInitAllImageHandlers();
11 int windowWidth = wxMax(900,
static_cast<int>(
m_screenWidth * 0.7));
12 int windowHeight = wxMax(600,
static_cast<int>(
m_screenHeight * 0.7));
wxIMPLEMENT_APP(MonitorApp)
Main application frame owning the TCP server, tree builder, codec, state manager, and AUI layout (Con...
Entry point for the EmberMonitor application.
Ember::Monitor::MonitorFrame * m_frame
bool OnInit() override
Initializes the application and creates the main frame.
int OnExit() override
Cleans up resources on application exit.