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
QV4::Heap::ReferenceObjectEndpoint Struct Reference

#include <qv4referenceobject_p.h>

Inheritance diagram for QV4::Heap::ReferenceObjectEndpoint:
Collaboration diagram for QV4::Heap::ReferenceObjectEndpoint:

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

Public Attributes

ReferenceObjectreference

Additional Inherited Members

Public Types inherited from QQmlNotifierEndpoint
enum  Callback {
  None = 0 , QQmlBoundSignal = 1 , QQmlJavaScriptExpressionGuard = 2 , QQmlVMEMetaObjectEndpoint = 3 ,
  QQmlUnbindableToUnbindableGuard = 4 , QQmlUnbindableToBindableGuard = 5 , QQmlDirtyReferenceObject = 6
}

Detailed Description

Definition at line 30 of file qv4referenceobject_p.h.

Constructor & Destructor Documentation

◆ ReferenceObjectEndpoint()

QV4::Heap::ReferenceObjectEndpoint::ReferenceObjectEndpoint ( ReferenceObject * reference)
inline

Definition at line 31 of file qv4referenceobject_p.h.

References ReferenceObjectEndpoint(), and reference.

Referenced by ReferenceObjectEndpoint().

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

Member Data Documentation

◆ reference

ReferenceObject* QV4::Heap::ReferenceObjectEndpoint::reference

Definition at line 36 of file qv4referenceobject_p.h.

Referenced by ReferenceObjectEndpoint().


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