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
QQmlData::NotifyList Struct Reference

#include <qqmldata_p.h>

+ Collaboration diagram for QQmlData::NotifyList:

Public Member Functions

void layout ()
 

Public Attributes

QAtomicInteger< quint64connectionMask
 
QQmlNotifierEndpointtodo = nullptr
 
QQmlNotifierEndpoint ** notifies = nullptr
 
quint16 maximumTodoIndex = 0
 
quint16 notifiesSize = 0
 

Detailed Description

Definition at line 126 of file qqmldata_p.h.

Member Function Documentation

◆ layout()

void QQmlData::NotifyList::layout ( )

Definition at line 1215 of file qqmlengine.cpp.

References layout, and Q_ASSERT.

Member Data Documentation

◆ connectionMask

QAtomicInteger<quint64> QQmlData::NotifyList::connectionMask

Definition at line 127 of file qqmldata_p.h.

◆ maximumTodoIndex

quint16 QQmlData::NotifyList::maximumTodoIndex = 0

Definition at line 130 of file qqmldata_p.h.

◆ notifies

QQmlNotifierEndpoint** QQmlData::NotifyList::notifies = nullptr

Definition at line 129 of file qqmldata_p.h.

◆ notifiesSize

quint16 QQmlData::NotifyList::notifiesSize = 0

Definition at line 131 of file qqmldata_p.h.

◆ todo

QQmlNotifierEndpoint* QQmlData::NotifyList::todo = nullptr

Definition at line 128 of file qqmldata_p.h.


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