![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldata_p.h>
Public Member Functions | |
void | layout () |
Public Attributes | |
QAtomicInteger< quint64 > | connectionMask |
QQmlNotifierEndpoint * | todo = nullptr |
QQmlNotifierEndpoint ** | notifies = nullptr |
quint16 | maximumTodoIndex = 0 |
quint16 | notifiesSize = 0 |
Definition at line 130 of file qqmldata_p.h.
void QQmlData::NotifyList::layout | ( | ) |
Definition at line 1190 of file qqmlengine.cpp.
QAtomicInteger<quint64> QQmlData::NotifyList::connectionMask |
Definition at line 131 of file qqmldata_p.h.
quint16 QQmlData::NotifyList::maximumTodoIndex = 0 |
Definition at line 134 of file qqmldata_p.h.
QQmlNotifierEndpoint** QQmlData::NotifyList::notifies = nullptr |
Definition at line 133 of file qqmldata_p.h.
quint16 QQmlData::NotifyList::notifiesSize = 0 |
Definition at line 135 of file qqmldata_p.h.
QQmlNotifierEndpoint* QQmlData::NotifyList::todo = nullptr |
Definition at line 132 of file qqmldata_p.h.