![]() |
Qt 6.x
The Qt SDK
|
Classes | |
struct | WidgetMapper |
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 18 of file qdatawidgetmapper.cpp.
|
inline |
Definition at line 23 of file qdatawidgetmapper.cpp.
void QDataWidgetMapperPrivate::_q_closeEditor | ( | QWidget * | w, |
QAbstractItemDelegate::EndEditHint | hint | ||
) |
Definition at line 169 of file qdatawidgetmapper.cpp.
References QAbstractItemDelegate::EditNextItem, QAbstractItemDelegate::EditPreviousItem, findWidget(), hint(), QAbstractItemDelegate::NoHint, populate(), QAbstractItemDelegate::RevertModelCache, QAbstractItemDelegate::SubmitModelCache, and widgetMap.
Definition at line 157 of file qdatawidgetmapper.cpp.
References findWidget(), QDataWidgetMapper::ManualSubmit, submitPolicy, and widgetMap.
void QDataWidgetMapperPrivate::_q_dataChanged | ( | const QModelIndex & | topLeft, |
const QModelIndex & | bottomRight, | ||
const QList< int > & | |||
) |
Definition at line 145 of file qdatawidgetmapper.cpp.
References e, QModelIndex::parent(), populate(), qContainsIndex(), rootIndex, and widgetMap.
void QDataWidgetMapperPrivate::_q_modelDestroyed | ( | ) |
Definition at line 192 of file qdatawidgetmapper.cpp.
References model, and QAbstractItemModelPrivate::staticEmptyModel().
bool QDataWidgetMapperPrivate::commit | ( | const WidgetMapper & | m | ) |
Definition at line 102 of file qdatawidgetmapper.cpp.
References delegate, Qt::EditRole, model, QAbstractItemModel::setData(), and QAbstractItemDelegate::setModelData().
|
inline |
Definition at line 43 of file qdatawidgetmapper.cpp.
References QPersistentModelIndex::column(), currentTopLeft, Qt::Horizontal, orientation, and QPersistentModelIndex::row().
Referenced by indexAt().
int QDataWidgetMapperPrivate::findWidget | ( | QWidget * | w | ) | const |
Definition at line 93 of file qdatawidgetmapper.cpp.
Referenced by _q_closeEditor(), and _q_commitData().
|
inline |
Definition at line 55 of file qdatawidgetmapper.cpp.
|
inline |
Definition at line 48 of file qdatawidgetmapper.cpp.
References currentIdx(), Qt::Horizontal, QAbstractItemModel::index(), model, orientation, and rootIndex.
Referenced by populate().
|
inline |
Definition at line 36 of file qdatawidgetmapper.cpp.
References QAbstractItemModel::columnCount(), Qt::Horizontal, model, orientation, rootIndex, and QAbstractItemModel::rowCount().
void QDataWidgetMapperPrivate::populate | ( | ) |
Definition at line 132 of file qdatawidgetmapper.cpp.
References e, populate(), and widgetMap.
Referenced by _q_closeEditor(), _q_dataChanged(), and populate().
void QDataWidgetMapperPrivate::populate | ( | WidgetMapper & | m | ) |
Definition at line 120 of file qdatawidgetmapper.cpp.
References delegate, Qt::EditRole, indexAt(), and QAbstractItemDelegate::setEditorData().
QPersistentModelIndex QDataWidgetMapperPrivate::currentTopLeft |
Definition at line 34 of file qdatawidgetmapper.cpp.
Referenced by currentIdx().
QAbstractItemDelegate* QDataWidgetMapperPrivate::delegate |
Definition at line 30 of file qdatawidgetmapper.cpp.
Referenced by commit(), and populate().
QAbstractItemModel* QDataWidgetMapperPrivate::model |
Definition at line 29 of file qdatawidgetmapper.cpp.
Referenced by _q_modelDestroyed(), commit(), indexAt(), and itemCount().
Qt::Orientation QDataWidgetMapperPrivate::orientation |
Definition at line 31 of file qdatawidgetmapper.cpp.
Referenced by currentIdx(), indexAt(), and itemCount().
QPersistentModelIndex QDataWidgetMapperPrivate::rootIndex |
Definition at line 33 of file qdatawidgetmapper.cpp.
Referenced by _q_dataChanged(), indexAt(), and itemCount().
QDataWidgetMapper::SubmitPolicy QDataWidgetMapperPrivate::submitPolicy |
Definition at line 32 of file qdatawidgetmapper.cpp.
Referenced by _q_commitData().
std::vector<WidgetMapper> QDataWidgetMapperPrivate::widgetMap |
Definition at line 89 of file qdatawidgetmapper.cpp.
Referenced by _q_closeEditor(), _q_commitData(), _q_dataChanged(), findWidget(), flipEventFilters(), and populate().