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

Detailed Description

Definition at line 76 of file QskStackBoxAnimator.h.

Inheritance diagram for QskStackBoxAnimator2:

Properties

Qt::Orientation orientation
 
bool inverted
 

Public Member Functions

 QskStackBoxAnimator2 (QskStackBox *)
 
void setOrientation (Qt::Orientation)
 
Qt::Orientation orientation () const
 
void setInverted (bool)
 
bool isInverted () const
 
- Public Member Functions inherited from QskStackBoxAnimator
 QskStackBoxAnimator (QskStackBox *)
 
void setStartIndex (int index)
 
void setEndIndex (int index)
 
int startIndex () const
 
int endIndex () const
 
qreal transientIndex () const
 
- Public Member Functions inherited from QskAnimator
QQuickWindow * window () const
 
void setWindow (QQuickWindow *)
 
void setEasingCurve (QEasingCurve::Type type)
 
void setEasingCurve (const QEasingCurve &)
 
const QEasingCurve & easingCurve () const
 
void setAutoRepeat (bool)
 
bool autoRepeat () const
 
void setDuration (int ms)
 
int duration () const
 
bool isRunning () const
 
qint64 elapsed () const
 
void start ()
 
void stop ()
 
void update ()
 

Protected Member Functions

void setup () override
 
void advanceIndex (qreal value) override
 
void done () override
 
- Protected Member Functions inherited from QskStackBoxAnimator
QskStackBoxstackBox () const
 
QQuickItem * itemAt (int index) const
 

Additional Inherited Members

- Static Public Member Functions inherited from QskAnimator
static QMetaObject::Connection addCleanupHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection)
 
static QMetaObject::Connection addAdvanceHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection)
 
static void debugStatistics (QDebug)
 

Constructor & Destructor Documentation

◆ QskStackBoxAnimator2()

QskStackBoxAnimator2::QskStackBoxAnimator2 ( QskStackBox parent)

Definition at line 319 of file QskStackBoxAnimator.cpp.

◆ ~QskStackBoxAnimator2()

QskStackBoxAnimator2::~QskStackBoxAnimator2 ( )
override

Definition at line 326 of file QskStackBoxAnimator.cpp.

Member Function Documentation

◆ advanceIndex()

void QskStackBoxAnimator2::advanceIndex ( qreal  value)
overrideprotectedvirtual

Implements QskStackBoxAnimator.

Definition at line 370 of file QskStackBoxAnimator.cpp.

◆ done()

void QskStackBoxAnimator2::done ( )
overrideprotectedvirtual

Reimplemented from QskAnimator.

Definition at line 413 of file QskStackBoxAnimator.cpp.

◆ isInverted()

bool QskStackBoxAnimator2::isInverted ( ) const

Definition at line 353 of file QskStackBoxAnimator.cpp.

◆ orientation()

Qt::Orientation QskStackBoxAnimator2::orientation ( ) const

Definition at line 339 of file QskStackBoxAnimator.cpp.

◆ setInverted()

void QskStackBoxAnimator2::setInverted ( bool  on)

Definition at line 344 of file QskStackBoxAnimator.cpp.

◆ setOrientation()

void QskStackBoxAnimator2::setOrientation ( Qt::Orientation  orientation)

Definition at line 330 of file QskStackBoxAnimator.cpp.

◆ setup()

void QskStackBoxAnimator2::setup ( )
overrideprotectedvirtual

Reimplemented from QskAnimator.

Definition at line 358 of file QskStackBoxAnimator.cpp.

Property Documentation

◆ inverted

bool QskStackBoxAnimator2::inverted
readwrite

Definition at line 81 of file QskStackBoxAnimator.h.

◆ orientation

Qt::Orientation QskStackBoxAnimator2::orientation
readwrite

Definition at line 80 of file QskStackBoxAnimator.h.