#include <dwitemdelegate_p.h>
|
bool | eventFilter (QObject *watched, QEvent *event) override |
|
◆ DWItemDelegatePrivate()
Digikam::DWItemDelegatePrivate::DWItemDelegatePrivate |
( |
DWItemDelegate *const |
qq, |
|
|
QObject *const |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~DWItemDelegatePrivate()
Digikam::DWItemDelegatePrivate::~DWItemDelegatePrivate |
( |
| ) |
|
|
override |
◆ eventFilter()
bool Digikam::DWItemDelegatePrivate::eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
overrideprotected |
References Digikam::DWItemDelegatePool::findWidgets(), initializeModel(), itemView, model, optionView(), q, selectionModel, slotDWDataChanged(), slotDWLayoutChanged(), slotDWModelReset(), slotDWRowsAboutToBeRemoved(), slotDWRowsInserted(), slotDWRowsRemoved(), slotDWSelectionChanged(), and widgetPool.
◆ initializeModel
void Digikam::DWItemDelegatePrivate::initializeModel |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
|
|
slot |
◆ optionView()
QStyleOptionViewItem Digikam::DWItemDelegatePrivate::optionView |
( |
const QModelIndex & |
index | ) |
|
|
inline |
◆ slotDWDataChanged
void Digikam::DWItemDelegatePrivate::slotDWDataChanged |
( |
const QModelIndex & |
topLeft, |
|
|
const QModelIndex & |
bottomRight |
|
) |
| |
|
slot |
◆ slotDWLayoutChanged
void Digikam::DWItemDelegatePrivate::slotDWLayoutChanged |
( |
| ) |
|
|
slot |
◆ slotDWModelReset
void Digikam::DWItemDelegatePrivate::slotDWModelReset |
( |
| ) |
|
|
slot |
◆ slotDWRowsAboutToBeRemoved
void Digikam::DWItemDelegatePrivate::slotDWRowsAboutToBeRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
slot |
◆ slotDWRowsInserted
void Digikam::DWItemDelegatePrivate::slotDWRowsInserted |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
slot |
◆ slotDWRowsRemoved
void Digikam::DWItemDelegatePrivate::slotDWRowsRemoved |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end |
|
) |
| |
|
slot |
◆ slotDWSelectionChanged
void Digikam::DWItemDelegatePrivate::slotDWSelectionChanged |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
slot |
◆ updateRowRange()
void Digikam::DWItemDelegatePrivate::updateRowRange |
( |
const QModelIndex & |
parent, |
|
|
int |
start, |
|
|
int |
end, |
|
|
bool |
isRemoving |
|
) |
| |
◆ itemView
QAbstractItemView* Digikam::DWItemDelegatePrivate::itemView = nullptr |
◆ model
QAbstractItemModel* Digikam::DWItemDelegatePrivate::model = nullptr |
◆ selectionModel
QItemSelectionModel* Digikam::DWItemDelegatePrivate::selectionModel = nullptr |
◆ widgetPool
The documentation for this class was generated from the following files: