![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Change & | change ) |
Writes the contents of change to debug.
Definition at line 1397 of file qqmllistcompositor.cpp.
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Group & | group ) |
Writes the name of group to debug.
Definition at line 1328 of file qqmllistcompositor.cpp.
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Insert & | insert ) |
Writes the contents of insert to debug.
Definition at line 1417 of file qqmllistcompositor.cpp.
Q_AUTOTEST_EXPORT 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().
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Range & | range ) |
Writes the contents of range to debug.
Definition at line 1343 of file qqmllistcompositor.cpp.
Q_AUTOTEST_EXPORT QDebug operator<< | ( | QDebug | debug, |
const QQmlListCompositor::Remove & | remove ) |
Writes the contents of remove to debug.
Definition at line 1407 of file qqmllistcompositor.cpp.
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Change | , |
Q_PRIMITIVE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Insert | , |
Q_PRIMITIVE_TYPE | ) |
Q_DECLARE_TYPEINFO | ( | QQmlListCompositor::Remove | , |
Q_PRIMITIVE_TYPE | ) |