KiCad PCB EDA Suite
Loading...
Searching...
No Matches
APP_TEST Struct Reference

Implement a bare naked wxApp (so that we don't become dependent on functionality in a wxApp derivative that we cannot deliver under wxPython). More...

Inheritance diagram for APP_TEST:

Public Member Functions

 APP_TEST ()
 
bool OnInit () override
 
int OnExit () override
 
int OnRun () override
 

Detailed Description

Implement a bare naked wxApp (so that we don't become dependent on functionality in a wxApp derivative that we cannot deliver under wxPython).

Definition at line 142 of file test_app_main.cpp.

Constructor & Destructor Documentation

◆ APP_TEST()

APP_TEST::APP_TEST ( )
inline

Definition at line 144 of file test_app_main.cpp.

References program, and SetPgm().

Member Function Documentation

◆ OnExit()

int APP_TEST::OnExit ( )
inlineoverride

Definition at line 189 of file test_app_main.cpp.

References PGM_TEST_FRAME::OnPgmExit(), and program.

◆ OnInit()

◆ OnRun()

int APP_TEST::OnRun ( )
inlineoverride

The documentation for this struct was generated from the following file: