![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QDataWidgetMapperPrivate:
Collaboration diagram for QDataWidgetMapperPrivate:Classes | |
| struct | WidgetMapper |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Static Public Member Functions inherited from QObjectPrivate | |
| 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.
Here is the call graph for this function:Definition at line 157 of file qdatawidgetmapper.cpp.
References findWidget(), QDataWidgetMapper::ManualSubmit, submitPolicy, and widgetMap.
Here is the call graph for this function:| 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.
Here is the call graph for this function:| void QDataWidgetMapperPrivate::_q_modelDestroyed | ( | ) |
Definition at line 192 of file qdatawidgetmapper.cpp.
References model, and QAbstractItemModelPrivate::staticEmptyModel().
Here is the call graph for this function:| bool QDataWidgetMapperPrivate::commit | ( | const WidgetMapper & | m | ) |
Definition at line 102 of file qdatawidgetmapper.cpp.
References delegate, Qt::EditRole, model, QAbstractItemModel::setData(), and QAbstractItemDelegate::setModelData().
Here is the call graph for this function:
|
inline |
Definition at line 43 of file qdatawidgetmapper.cpp.
References QPersistentModelIndex::column(), currentTopLeft, Qt::Horizontal, orientation, and QPersistentModelIndex::row().
Referenced by indexAt().
Here is the call graph for this function:
Here is the caller graph for this function:| int QDataWidgetMapperPrivate::findWidget | ( | QWidget * | w | ) | const |
Definition at line 93 of file qdatawidgetmapper.cpp.
Referenced by _q_closeEditor(), and _q_commitData().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file qdatawidgetmapper.cpp.
References QAbstractItemModel::columnCount(), Qt::Horizontal, model, orientation, rootIndex, and QAbstractItemModel::rowCount().
Here is the call graph for this function:| void QDataWidgetMapperPrivate::populate | ( | ) |
Definition at line 132 of file qdatawidgetmapper.cpp.
References e, populate(), and widgetMap.
Referenced by _q_closeEditor(), _q_dataChanged(), and populate().
Here is the call graph for this function:
Here is the caller graph for this function:| void QDataWidgetMapperPrivate::populate | ( | WidgetMapper & | m | ) |
Definition at line 120 of file qdatawidgetmapper.cpp.
References delegate, Qt::EditRole, indexAt(), and QAbstractItemDelegate::setEditorData().
Here is the call graph for this function:| 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().