KiCad PCB EDA Suite
|
Struct APP_SINGLE_TOP implements a bare naked wxApp (so that we don't become dependent on functionality in a wxApp derivative that we cannot deliver under wxPython). More...
Public Member Functions | |
APP_SINGLE_TOP () | |
bool | OnInit () override |
int | OnExit () override |
int | OnRun () override |
int | FilterEvent (wxEvent &aEvent) override |
Struct APP_SINGLE_TOP implements 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 160 of file single_top.cpp.
|
inline |
Definition at line 162 of file single_top.cpp.
References KIPLATFORM::ENV::Init(), program, and SetPgm().
|
inlineoverride |
Definition at line 235 of file single_top.cpp.
References PGM_BASE::m_ModalDialogs, and Pgm().
|
inlineoverride |
Definition at line 213 of file single_top.cpp.
References PGM_SINGLE_TOP::OnPgmExit(), and program.
|
inlineoverride |
Definition at line 170 of file single_top.cpp.
References PGM_BASE::HandleException(), KIPLATFORM::APP::Init(), PGM_SINGLE_TOP::OnPgmExit(), PGM_SINGLE_TOP::OnPgmInit(), Pgm(), and program.
|
inlineoverride |
Definition at line 219 of file single_top.cpp.
References PGM_BASE::HandleException(), and Pgm().