|
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 |
| void | OnUnhandledException () 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 175 of file single_top.cpp.
|
inline |
Definition at line 177 of file single_top.cpp.
References KIPLATFORM::ENV::Init(), program, and SetPgm().
|
inlineoverride |
Definition at line 251 of file single_top.cpp.
References PGM_BASE::m_ModalDialogs, and Pgm().
|
inlineoverride |
Definition at line 229 of file single_top.cpp.
References program.
|
inlineoverride |
Definition at line 186 of file single_top.cpp.
References PGM_BASE::HandleException(), KIPLATFORM::APP::Init(), Pgm(), and program.
|
inlineoverride |
Definition at line 235 of file single_top.cpp.
References PGM_BASE::HandleException(), and Pgm().
|
inlineoverride |
Definition at line 282 of file single_top.cpp.
References PGM_BASE::HandleException(), and Pgm().