Loading...
Searching...
No Matches
Scenario::MoveTimeSyncState< MoveTimeSyncCommand_T, Scenario_T, ToolPalette_T > Class Template Referencefinal
Inheritance diagram for Scenario::MoveTimeSyncState< MoveTimeSyncCommand_T, Scenario_T, ToolPalette_T >:
Public Member Functions | |
| MoveTimeSyncState (const ToolPalette_T &stateMachine, const Scenario_T &scenarioPath, const score::CommandStackFacade &stack, score::ObjectLocker &locker, QState *parent) | |
Public Member Functions inherited from Scenario::StateBase< Scenario_T > | |
| StateBase (const Scenario_T &scenar, QState *parent) | |
| void | clear () |
Public Attributes | |
| SingleOngoingCommandDispatcher< MoveTimeSyncCommand_T > | m_dispatcher |
| std::optional< TimeVal > | m_pressedPrevious |
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