QskHintAnimatorTable

Public Functions

  Name
  QskHintAnimatorTable()
  ~QskHintAnimatorTable()
void start(QskControl * control, QskAspect aspect, QskAnimationHint animationHint, const QVariant & from, const QVariant & to)
const QskHintAnimator * animator(QskAspect aspect) const
QVariant currentValue(QskAspect aspect) const
bool cleanup()

Public Functions Documentation

function QskHintAnimatorTable

QskHintAnimatorTable()

function ~QskHintAnimatorTable

~QskHintAnimatorTable()

function start

void start(
    QskControl * control,
    QskAspect aspect,
    QskAnimationHint animationHint,
    const QVariant & from,
    const QVariant & to
)

function animator

const QskHintAnimator * animator(
    QskAspect aspect
) const

function currentValue

QVariant currentValue(
    QskAspect aspect
) const

function cleanup

bool cleanup()

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