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
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 130 of file qqmldata_p.h.

Member Function Documentation

◆ layout()

void QQmlData::NotifyList::layout ( )

Definition at line 1190 of file qqmlengine.cpp.

Member Data Documentation

◆ connectionMask

QAtomicInteger<quint64> QQmlData::NotifyList::connectionMask

Definition at line 131 of file qqmldata_p.h.

◆ maximumTodoIndex

quint16 QQmlData::NotifyList::maximumTodoIndex = 0

Definition at line 134 of file qqmldata_p.h.

◆ notifies

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

Definition at line 133 of file qqmldata_p.h.

◆ notifiesSize

quint16 QQmlData::NotifyList::notifiesSize = 0

Definition at line 135 of file qqmldata_p.h.

◆ todo

QQmlNotifierEndpoint* QQmlData::NotifyList::todo = nullptr

Definition at line 132 of file qqmldata_p.h.


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