Loading...
Searching...
No Matches
Scenario::CreationStateBase< Scenario_T > Class Template Reference
Inheritance diagram for Scenario::CreationStateBase< Scenario_T >:
Public Member Functions | |
| void | clearCreatedIds () |
Public Member Functions inherited from Scenario::StateBase< Scenario_T > | |
| StateBase (const Scenario_T &scenar, QState *parent) | |
| void | clear () |
Public Attributes | |
| QVector< Id< StateModel > > | createdStates |
| QVector< Id< EventModel > > | createdEvents |
| QVector< Id< TimeSyncModel > > | createdTimeSyncs |
| QVector< Id< IntervalModel > > | createdIntervals |
Public Attributes inherited from Scenario::StateBase< Scenario_T > | |
| OptionalId< StateModel > | clickedState |
| OptionalId< EventModel > | clickedEvent |
| OptionalId< TimeSyncModel > | clickedTimeSync |
| OptionalId< IntervalModel > | clickedInterval |
| OptionalId< StateModel > | hoveredState |
| OptionalId< EventModel > | hoveredEvent |
| OptionalId< TimeSyncModel > | hoveredTimeSync |
| OptionalId< IntervalModel > | hoveredInterval |
| Scenario::Point | currentPoint {} |
Additional Inherited Members | |
Protected Attributes inherited from Scenario::StateBase< Scenario_T > | |
| Scenario_T & | m_scenario |
The documentation for this class was generated from the following file:
Public Member Functions inherited from