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
qrangemodel.cpp File Reference

(5f7aad7de4dbbf32788cfc228066c4bfee8043fb)

#include "qrangemodel.h"
#include <QtCore/qsize.h>
#include <QtCore/private/qabstractitemmodel_p.h>
#include <variant>
#include "moc_qrangemodel.cpp"
Include dependency graph for qrangemodel.cpp:

Go to the source code of this file.

Classes

class  QRangeModelPrivate
struct  PropertyChangedHandler
struct  ConstPropertyChangedHandler

Namespaces

namespace  QRangeModelDetails

Functions

template<auto Handler>
static bool connectPropertiesHelper (const QModelIndex &index, QObject *item, QObject *context, const QHash< int, QMetaProperty > &properties)
Q_CORE_EXPORT QVariant QRangeModelDetails::qVariantAtIndex (const QModelIndex &index)

Function Documentation

◆ connectPropertiesHelper()

template<auto Handler>
bool connectPropertiesHelper ( const QModelIndex & index,
QObject * item,
QObject * context,
const QHash< int, QMetaProperty > & properties )
static

Definition at line 153 of file qrangemodel.cpp.