KiCad PCB EDA Suite
Loading...
Searching...
No Matches
APP_SINGLE_TOP Struct Reference

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

Inheritance diagram for APP_SINGLE_TOP:

Public Member Functions

 APP_SINGLE_TOP ()
 
bool OnInit () override
 
int OnExit () override
 
int OnRun () override
 
int FilterEvent (wxEvent &aEvent) override
 

Detailed Description

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 159 of file single_top.cpp.

Constructor & Destructor Documentation

◆ APP_SINGLE_TOP()

APP_SINGLE_TOP::APP_SINGLE_TOP ( )
inline

Definition at line 161 of file single_top.cpp.

References KIPLATFORM::ENV::Init(), program, and SetPgm().

Member Function Documentation

◆ FilterEvent()

int APP_SINGLE_TOP::FilterEvent ( wxEvent &  aEvent)
inlineoverride

Definition at line 234 of file single_top.cpp.

References PGM_BASE::m_ModalDialogs, and Pgm().

◆ OnExit()

int APP_SINGLE_TOP::OnExit ( )
inlineoverride

Definition at line 212 of file single_top.cpp.

References PGM_SINGLE_TOP::OnPgmExit(), and program.

◆ OnInit()

bool APP_SINGLE_TOP::OnInit ( )
inlineoverride

◆ OnRun()

int APP_SINGLE_TOP::OnRun ( )
inlineoverride

Definition at line 218 of file single_top.cpp.

References PGM_BASE::HandleException(), and Pgm().


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