![]() |
Qt 6.x
The Qt SDK
|
Include dependency graph for qqmllistcompositor.cpp:Go to the source code of this file.
Macros | |
| #define | QT_QML_VERIFY_LISTCOMPOSITOR |
| #define | QT_QML_TRACE_LISTCOMPOSITOR(args) |
Functions | |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::Group &group) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::Range &range) |
| static void | qt_print_indexes (QDebug &debug, int count, const int *indexes) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::iterator &it) |
| static QDebug | qt_print_change (QDebug debug, const char *name, const QQmlListCompositor::Change &change) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::Change &change) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::Remove &remove) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor::Insert &insert) |
| QDebug | operator<< (QDebug debug, const QQmlListCompositor &list) |
| #define QT_QML_TRACE_LISTCOMPOSITOR | ( | args | ) |
Definition at line 196 of file qqmllistcompositor.cpp.
| #define QT_QML_VERIFY_LISTCOMPOSITOR |
Definition at line 192 of file qqmllistcompositor.cpp.
| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor & | list | ||
| ) |
Writes the contents of list to debug.
Definition at line 1426 of file qqmllistcompositor.cpp.
References list.
| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::Change & | change | ||
| ) |
Writes the contents of change to debug.
Definition at line 1396 of file qqmllistcompositor.cpp.
References debug, and qt_print_change().
Here is the call graph for this function:| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::Group & | group | ||
| ) |
Writes the name of group to debug.
Definition at line 1327 of file qqmllistcompositor.cpp.
References QQmlListCompositor::Cache, debug, and QQmlListCompositor::Default.
| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::Insert & | insert | ||
| ) |
Writes the contents of insert to debug.
Definition at line 1416 of file qqmllistcompositor.cpp.
References debug, insert(), and qt_print_change().
Here is the call graph for this function:| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::iterator & | it | ||
| ) |
Writes the contents of it to debug.
Definition at line 1370 of file qqmllistcompositor.cpp.
References debug, it, and qt_print_indexes().
Here is the call graph for this function:| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::Range & | range | ||
| ) |
Writes the contents of range to debug.
Definition at line 1342 of file qqmllistcompositor.cpp.
References QQmlListCompositor::Cache, debug, QQmlListCompositor::Default, i, and QQmlListCompositor::MaximumGroupCount.
| QDebug operator<< | ( | QDebug | debug, |
| const QQmlListCompositor::Remove & | remove | ||
| ) |
Writes the contents of remove to debug.
Definition at line 1406 of file qqmllistcompositor.cpp.
References debug, qt_print_change(), and remove().
Here is the call graph for this function:
|
static |
Definition at line 1377 of file qqmllistcompositor.cpp.
References QQmlListCompositor::Cache, QQmlListCompositor::Change::count, debug, QQmlListCompositor::Default, i, QQmlListCompositor::Change::index, QQmlListCompositor::Change::inGroup(), QQmlListCompositor::MaximumGroupCount, and QQmlListCompositor::Change::moveId.
Referenced by operator<<(), operator<<(), and operator<<().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1359 of file qqmllistcompositor.cpp.
Referenced by operator<<().
Here is the caller graph for this function: