|
| virtual void | emitValueChanged () |
| |
| | QDeclarativeBindingPrivate () |
| |
| | ~QDeclarativeBindingPrivate () |
| |
| void | _q_notify () |
| |
| void | init (QDeclarativeContextData *, const QString &, QObject *) |
| |
| void | init (QDeclarativeContextData *, const QScriptValue &, QObject *) |
| |
| void | init (QDeclarativeContextData *, void *, QDeclarativeRefCount *, QObject *, const QString &, int) |
| |
| | QDeclarativeExpressionPrivate () |
| |
| QScriptValue | scriptValue (QObject *secondaryScope=0, bool *isUndefined=0) |
| |
| QVariant | value (QObject *secondaryScope=0, bool *isUndefined=0) |
| |
| | ~QDeclarativeExpressionPrivate () |
| |
| 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 () |
| |
| virtual | ~QObjectData ()=0 |
| |
| EvaluateFlags | evaluateFlags () const |
| |
| bool | notifyOnValueChange () const |
| |
| | QDeclarativeQtScriptExpression () |
| |
| void | resetNotifyOnChange () |
| |
| QScriptValue | scriptValue (QObject *secondaryScope, bool *isUndefined) |
| |
| void | setEvaluateFlags (EvaluateFlags flags) |
| |
| void | setNotifyObject (QObject *, int) |
| |
| void | setNotifyOnValueChange (bool) |
| |
| virtual | ~QDeclarativeQtScriptExpression () |
| |
| QDeclarativeContextData * | context () const |
| |
| bool | isValid () const |
| |
| | QDeclarativeAbstractExpression () |
| |
| void | setContext (QDeclarativeContextData *) |
| |
| virtual | ~QDeclarativeAbstractExpression () |
| |
| bool | addError (QDeclarativeEnginePrivate *) |
| |
| | QDeclarativeDelayedError () |
| |
| void | removeError () |
| |
| | ~QDeclarativeDelayedError () |
| |
Definition at line 63 of file qdeclarativebinding_p_p.h.