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

(5d5684bfc67e24b19feb337a52281f47344e31ca)

#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, const QObject *item, QRangeModelDetails::AutoConnectContext *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,
const QObject * item,
QRangeModelDetails::AutoConnectContext * context,
const QHash< int, QMetaProperty > & properties )
static

Definition at line 164 of file qrangemodel.cpp.