42 #ifndef QANIMATIONGROUP_P_H 43 #define QANIMATIONGROUP_P_H 58 #include <QtCore/qlist.h> 60 #include "private/qabstractanimation_p.h" 62 #ifndef QT_NO_ANIMATION 94 #endif //QT_NO_ANIMATION 96 #endif //QANIMATIONGROUP_P_H #define QT_END_NAMESPACE
This macro expands to.
virtual void animationInsertedAt(int)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
Creates a connection of the given type from the signal in the sender object to the method in the rece...
void connectUncontrolledAnimation(QAbstractAnimation *anim)
QList< QAbstractAnimation * > animations
The QAbstractAnimation class is the base of all animations.
static bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member)
Disconnects signal in object sender from method in object receiver.
#define Q_DECLARE_PUBLIC(Class)
virtual void animationRemoved(int, QAbstractAnimation *)
void disconnectUncontrolledAnimation(QAbstractAnimation *anim)
The QAnimationGroup class is an abstract base class for groups of animations.
The QList class is a template class that provides lists.