KNewStuff
#include <itemsviewdelegate.h>

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 |
Public Member Functions inherited from KNS3::ItemsViewBaseDelegate | |
| ItemsViewBaseDelegate (QAbstractItemView *itemView, Engine *engine, QObject *parent=0) | |
| virtual | ~ItemsViewBaseDelegate () |
Public Member Functions inherited from KWidgetItemDelegate | |
| KWidgetItemDelegate (QAbstractItemView *itemView, QObject *parent=0) | |
| virtual | ~KWidgetItemDelegate () |
| QPersistentModelIndex | focusedIndex () const |
| QAbstractItemView * | itemView () const |
Detailed Description
Definition at line 29 of file knewstuff3/ui/itemsviewdelegate.h.
Constructor & Destructor Documentation
|
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
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 51 of file knewstuff3/ui/itemsviewdelegate.cpp.
|
virtual |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 272 of file knewstuff3/ui/itemsviewdelegate.cpp.
|
virtual |
Implements KNS3::ItemsViewBaseDelegate.
Definition at line 318 of file knewstuff3/ui/itemsviewdelegate.cpp.
|
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:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from