![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <QtCore/qvector.h>
#include <private/qqmlchangeset_p.h>
#include <QtCore/qdebug.h>
Go to the source code of this file.
Classes | |
class | QQmlListCompositor |
The QQmlListCompositor class provides a lookup table for filtered, or re-ordered list indexes. More... | |
class | QQmlListCompositor::Range |
class | QQmlListCompositor::iterator |
class | QQmlListCompositor::insert_iterator |
struct | QQmlListCompositor::Change |
struct | QQmlListCompositor::Insert |
struct | QQmlListCompositor::Remove |
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor & | list | ||
) |
Writes the contents of list to debug.
Definition at line 272 of file qqmllistcompositor.cpp.
References list.
Q_AUTOTEST_EXPORT 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().
Q_AUTOTEST_EXPORT 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.
Q_AUTOTEST_EXPORT 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().
Q_AUTOTEST_EXPORT 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().
Q_AUTOTEST_EXPORT 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.
Q_AUTOTEST_EXPORT 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().
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Change | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Insert | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Remove | , |
Q_PRIMITIVE_TYPE | |||
) |