![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | UpdateWidgetsEnum { UpdateWidgets = 0 , NotUpdateWidgets } |
Public Member Functions | |
DWItemDelegatePool (DWItemDelegate *const delegate) | |
Creates a new ItemDelegatePool. | |
QList< QWidget * > | findWidgets (const QPersistentModelIndex &index, const QStyleOptionViewItem &option, UpdateWidgetsEnum updateWidgets=UpdateWidgets) const |
Returns the widget associated to index and widget . | |
void | fullClear () |
QList< QWidget * > | invalidIndexesWidgets () const |
Friends | |
class | DWItemDelegate |
class | DWItemDelegatePrivate |
|
explicit |
delegate | the ItemDelegate for this pool. |
QList< QWidget * > Digikam::DWItemDelegatePool::findWidgets | ( | const QPersistentModelIndex & | index, |
const QStyleOptionViewItem & | option, | ||
UpdateWidgetsEnum | updateWidgets = UpdateWidgets |
||
) | const |
index | The index to search into. |
option | a QStyleOptionViewItem. |
updateWidgets | a flag to force to update widgets. |