Qt 4.8
|
Classes | |
class | ExpressionChange |
Public Functions | |
void | decode () |
QDeclarativeProperty | property (const QString &) |
QDeclarativePropertyChangesPrivate () | |
Public Functions inherited from QDeclarativeStateOperationPrivate | |
QDeclarativeStateOperationPrivate () | |
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 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 215 of file qdeclarativepropertychanges.cpp.
|
inline |
Definition at line 219 of file qdeclarativepropertychanges.cpp.
void QDeclarativePropertyChangesPrivate::decode | ( | ) |
Definition at line 322 of file qdeclarativepropertychanges.cpp.
QDeclarativeProperty QDeclarativePropertyChangesPrivate::property | ( | const QString & | property | ) |
Definition at line 428 of file qdeclarativepropertychanges.cpp.
QByteArray QDeclarativePropertyChangesPrivate::data |
Definition at line 223 of file qdeclarativepropertychanges.cpp.
Referenced by QDeclarativePropertyChangesParser::setCustomData().
bool QDeclarativePropertyChangesPrivate::decoded |
Definition at line 225 of file qdeclarativepropertychanges.cpp.
Referenced by QDeclarativePropertyChangesParser::setCustomData().
QList<ExpressionChange> QDeclarativePropertyChangesPrivate::expressions |
Definition at line 243 of file qdeclarativepropertychanges.cpp.
bool QDeclarativePropertyChangesPrivate::isExplicit |
Definition at line 227 of file qdeclarativepropertychanges.cpp.
QDeclarativeGuard<QObject> QDeclarativePropertyChangesPrivate::object |
Definition at line 222 of file qdeclarativepropertychanges.cpp.
Definition at line 242 of file qdeclarativepropertychanges.cpp.
bool QDeclarativePropertyChangesPrivate::restore |
Definition at line 226 of file qdeclarativepropertychanges.cpp.
QList<QDeclarativeReplaceSignalHandler*> QDeclarativePropertyChangesPrivate::signalReplacements |
Definition at line 244 of file qdeclarativepropertychanges.cpp.