![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qv4referenceobject_p.h>
Public Member Functions | |
| ReferenceObjectEndpoint (ReferenceObject *reference) | |
| Public Member Functions inherited from QQmlNotifierEndpoint | |
| QQmlNotifierEndpoint (Callback callback) | |
| ~QQmlNotifierEndpoint () | |
| bool | isConnected () const |
| bool | isConnected (QObject *source, int sourceSignal) const |
| bool | isConnected (QQmlNotifier *) const |
| void | connect (QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify=true) |
| void | connect (QQmlNotifier *) |
| void | disconnect () |
| bool | isNotifying () const |
| Returns true if a notify is in progress. | |
| void | startNotifying (qintptr *originalSenderPtr) |
| void | stopNotifying (qintptr *originalSenderPtr) |
| void | cancelNotify () |
| Cancel any notifies that are in progress. | |
| int | signalIndex () const |
| qintptr | sender () const |
| void | setSender (qintptr sender) |
| QObject * | senderAsObject () const |
| QQmlNotifier * | senderAsNotifier () const |
Public Attributes | |
| ReferenceObject * | reference |
Additional Inherited Members | |
| Public Types inherited from QQmlNotifierEndpoint | |
| enum | Callback { None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 , QQmlUnbindableToUnbindableGuard = 4 , QQmlUnbindableToBindableGuard = 5 , QQmlDirtyReferenceObject = 6 } |
Definition at line 30 of file qv4referenceobject_p.h.
|
inline |
Definition at line 31 of file qv4referenceobject_p.h.
References ReferenceObjectEndpoint(), and reference.
Referenced by ReferenceObjectEndpoint().
| ReferenceObject* QV4::Heap::ReferenceObjectEndpoint::reference |
Definition at line 36 of file qv4referenceobject_p.h.
Referenced by ReferenceObjectEndpoint().