KNewStuff
KNS3::ItemsViewDelegate Class Reference
#include <itemsviewdelegate.h>
Inheritance diagram for KNS3::ItemsViewDelegate:

Public Member Functions | |
| ItemsViewDelegate (QAbstractItemView *itemView, Engine *engine, QObject *parent=0) | |
| ~ItemsViewDelegate () | |
| virtual QList< QWidget * > | createItemWidgets () const |
| virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| virtual void | updateItemWidgets (const QList< QWidget * > widgets, const QStyleOptionViewItem &option, const QPersistentModelIndex &index) const |
Detailed Description
Definition at line 29 of file knewstuff3/ui/itemsviewdelegate.h.
Constructor & Destructor Documentation
| KNS3::ItemsViewDelegate::ItemsViewDelegate | ( | QAbstractItemView * | itemView, |
| Engine * | engine, | ||
| QObject * | parent = 0 |
||
| ) | [explicit] |
Definition at line 42 of file knewstuff3/ui/itemsviewdelegate.cpp.
| KNS3::ItemsViewDelegate::~ItemsViewDelegate | ( | ) |
Definition at line 47 of file knewstuff3/ui/itemsviewdelegate.cpp.
Member Function Documentation
| QList< QWidget * > KNS3::ItemsViewDelegate::createItemWidgets | ( | ) | const [virtual] |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 51 of file knewstuff3/ui/itemsviewdelegate.cpp.
| void KNS3::ItemsViewDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const [virtual] |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 272 of file knewstuff3/ui/itemsviewdelegate.cpp.
| QSize KNS3::ItemsViewDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, |
| const QModelIndex & | index | ||
| ) | const [virtual] |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 318 of file knewstuff3/ui/itemsviewdelegate.cpp.
| void KNS3::ItemsViewDelegate::updateItemWidgets | ( | const QList< QWidget * > | widgets, |
| const QStyleOptionViewItem & | option, | ||
| const QPersistentModelIndex & | index | ||
| ) | const [virtual] |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 87 of file knewstuff3/ui/itemsviewdelegate.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference