Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmllistcompositor.cpp File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

#include "qqmllistcompositor_p.h"
#include <QtCore/qvarlengtharray.h>
+ 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)
 

Macro Definition Documentation

◆ QT_QML_TRACE_LISTCOMPOSITOR

◆ QT_QML_VERIFY_LISTCOMPOSITOR

Function Documentation

◆ operator<<() [1/7]

QDebug operator<< ( QDebug debug,
const QQmlListCompositor & list )

Writes the contents of list to debug.

Definition at line 1426 of file qqmllistcompositor.cpp.

References list.

◆ operator<<() [2/7]

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:

◆ operator<<() [3/7]

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.

◆ operator<<() [4/7]

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:

◆ operator<<() [5/7]

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:

◆ operator<<() [6/7]

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.

◆ operator<<() [7/7]

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:

◆ qt_print_change()

static QDebug qt_print_change ( QDebug debug,
const char * name,
const QQmlListCompositor::Change & change )
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:

◆ qt_print_indexes()

static void qt_print_indexes ( QDebug & debug,
int count,
const int * indexes )
static

Definition at line 1359 of file qqmllistcompositor.cpp.

References debug, and i.

Referenced by operator<<().

+ Here is the caller graph for this function: