KiCad PCB EDA Suite
|
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...
Public Member Functions | |
APP_SINGLE_TOP () | |
bool | OnInit () override |
int | OnExit () override |
int | OnRun () override |
int | FilterEvent (wxEvent &aEvent) override |
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 163 of file single_top.cpp.
|
inline |
Definition at line 165 of file single_top.cpp.
References KIPLATFORM::ENV::Init(), program, and SetPgm().
|
inlineoverride |
Definition at line 239 of file single_top.cpp.
References PGM_BASE::m_ModalDialogs, and Pgm().
|
inlineoverride |
Definition at line 217 of file single_top.cpp.
References PGM_SINGLE_TOP::OnPgmExit(), and program.
|
inlineoverride |
Definition at line 174 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 223 of file single_top.cpp.
References PGM_BASE::HandleException(), and Pgm().