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 program.

◆ OnInit()

bool APP_TEST::OnInit ( )
inlineoverride

◆ OnRun()

int APP_TEST::OnRun ( )
inlineoverride

Definition at line 195 of file test_app_main.cpp.

References From_UTF8(), name, program, and IO_ERROR::What().


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