KUtils
KPluginSelector::Private::PluginDelegate Class Reference
#include <kpluginselector_p.h>
Inheritance diagram for KPluginSelector::Private::PluginDelegate:

Signals | |
| void | changed (bool hasChanged) |
| void | configCommitted (const QByteArray &componentName) |
Public Member Functions | |
| PluginDelegate (KPluginSelector::Private *pluginSelector_d, QObject *parent=0) | |
| ~PluginDelegate () | |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
Public Member Functions inherited from KWidgetItemDelegate | |
| KWidgetItemDelegate (QAbstractItemView *itemView, QObject *parent=0) | |
| virtual | ~KWidgetItemDelegate () |
| QPersistentModelIndex | focusedIndex () const |
| QAbstractItemView * | itemView () const |
Protected Member Functions | |
| virtual QList< QWidget * > | createItemWidgets () const |
| virtual void | updateItemWidgets (const QList< QWidget * > widgets, const QStyleOptionViewItem &option, const QPersistentModelIndex &index) const |
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 182 of file kpluginselector_p.h.
Constructor & Destructor Documentation
| KPluginSelector::Private::PluginDelegate::PluginDelegate | ( | KPluginSelector::Private * | pluginSelector_d, |
| QObject * | parent = 0 |
||
| ) |
Definition at line 569 of file kpluginselector.cpp.
| KPluginSelector::Private::PluginDelegate::~PluginDelegate | ( | ) |
Definition at line 578 of file kpluginselector.cpp.
Member Function Documentation
|
signal |
|
signal |
|
protectedvirtual |
Implements KWidgetItemDelegate.
Definition at line 666 of file kpluginselector.cpp.
| void KPluginSelector::Private::PluginDelegate::paint | ( | QPainter * | painter, |
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const |
Definition at line 584 of file kpluginselector.cpp.
| QSize KPluginSelector::Private::PluginDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, |
| const QModelIndex & | index | ||
| ) | const |
Definition at line 644 of file kpluginselector.cpp.
|
protectedvirtual |
Implements KWidgetItemDelegate.
Definition at line 699 of file kpluginselector.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:35 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:35 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