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.cpp File Reference

(c86476db1fa845b9414e2a83191ed93c1c5a7936)

#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

#define QT_QML_TRACE_LISTCOMPOSITOR ( args)

Definition at line 197 of file qqmllistcompositor.cpp.

◆ QT_QML_VERIFY_LISTCOMPOSITOR

#define QT_QML_VERIFY_LISTCOMPOSITOR

Definition at line 193 of file qqmllistcompositor.cpp.

Function Documentation

◆ operator<<() [1/7]

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

Writes the contents of list to debug.

Definition at line 1427 of file qqmllistcompositor.cpp.

◆ operator<<() [2/7]

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]

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]

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]

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]

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]

QDebug operator<< ( QDebug debug,
const QQmlListCompositor::Remove & remove )

Writes the contents of remove to debug.

Definition at line 1407 of file qqmllistcompositor.cpp.

◆ qt_print_change()

QDebug qt_print_change ( QDebug debug,
const char * name,
const QQmlListCompositor::Change & change )
static

Definition at line 1378 of file qqmllistcompositor.cpp.

◆ qt_print_indexes()

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

Definition at line 1360 of file qqmllistcompositor.cpp.

Referenced by operator<<(), and QQmlListCompositor::operator<<.

Here is the caller graph for this function: