KNewStuff
KNS::ItemsViewDelegate Class Reference
#include <itemsviewdelegate.h>
Inheritance diagram for KNS::ItemsViewDelegate:
Signals | |
void | performAction (DownloadDialog::EntryAction action, KNS::Entry *entry) |
Public Member Functions | |
ItemsViewDelegate (QAbstractItemView *itemView, 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 KWidgetItemDelegate | |
KWidgetItemDelegate (QAbstractItemView *itemView, QObject *parent=0) | |
virtual | ~KWidgetItemDelegate () |
QPersistentModelIndex | focusedIndex () const |
QAbstractItemView * | itemView () const |
Additional Inherited Members | |
Protected Member Functions inherited from KWidgetItemDelegate | |
QList< QEvent::Type > | blockedEventTypes (QWidget *widget) const |
void | paintWidgets (QPainter *painter, const QStyleOptionViewItem &option, const QPersistentModelIndex &index) const |
void | setBlockedEventTypes (QWidget *widget, QList< QEvent::Type > types) const |
Detailed Description
Definition at line 39 of file knewstuff2/ui/itemsviewdelegate.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file knewstuff2/ui/itemsviewdelegate.cpp.
KNS::ItemsViewDelegate::~ItemsViewDelegate | ( | ) |
Definition at line 57 of file knewstuff2/ui/itemsviewdelegate.cpp.
Member Function Documentation
Implements KWidgetItemDelegate.
Definition at line 75 of file knewstuff2/ui/itemsviewdelegate.cpp.
|
virtual |
Definition at line 229 of file knewstuff2/ui/itemsviewdelegate.cpp.
|
signal |
|
virtual |
Definition at line 281 of file knewstuff2/ui/itemsviewdelegate.cpp.
|
virtual |
- Todo:
- Set different button text when string freeze is over? "Install again"
Implements KWidgetItemDelegate.
Definition at line 96 of file knewstuff2/ui/itemsviewdelegate.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.