Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlVMEMetaObjectEndpoint Class Reference
+ Inheritance diagram for QQmlVMEMetaObjectEndpoint:
+ Collaboration diagram for QQmlVMEMetaObjectEndpoint:

Public Types

enum  Tag { NoTag , EndPointIsConnected }
 
- Public Types inherited from QQmlNotifierEndpoint
enum  Callback {
  None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 ,
  QQmlPropertyGuard = 4
}
 

Public Member Functions

 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 185 of file qqmlvmemetaobject.cpp.

Member Enumeration Documentation

◆ Tag

Enumerator
NoTag 
EndPointIsConnected 

Definition at line 191 of file qqmlvmemetaobject.cpp.

Constructor & Destructor Documentation

◆ QQmlVMEMetaObjectEndpoint()

QQmlVMEMetaObjectEndpoint::QQmlVMEMetaObjectEndpoint ( )

Definition at line 199 of file qqmlvmemetaobject.cpp.

Member Function Documentation

◆ tryConnect()

Member Data Documentation

◆ metaObject

QTaggedPointer<QQmlVMEMetaObject, Tag> QQmlVMEMetaObjectEndpoint::metaObject

Definition at line 196 of file qqmlvmemetaobject.cpp.

Referenced by QQmlVMEMetaObject::connectAlias(), and tryConnect().


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