CopperSpice API  1.9.1
QPropertyAnimation Member List

This is the complete list of members for QPropertyAnimation, including all inherited members.

DeletionPolicy enum nameQAbstractAnimation
Direction enum nameQAbstractAnimation
QAbstractAnimation(QObject *parent=nullptr)QAbstractAnimation
QObject(QObject *parent=nullptr)QObjectexplicit
QObjectListQObjectrelated
QPropertyAnimation(QObject *parent=nullptr)QPropertyAnimation
QPropertyAnimation(QObject *target, const QString &propertyName, QObject *parent=nullptr)QPropertyAnimation
QVariantAnimation(QObject *parent=nullptr)QVariantAnimation
State enum nameQAbstractAnimation
ValuePair typedefQVariantAnimation
blockSignals(bool block)QObject
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObject
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ())QObjectstatic
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection)QObjectstatic
connectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
currentLoopQAbstractAnimationreadnotify
currentLoop() constQAbstractAnimation
currentLoopChanged(int currentLoop)QAbstractAnimationsignal
currentLoopTime() constQAbstractAnimation
currentTimeQAbstractAnimationreadwrite
currentTime() constQAbstractAnimation
currentValueQVariantAnimationreadnotify
currentValue() constQVariantAnimation
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObjectslot
destroyed(QObject *obj=nullptr)QObjectsignal
directionQAbstractAnimationreadwritenotify
direction() constQAbstractAnimation
directionChanged(QAbstractAnimation::Direction newDirection)QAbstractAnimationsignal
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) constQObject
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod)QObjectstatic
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...))QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr)QObjectstatic
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod)QObjectstatic
disconnectNotify(const QMetaMethod &signalMethod) constQObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
durationQVariantAnimationreadwrite
duration() const overrideQVariantAnimationoverridevirtual
dynamicPropertyNames() constQObject
easingCurveQVariantAnimationreadwrite
easingCurve() constQVariantAnimation
endValueQVariantAnimationreadwrite
endValue() constQVariantAnimation
event(QEvent *event) overrideQPropertyAnimationoverrideprotectedvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
findChild(const QString &childName=QString ()) constQObject
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
findChildren(const QRegularExpression &regExp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) constQObject
finished()QAbstractAnimationsignal
group() constQAbstractAnimation
inherits(const QString &className) constQObject
installEventFilter(QObject *filterObj)QObject
interpolated(const QVariant &from, const QVariant &to, double progress) constQVariantAnimationprotectedvirtual
isSignalConnected(const QMetaMethod &signalMethod) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
keyValueAt(double step) constQVariantAnimation
keyValues() constQVariantAnimation
killTimer(int id)QObject
loopCountQAbstractAnimationreadwrite
loopCount() constQAbstractAnimation
metaObject() constQObject
moveToThread(QThread *targetThread)QObject
objectNameQObjectwrite
objectName() constQObject
objectNameChanged(const QString &objectName)QObjectsignal
parent() constQObject
pause()QAbstractAnimationslot
property(const QString &name) constQObject
propertyNameQPropertyAnimationreadwrite
propertyName() constQPropertyAnimation
qRegisterAnimationInterpolator(QVariant (*)(const T &from, const T &to, qreal progress) func)QVariantAnimationrelated
qobject_cast(QObject *object)QObjectrelated
receivers(const QString &signal) constQObjectprotected
removeEventFilter(QObject *obj)QObject
resume()QAbstractAnimationslot
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setCurrentTime(int msecs)QAbstractAnimationslot
setDirection(Direction direction)QAbstractAnimation
setDuration(int msecs)QVariantAnimation
setEasingCurve(const QEasingCurve &easing)QVariantAnimation
setEndValue(const QVariant &value)QVariantAnimation
setKeyValueAt(double step, const QVariant &value)QVariantAnimation
setKeyValues(const QVector< QVariantAnimation::ValuePair > &keyValues)QVariantAnimation
setLoopCount(int loopCount)QAbstractAnimation
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setPaused(bool paused)QAbstractAnimationslot
setProperty(const QString &name, const QVariant &value)QObject
setPropertyName(const QString &propertyName)QPropertyAnimation
setStartValue(const QVariant &value)QVariantAnimation
setTargetObject(QObject *target)QPropertyAnimation
signalsBlocked() constQObject
start(QAbstractAnimation::DeletionPolicy policy=KeepWhenStopped)QAbstractAnimationslot
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer)QObject
startValueQVariantAnimationreadwrite
startValue() constQVariantAnimation
stateQAbstractAnimationreadnotify
state() constQAbstractAnimation
stateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)QAbstractAnimationsignal
staticMetaObject()QObjectstatic
stop()QAbstractAnimationslot
targetObjectQPropertyAnimationreadwrite
targetObject() constQPropertyAnimation
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
totalDuration() constQAbstractAnimation
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >())QObjectstatic
updateCurrentTime(int) overrideQVariantAnimationoverrideprotectedvirtual
updateCurrentValue(const QVariant &value) overrideQPropertyAnimationoverrideprotectedvirtual
updateDirection(QAbstractAnimation::Direction direction)QAbstractAnimationprotectedvirtual
updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) overrideQPropertyAnimationoverrideprotectedvirtual
valueChanged(const QVariant &value)QVariantAnimationsignal
~QAbstractAnimation()QAbstractAnimationvirtual
~QObject()QObject
~QPropertyAnimation()QPropertyAnimation
~QVariantAnimation()QVariantAnimation