![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 197 of file qqmllistcompositor.cpp.
#define QT_QML_VERIFY_LISTCOMPOSITOR |
Definition at line 193 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor & | list ) |
Writes the contents of list to debug.
Definition at line 1427 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Change & | change ) |
Writes the contents of change to debug.
Definition at line 1397 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Group & | group ) |
Writes the name of group to debug.
Definition at line 1328 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Insert & | insert ) |
Writes the contents of insert to debug.
Definition at line 1417 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::iterator & | it ) |
Writes the contents of it to debug.
Definition at line 1371 of file qqmllistcompositor.cpp.
References qt_print_indexes().
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Range & | range ) |
Writes the contents of range to debug.
Definition at line 1343 of file qqmllistcompositor.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Remove & | remove ) |
Writes the contents of remove to debug.
Definition at line 1407 of file qqmllistcompositor.cpp.
|
static |
Definition at line 1378 of file qqmllistcompositor.cpp.
Definition at line 1360 of file qqmllistcompositor.cpp.
Referenced by operator<<(), and QQmlListCompositor::operator<<.