QskStackBoxAnimator

Inherits from QObject, QskAnimator

Inherited by QskStackBoxAnimator1, QskStackBoxAnimator3

Public Functions

  Name
  QskStackBoxAnimator(QskStackBox * parent)
  ~QskStackBoxAnimator() override
void setStartIndex(int index)
void setEndIndex(int index)
int startIndex() const
int endIndex() const

Protected Functions

  Name
QskStackBox * stackBox() const
QQuickItem * itemAt(int index) const

Public Functions Documentation

function QskStackBoxAnimator

QskStackBoxAnimator(
    QskStackBox * parent
)

function ~QskStackBoxAnimator

~QskStackBoxAnimator() override

function setStartIndex

void setStartIndex(
    int index
)

function setEndIndex

void setEndIndex(
    int index
)

function startIndex

int startIndex() const

function endIndex

int endIndex() const

Protected Functions Documentation

function stackBox

QskStackBox * stackBox() const

function itemAt

QQuickItem * itemAt(
    int index
) const

Updated on 28 July 2023 at 14:02:28 CEST