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 |
![]() | |
ItemsViewBaseDelegate (QAbstractItemView *itemView, Engine *engine, QObject *parent=0) | |
virtual | ~ItemsViewBaseDelegate () |
![]() | |
KWidgetItemDelegate (QAbstractItemView *itemView, QObject *parent=0) | |
virtual | ~KWidgetItemDelegate () |
QPersistentModelIndex | focusedIndex () const |
QAbstractItemView * | itemView () const |
Additional Inherited Members | |
![]() | |
void | signalShowDetails (const KNS3::EntryInternal &entry) |
![]() | |
bool | eventFilter (QObject *watched, QEvent *event) |
void | slotDetailsClicked (const QModelIndex &index) |
void | slotDetailsClicked () |
void | slotInstallActionTriggered (QAction *action) |
void | slotInstallClicked () |
void | slotLinkClicked (const QString &url) |
![]() | |
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 |
![]() | |
QSize | m_buttonSize |
Engine * | m_engine |
QPixmap | m_frameImage |
KIcon | m_iconDelete |
KIcon | m_iconDownloadable |
KIcon | m_iconInstall |
KIcon | m_iconInvalid |
KIcon | m_iconUpdate |
QAbstractItemView * | m_itemView |
QPixmap | m_noImage |
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-2016 The KDE developers.
Generated on Thu Feb 18 2016 07:18:06 by doxygen 1.8.10 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.