![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQmlIntegration/qqmlintegration.h>#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_EXPORT QDebug | operator<< (QDebug debug, const QQmlChangeSet::Change &change) |
| Q_QMLMODELS_EXPORT QDebug | operator<< (QDebug debug, const QQmlChangeSet &change) |
|
|
|
inline |
Definition at line 121 of file qqmlchangeset_p.h.
| Q_DECLARE_TYPEINFO | ( | QQmlChangeSet::Change | , |
| Q_PRIMITIVE_TYPE | ) |
| Q_DECLARE_TYPEINFO | ( | QQmlChangeSet::MoveKey | , |
| Q_PRIMITIVE_TYPE | ) |
|
inline |
Definition at line 120 of file qqmlchangeset_p.h.