KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SIM_FRAME_STATE_LISTENER Class Reference
Inheritance diagram for SIM_FRAME_STATE_LISTENER:
SIM_STATE_LISTENER

Public Member Functions

 SIM_FRAME_STATE_LISTENER (SIMULATOR_FRAME *aParent)
 
void OnSimStateChange (SIMULATOR *aObject, SIM_STATE aNewState) override
 

Private Attributes

SIMULATOR_FRAMEm_parent
 

Detailed Description

Definition at line 90 of file simulator_frame.cpp.

Constructor & Destructor Documentation

◆ SIM_FRAME_STATE_LISTENER()

SIM_FRAME_STATE_LISTENER::SIM_FRAME_STATE_LISTENER ( SIMULATOR_FRAME * aParent)
inline

Definition at line 93 of file simulator_frame.cpp.

References m_parent.

Member Function Documentation

◆ OnSimStateChange()

void SIM_FRAME_STATE_LISTENER::OnSimStateChange ( SIMULATOR * aObject,
SIM_STATE aNewState )
inlineoverridevirtual

Implements SIM_STATE_LISTENER.

Definition at line 98 of file simulator_frame.cpp.

References m_parent, SIM_IDLE, and SIM_RUNNING.

Member Data Documentation

◆ m_parent

SIMULATOR_FRAME* SIM_FRAME_STATE_LISTENER::m_parent
private

Definition at line 113 of file simulator_frame.cpp.

Referenced by OnSimStateChange(), and SIM_FRAME_STATE_LISTENER().


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