![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
| enum | Tag { NoTag , EndPointIsConnected , NoTag , EndPointIsConnected } |
| enum | Tag { NoTag , EndPointIsConnected , NoTag , EndPointIsConnected } |
| Public Types inherited from QQmlNotifierEndpoint | |
| enum | Callback { None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 , QQmlUnbindableToUnbindableGuard = 4 , QQmlUnbindableToBindableGuard = 5 , QQmlDirtyReferenceObject = 6 } |
Public Member Functions | |
| QQmlVMEMetaObjectEndpoint () | |
| void | tryConnect () |
| QQmlVMEMetaObjectEndpoint () | |
| void | tryConnect () |
| 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 | |
| QTaggedPointer< QQmlVMEMetaObject, Tag > | metaObject |
Definition at line 189 of file qqmlvmemetaobject.cpp.
| Enumerator | |
|---|---|
| NoTag | |
| EndPointIsConnected | |
| NoTag | |
| EndPointIsConnected | |
Definition at line 195 of file qqmlvmemetaobject.cpp.
| Enumerator | |
|---|---|
| NoTag | |
| EndPointIsConnected | |
| NoTag | |
| EndPointIsConnected | |
Definition at line 195 of file qqmlvmemetaobject.cpp.
| QQmlVMEMetaObjectEndpoint::QQmlVMEMetaObjectEndpoint | ( | ) |
Definition at line 203 of file qqmlvmemetaobject.cpp.
References QQmlVMEMetaObjectEndpoint().
Referenced by QQmlVMEMetaObjectEndpoint().
| QQmlVMEMetaObjectEndpoint::QQmlVMEMetaObjectEndpoint | ( | ) |
| void QQmlVMEMetaObjectEndpoint::tryConnect | ( | ) |
Definition at line 214 of file qqmlvmemetaobject.cpp.
Referenced by QQmlVMEMetaObjectEndpoint_callback().
| void QQmlVMEMetaObjectEndpoint::tryConnect | ( | ) |
| QTaggedPointer< QQmlVMEMetaObject, Tag > QQmlVMEMetaObjectEndpoint::metaObject |
Definition at line 200 of file qqmlvmemetaobject.cpp.