![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qdebug.h>
#include <QtCore/qvector.h>
#include <QtQmlModels/private/qtqmlmodelsglobal_p.h>
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) |
|
related |
|
related |
|
inline |
Definition at line 117 of file qqmlchangeset_p.h.
References QQmlChangeSet::MoveKey::moveId, and QQmlChangeSet::MoveKey::offset.
Q_DECLARE_TYPEINFO | ( | QQmlChangeSet::Change | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QQmlChangeSet::MoveKey | , |
Q_PRIMITIVE_TYPE | |||
) |
|
inline |
Definition at line 116 of file qqmlchangeset_p.h.
References qHash(), and qMakePair().
Referenced by qHash().