![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldata_p.h>
Collaboration diagram for QQmlData::NotifyList:Public Member Functions | |
| void | layout () |
Public Attributes | |
| quint64 | connectionMask |
| quint16 | maximumTodoIndex |
| quint16 | notifiesSize |
| QQmlNotifierEndpoint * | todo |
| QQmlNotifierEndpoint ** | notifies |
Definition at line 126 of file qqmldata_p.h.
| 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:| quint64 QQmlData::NotifyList::connectionMask |
Definition at line 127 of file qqmldata_p.h.
Referenced by QQmlData::addNotify(), QQmlData::notify(), and QQmlData::signalHasEndpoint().
| quint16 QQmlData::NotifyList::maximumTodoIndex |
Definition at line 129 of file qqmldata_p.h.
Referenced by QQmlData::addNotify().
| QQmlNotifierEndpoint** QQmlData::NotifyList::notifies |
Definition at line 133 of file qqmldata_p.h.
Referenced by QQmlData::addNotify(), QQmlData::disconnectNotifiers(), and QQmlData::notify().
| quint16 QQmlData::NotifyList::notifiesSize |
Definition at line 130 of file qqmldata_p.h.
Referenced by QQmlData::addNotify(), and QQmlData::disconnectNotifiers().
| QQmlNotifierEndpoint* QQmlData::NotifyList::todo |
Definition at line 132 of file qqmldata_p.h.
Referenced by QQmlData::addNotify(), and QQmlData::disconnectNotifiers().