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
QQmlNotifyList Class Reference

#include <qqmlnotifylist_p.h>

Collaboration diagram for QQmlNotifyList:

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 23 of file qqmlnotifylist_p.h.

Member Function Documentation

◆ layout()

void QQmlNotifyList::layout ( )
inline

Definition at line 64 of file qqmlnotifylist_p.h.

Member Data Documentation

◆ connectionMask

QAtomicInteger<quint64> QQmlNotifyList::connectionMask

Definition at line 26 of file qqmlnotifylist_p.h.

◆ maximumTodoIndex

quint16 QQmlNotifyList::maximumTodoIndex = 0

Definition at line 29 of file qqmlnotifylist_p.h.

◆ notifies

QQmlNotifierEndpoint** QQmlNotifyList::notifies = nullptr

Definition at line 28 of file qqmlnotifylist_p.h.

◆ notifiesSize

quint16 QQmlNotifyList::notifiesSize = 0

Definition at line 30 of file qqmlnotifylist_p.h.

◆ todo

QQmlNotifierEndpoint* QQmlNotifyList::todo = nullptr

Definition at line 27 of file qqmlnotifylist_p.h.


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