QSkinny 0.8.0
C++/Qt UI toolkit
Loading...
Searching...
No Matches
QskAnimatorEvent Class Reference

Detailed Description

Definition at line 178 of file QskEvent.h.

Inheritance diagram for QskAnimatorEvent:

Public Types

enum  State : quint8 { Started , Terminated }
 
- Public Types inherited from QskEvent
enum  Type : int {
  NoEvent = 53800 , GeometryChange , ViewportChange , WindowChange ,
  PopupAdded , PopupRemoved , Gesture , GestureFilter ,
  Animator , MaxEvent = NoEvent + 50
}
 

Public Member Functions

 QskAnimatorEvent (QskAspect aspect, int index, State state)
 
QskAspect aspect () const
 
State state () const
 
QskAnimatorEventclone () const override
 
- Public Member Functions inherited from QskEvent
 QskEvent (QskEvent::Type type)
 

Public Attributes

int const { return m_index
 

Protected Member Functions

 QskAnimatorEvent (const QskAnimatorEvent &)=default
 
 QskAnimatorEvent (QskAnimatorEvent &&)=delete
 
QskAnimatorEventoperator= (const QskAnimatorEvent &)=default
 
QskAnimatorEventoperator= (QskAnimatorEvent &&)=delete
 
- Protected Member Functions inherited from QskEvent
 QskEvent (const QskEvent &)=default
 
 QskEvent (QskEvent &&)=delete
 
QskEventoperator= (const QskEvent &)=default
 
QskEventoperator= (QskEvent &&)=delete
 

Member Enumeration Documentation

◆ State

enum QskAnimatorEvent::State : quint8

Definition at line 181 of file QskEvent.h.

Constructor & Destructor Documentation

◆ QskAnimatorEvent()

QskAnimatorEvent::QskAnimatorEvent ( QskAspect  aspect,
int  index,
State  state 
)

Definition at line 276 of file QskEvent.cpp.

Member Function Documentation

◆ aspect()

QskAspect QskAnimatorEvent::aspect ( ) const
inline

Definition at line 189 of file QskEvent.h.

◆ clone()

QskAnimatorEvent * QskAnimatorEvent::clone ( ) const
override

Definition at line 284 of file QskEvent.cpp.

◆ state()

State QskAnimatorEvent::state ( ) const
inline

Definition at line 191 of file QskEvent.h.

Member Data Documentation

◆ const

int QskAnimatorEvent::const { return m_index
inline

Definition at line 190 of file QskEvent.h.