Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmllistcompositor_p.h File Reference

(c86476db1fa845b9414e2a83191ed93c1c5a7936)

#include <QtCore/qglobal.h>
#include <QtCore/qvector.h>
#include <private/qqmlchangeset_p.h>
#include <QtCore/qdebug.h>
Include dependency graph for qqmllistcompositor_p.h:
This graph shows which files directly or indirectly include this file:

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

Functions

 Q_DECLARE_TYPEINFO (QQmlListCompositor::Change, Q_PRIMITIVE_TYPE)
 Q_DECLARE_TYPEINFO (QQmlListCompositor::Remove, Q_PRIMITIVE_TYPE)
 Q_DECLARE_TYPEINFO (QQmlListCompositor::Insert, Q_PRIMITIVE_TYPE)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::Group &group)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::Range &range)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::iterator &it)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::Change &change)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::Remove &remove)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor::Insert &insert)
Q_AUTOTEST_EXPORT QDebug operator<< (QDebug debug, const QQmlListCompositor &list)

Function Documentation

◆ operator<<() [1/7]

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.

◆ operator<<() [2/7]

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.

◆ operator<<() [3/7]

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.

◆ operator<<() [4/7]

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.

◆ operator<<() [5/7]

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().

Here is the call graph for this function:

◆ operator<<() [6/7]

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.

◆ operator<<() [7/7]

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() [1/3]

Q_DECLARE_TYPEINFO ( QQmlListCompositor::Change ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/3]

Q_DECLARE_TYPEINFO ( QQmlListCompositor::Insert ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [3/3]

Q_DECLARE_TYPEINFO ( QQmlListCompositor::Remove ,
Q_PRIMITIVE_TYPE  )