![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlnotifylist_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 23 of file qqmlnotifylist_p.h.
|
inline |
Definition at line 64 of file qqmlnotifylist_p.h.
| QAtomicInteger<quint64> QQmlNotifyList::connectionMask |
Definition at line 26 of file qqmlnotifylist_p.h.
| quint16 QQmlNotifyList::maximumTodoIndex = 0 |
Definition at line 29 of file qqmlnotifylist_p.h.
| QQmlNotifierEndpoint** QQmlNotifyList::notifies = nullptr |
Definition at line 28 of file qqmlnotifylist_p.h.
| quint16 QQmlNotifyList::notifiesSize = 0 |
Definition at line 30 of file qqmlnotifylist_p.h.
| QQmlNotifierEndpoint* QQmlNotifyList::todo = nullptr |
Definition at line 27 of file qqmlnotifylist_p.h.