Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlchangeset_p.h File Reference
#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_PRIVATE_EXPORT QDebug operator<< (QDebug debug, const QQmlChangeSet::Change &change)
 
Q_QMLMODELS_PRIVATE_EXPORT QDebug operator<< (QDebug debug, const QQmlChangeSet &change)
 

Function Documentation

◆ operator<<() [1/2]

Q_QMLMODELS_PRIVATE_EXPORT QDebug operator<< ( QDebug  debug,
const QQmlChangeSet change 
)
related

◆ operator<<() [2/2]

Q_QMLMODELS_PRIVATE_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 116 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: