Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativeRotationAnimationPrivate Class Reference

#include <qdeclarativeanimation_p_p.h>

Inheritance diagram for QDeclarativeRotationAnimationPrivate:
QDeclarativePropertyAnimationPrivate QDeclarativeAbstractAnimationPrivate QObjectPrivate QObjectData

Public Functions

 QDeclarativeRotationAnimationPrivate ()
 
- Public Functions inherited from QDeclarativePropertyAnimationPrivate
void init ()
 
 QDeclarativePropertyAnimationPrivate ()
 
- Public Functions inherited from QDeclarativeAbstractAnimationPrivate
void commence ()
 
 QDeclarativeAbstractAnimationPrivate ()
 
- Public Functions inherited from QObjectPrivate
void _q_reregisterTimers (void *pointer)
 
void addConnection (int signal, Connection *c)
 
void cleanConnectionLists ()
 
void connectNotify (const char *signal)
 
void deleteChildren ()
 
void disconnectNotify (const char *signal)
 
bool isSender (const QObject *receiver, const char *signal) const
 
bool isSignalConnected (uint signalIdx) const
 Returns true if the signal with index signal_index from object sender is connected. More...
 
void moveToThread_helper ()
 
 QObjectPrivate (int version=QObjectPrivateVersion)
 
QObjectList receiverList (const char *signal) const
 
QObjectList senderList () const
 
void setParent_helper (QObject *)
 
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData)
 
int signalIndex (const char *signalName) const
 Returns the signal index used in the internal connectionLists vector. More...
 
virtual ~QObjectPrivate ()
 
- Public Functions inherited from QObjectData
virtual ~QObjectData ()=0
 

Public Variables

QDeclarativeRotationAnimation::RotationDirection direction
 
- Public Variables inherited from QDeclarativePropertyAnimationPrivate
QDeclarativeStateActionsactions
 
QString defaultProperties
 
bool defaultToInterpolatorType:1
 
QList< QObject * > exclude
 
QVariant from
 
bool fromIsDefined:1
 
bool fromSourced
 
QVariantAnimation::Interpolator interpolator
 
int interpolatorType
 
QString properties
 
QString propertyName
 
bool rangeIsSet:1
 
QObjecttarget
 
QList< QObject * > targets
 
QVariant to
 
bool toIsDefined:1
 
QDeclarativeBulkValueAnimatorva
 
- Public Variables inherited from QDeclarativeAbstractAnimationPrivate
bool alwaysRunToEnd:1
 
bool avoidPropertyValueSourceStart:1
 
bool componentComplete:1
 
bool connectedTimeLine:1
 
QDeclarativeProperty defaultProperty
 
bool disableUserControl:1
 
QDeclarativeAnimationGroupgroup
 
int loopCount
 
bool paused:1
 
bool registered:1
 
bool running:1
 
- Public Variables inherited from QObjectPrivate
union {
   QObject *   currentChildBeingDeleted
 
   QAbstractDeclarativeData *   declarativeData
 
}; 
 
quint32 connectedSignals [2]
 
QObjectConnectionListVectorconnectionLists
 
SendercurrentSender
 
QList< QPointer< QObject > > eventFilters
 
ExtraDataextraData
 
QString objectName
 
Connectionsenders
 
QAtomicPointer< QtSharedPointer::ExternalRefCountData > sharedRefcount
 
QThreadDatathreadData
 
void * unused
 
- Public Variables inherited from QObjectData
uint blockSig: 1
 
QObjectList children
 
uint hasGuards: 1
 
uint inEventHandler: 1
 
uint inThreadChangeEvent: 1
 
uint isWidget: 1
 
QMetaObjectmetaObject
 
uint ownObjectName: 1
 
QObjectparent
 
uint pendTimer: 1
 
int postedEvents
 
QObjectq_ptr
 
uint receiveChildEvents: 1
 
uint sendChildEvents: 1
 
uint unused: 22
 
uint wasDeleted: 1
 

Additional Inherited Members

- Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
 
- Static Public Functions inherited from QDeclarativePropertyAnimationPrivate
static void convertVariant (QVariant &variant, int type)
 
static QVariant interpolateVariant (const QVariant &from, const QVariant &to, qreal progress)
 
- Static Public Functions inherited from QDeclarativeAbstractAnimationPrivate
static QDeclarativeProperty createProperty (QObject *obj, const QString &str, QObject *infoObj)
 
- Static Public Functions inherited from QObjectPrivate
static void clearGuards (QObject *)
 
static QObjectPrivateget (QObject *o)
 
static void resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender)
 
static SendersetCurrentSender (QObject *receiver, Sender *sender)
 
static void signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result)
 

Detailed Description

Definition at line 338 of file qdeclarativeanimation_p_p.h.

Constructors and Destructors

◆ QDeclarativeRotationAnimationPrivate()

QDeclarativeRotationAnimationPrivate::QDeclarativeRotationAnimationPrivate ( )
inline

Properties

◆ direction

QDeclarativeRotationAnimation::RotationDirection QDeclarativeRotationAnimationPrivate::direction

Definition at line 344 of file qdeclarativeanimation_p_p.h.


The documentation for this class was generated from the following file: