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

(ba22fb2116ecf2076d207d5e4f0c5897bd4a1ab5)

#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

◆ 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 119 of file qqmlchangeset_p.h.

References qHash(), and qMakePair().

Referenced by qHash().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: