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
qqmlchangeset_p.h File Reference

(c86476db1fa845b9414e2a83191ed93c1c5a7936)

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

Go to the source code of this file.

Classes

class  QQmlChangeSet
 The QQmlChangeSet class stores an ordered list of notifications about changes to a linear data set. More...
struct  QQmlChangeSet::MoveKey
struct  QQmlChangeSet::ChangeData
struct  QQmlChangeSet::Change

Functions

 Q_DECLARE_TYPEINFO (QQmlChangeSet::Change, Q_PRIMITIVE_TYPE)
 Q_DECLARE_TYPEINFO (QQmlChangeSet::MoveKey, Q_PRIMITIVE_TYPE)
size_t qHash (const QQmlChangeSet::MoveKey &key)
bool operator== (const QQmlChangeSet::MoveKey &l, const QQmlChangeSet::MoveKey &r)
Q_QMLMODELS_EXPORT QDebug operator<< (QDebug debug, const QQmlChangeSet::Change &change)
Q_QMLMODELS_EXPORT QDebug operator<< (QDebug debug, const QQmlChangeSet &change)

Function Documentation

◆ operator<<() [1/2]

Q_QMLMODELS_EXPORT QDebug operator<< ( QDebug debug,
const QQmlChangeSet & change )
related

◆ operator<<() [2/2]

Q_QMLMODELS_EXPORT QDebug operator<< ( QDebug debug,
const QQmlChangeSet::Change & change )
related

◆ operator==()

bool operator== ( const QQmlChangeSet::MoveKey & l,
const QQmlChangeSet::MoveKey & r )
inline

Definition at line 121 of file qqmlchangeset_p.h.

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QQmlChangeSet::Change ,
Q_PRIMITIVE_TYPE  )

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QQmlChangeSet::MoveKey ,
Q_PRIMITIVE_TYPE  )

◆ qHash()

size_t qHash ( const QQmlChangeSet::MoveKey & key)
inline

Definition at line 120 of file qqmlchangeset_p.h.