|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SIM_FRAME_STATE_LISTENER (SIMULATOR_FRAME *aParent) | |
| void | OnSimStateChange (SIMULATOR *aObject, SIM_STATE aNewState) override |
Private Attributes | |
| SIMULATOR_FRAME * | m_parent |
Definition at line 90 of file simulator_frame.cpp.
|
inline |
Definition at line 93 of file simulator_frame.cpp.
References m_parent.
|
inlineoverridevirtual |
Implements SIM_STATE_LISTENER.
Definition at line 98 of file simulator_frame.cpp.
References m_parent, SIM_IDLE, and SIM_RUNNING.
|
private |
Definition at line 113 of file simulator_frame.cpp.
Referenced by OnSimStateChange(), and SIM_FRAME_STATE_LISTENER().