Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlVMEMetaObjectEndpoint Class Reference
Inheritance diagram for QQmlVMEMetaObjectEndpoint:
Collaboration diagram for QQmlVMEMetaObjectEndpoint:

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)
QObjectsenderAsObject () const
QQmlNotifiersenderAsNotifier () const

Public Attributes

QTaggedPointer< QQmlVMEMetaObject, TagmetaObject

Detailed Description

Definition at line 189 of file qqmlvmemetaobject.cpp.

Member Enumeration Documentation

◆ Tag [1/2]

Enumerator
NoTag 
EndPointIsConnected 
NoTag 
EndPointIsConnected 

Definition at line 195 of file qqmlvmemetaobject.cpp.

◆ Tag [2/2]

Enumerator
NoTag 
EndPointIsConnected 
NoTag 
EndPointIsConnected 

Definition at line 195 of file qqmlvmemetaobject.cpp.

Constructor & Destructor Documentation

◆ QQmlVMEMetaObjectEndpoint() [1/2]

QQmlVMEMetaObjectEndpoint::QQmlVMEMetaObjectEndpoint ( )

Definition at line 203 of file qqmlvmemetaobject.cpp.

References QQmlVMEMetaObjectEndpoint().

Referenced by QQmlVMEMetaObjectEndpoint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QQmlVMEMetaObjectEndpoint() [2/2]

QQmlVMEMetaObjectEndpoint::QQmlVMEMetaObjectEndpoint ( )

Member Function Documentation

◆ tryConnect() [1/2]

void QQmlVMEMetaObjectEndpoint::tryConnect ( )

Definition at line 214 of file qqmlvmemetaobject.cpp.

Referenced by QQmlVMEMetaObjectEndpoint_callback().

Here is the caller graph for this function:

◆ tryConnect() [2/2]

void QQmlVMEMetaObjectEndpoint::tryConnect ( )

Member Data Documentation

◆ metaObject

QTaggedPointer< QQmlVMEMetaObject, Tag > QQmlVMEMetaObjectEndpoint::metaObject

Definition at line 200 of file qqmlvmemetaobject.cpp.


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