NAP
Public Member Functions | Public Attributes | List of all members
DraggingPlayerTime Class Reference

#include <sequenceeditorguiactions.h>

Public Member Functions

 DraggingPlayerTime (bool wasPlaying, bool wasPaused)
 
- Public Member Functions inherited from Action
virtual ~Action ()=default
 
template<typename T >
bool isAction ()
 
template<typename T >
T * getDerived ()
 

Public Attributes

bool mWasPlaying
 
bool mWasPaused
 

Description

Action when dragging player controller

Inheritance diagram for DraggingPlayerTime:
[legend]
Collaboration diagram for DraggingPlayerTime:
[legend]

Constructor & Destructor Documentation

◆ DraggingPlayerTime()

DraggingPlayerTime ( bool  wasPlaying,
bool  wasPaused 
)

Constructor

Parameters
wasPlayingwas the sequence player playing when we started dragging
wasPausedwas the sequence player paused when we started dragging

Member Data Documentation

◆ mWasPaused

bool mWasPaused

◆ mWasPlaying

bool mWasPlaying