Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlData::NotifyList Struct Reference

#include <qqmldata_p.h>

+ Collaboration diagram for QQmlData::NotifyList:

Public Member Functions

void layout ()
 

Public Attributes

quint64 connectionMask
 
quint16 maximumTodoIndex
 
quint16 notifiesSize
 
QQmlNotifierEndpointtodo
 
QQmlNotifierEndpoint ** notifies
 

Detailed Description

Definition at line 126 of file qqmldata_p.h.

Member Function Documentation

◆ layout()

void QQmlData::NotifyList::layout ( )

Definition at line 1292 of file qqmlengine.cpp.

References layout, and Q_ASSERT.

Referenced by QQmlData::notify().

+ Here is the caller graph for this function:

Member Data Documentation

◆ connectionMask

quint64 QQmlData::NotifyList::connectionMask

◆ maximumTodoIndex

quint16 QQmlData::NotifyList::maximumTodoIndex

Definition at line 129 of file qqmldata_p.h.

Referenced by QQmlData::addNotify().

◆ notifies

QQmlNotifierEndpoint** QQmlData::NotifyList::notifies

◆ notifiesSize

quint16 QQmlData::NotifyList::notifiesSize

Definition at line 130 of file qqmldata_p.h.

Referenced by QQmlData::addNotify(), and QQmlData::disconnectNotifiers().

◆ todo

QQmlNotifierEndpoint* QQmlData::NotifyList::todo

Definition at line 132 of file qqmldata_p.h.

Referenced by QQmlData::addNotify(), and QQmlData::disconnectNotifiers().


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