![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QGraphicsItemAnimation, including all inherited members.
| QGraphicsItemAnimation(QObject *parent=nullptr) | QGraphicsItemAnimation | |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObjectList | QObject | related |
| afterAnimationStep(qreal step) | QGraphicsItemAnimation | protectedvirtual |
| beforeAnimationStep(qreal step) | QGraphicsItemAnimation | protectedvirtual |
| blockSignals(bool block) | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| clear() | QGraphicsItemAnimation | |
| 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) | QObject | static |
| connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| deleteLater() | QObject | slot |
| destroyed(QObject *obj=nullptr) | QObject | signal |
| disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
| disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
| disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
| disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
| disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
| disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &childName=QString ()) const | QObject | |
| findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
| findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
| horizontalScaleAt(qreal step) const | QGraphicsItemAnimation | |
| horizontalShearAt(qreal step) const | QGraphicsItemAnimation | |
| inherits(const QString &className) const | QObject | |
| installEventFilter(QObject *filterObj) | QObject | |
| isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
| isWidgetType() const | QObject | |
| isWindowType() const | QObject | |
| item() const | QGraphicsItemAnimation | |
| killTimer(int id) | QObject | |
| matrixAt(qreal step) const | QGraphicsItemAnimation | |
| metaObject() const | QObject | |
| moveToThread(QThread *targetThread) | QObject | |
| objectName | QObject | write |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | signal |
| parent() const | QObject | |
| posAt(qreal step) const | QGraphicsItemAnimation | |
| posList() const | QGraphicsItemAnimation | |
| property(const QString &name) const | QObject | |
| qobject_cast(QObject *object) | QObject | related |
| receivers(const QString &signal) const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| reset() | QGraphicsItemAnimation | deprecatedslot |
| rotationAt(qreal step) const | QGraphicsItemAnimation | |
| rotationList() const | QGraphicsItemAnimation | |
| scaleList() const | QGraphicsItemAnimation | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setItem(QGraphicsItem *item) | QGraphicsItemAnimation | |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setPosAt(qreal step, const QPointF &point) | QGraphicsItemAnimation | |
| setProperty(const QString &name, const QVariant &value) | QObject | |
| setRotationAt(qreal step, qreal angle) | QGraphicsItemAnimation | |
| setScaleAt(qreal step, qreal sx, qreal sy) | QGraphicsItemAnimation | |
| setShearAt(qreal step, qreal sh, qreal sv) | QGraphicsItemAnimation | |
| setStep(qreal step) | QGraphicsItemAnimation | slot |
| setTimeLine(QTimeLine *timeLine) | QGraphicsItemAnimation | |
| setTranslationAt(qreal step, qreal dx, qreal dy) | QGraphicsItemAnimation | |
| shearList() const | QGraphicsItemAnimation | |
| signalsBlocked() const | QObject | |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| staticMetaObject() | QObject | static |
| thread() const | QObject | |
| timeLine() const | QGraphicsItemAnimation | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
| translationList() const | QGraphicsItemAnimation | |
| verticalScaleAt(qreal step) const | QGraphicsItemAnimation | |
| verticalShearAt(qreal step) const | QGraphicsItemAnimation | |
| xTranslationAt(qreal step) const | QGraphicsItemAnimation | |
| yTranslationAt(qreal step) const | QGraphicsItemAnimation | |
| ~QGraphicsItemAnimation() | QGraphicsItemAnimation | virtual |
| ~QObject() | QObject |