|
wiRedPanda
Logic Circuit Simulator
|
Narrow interface letting Simulation reach its host scene without naming the concrete Scene class. More...
#include <SimulationHost.h>
Public Member Functions | |
| virtual void | setMuted (bool muted)=0 |
| Mutes or unmutes audio-producing elements in the host scene. | |
| virtual QList< QGraphicsItem * > | simulationItems () const =0 |
| Returns every item currently in the host scene. | |
| virtual | ~SimulationHost ()=default |
Narrow interface letting Simulation reach its host scene without naming the concrete Scene class.
Definition at line 19 of file SimulationHost.h.
|
virtualdefault |
|
pure virtual |
Mutes or unmutes audio-producing elements in the host scene.
Implemented in Scene.
|
pure virtual |
Returns every item currently in the host scene.
Implemented in Scene.