|
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 174 of file single_top.cpp.
|
inline |
Definition at line 176 of file single_top.cpp.
References KIPLATFORM::ENV::Init(), program, and SetPgm().
|
inlineoverride |
Definition at line 250 of file single_top.cpp.
References PGM_BASE::m_ModalDialogs, and Pgm().
|
inlineoverride |
Definition at line 228 of file single_top.cpp.
References program.
|
inlineoverride |
Definition at line 185 of file single_top.cpp.
References PGM_BASE::HandleException(), KIPLATFORM::APP::Init(), Pgm(), and program.
|
inlineoverride |
Definition at line 234 of file single_top.cpp.
References PGM_BASE::HandleException(), and Pgm().