marble
#include <PluginItemDelegate.h>
Inherits QAbstractItemDelegate.
Signals | |
| void | aboutPluginClicked (const QModelIndex &index) | 
| void | configPluginClicked (const QModelIndex &index) | 
Public Member Functions | |
| PluginItemDelegate (QAbstractItemView *view, QObject *parent=0) | |
| ~PluginItemDelegate () | |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | 
| void | setAboutIcon (const QIcon &icon) | 
| void | setConfigIcon (const QIcon &icon) | 
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const | 
Protected Member Functions | |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) | 
Detailed Description
Definition at line 27 of file PluginItemDelegate.h.
Constructor & Destructor Documentation
      
  | 
  explicit | 
Definition at line 34 of file PluginItemDelegate.cpp.
| PluginItemDelegate::~PluginItemDelegate | ( | ) | 
Definition at line 42 of file PluginItemDelegate.cpp.
Member Function Documentation
      
  | 
  signal | 
This signal is emitted if the user clicks on a "about"-button of an item in the view passed to the constructor.
      
  | 
  signal | 
This signal is emitted if the user clicks on a "configure"-button of an item in the view passed to the constructor.
      
  | 
  protected | 
Definition at line 156 of file PluginItemDelegate.cpp.
| void PluginItemDelegate::paint | ( | QPainter * | painter, | 
| const QStyleOptionViewItem & | option, | ||
| const QModelIndex & | index | ||
| ) | const | 
Definition at line 46 of file PluginItemDelegate.cpp.
| void PluginItemDelegate::setAboutIcon | ( | const QIcon & | icon | ) | 
Definition at line 146 of file PluginItemDelegate.cpp.
| void PluginItemDelegate::setConfigIcon | ( | const QIcon & | icon | ) | 
Definition at line 151 of file PluginItemDelegate.cpp.
| QSize PluginItemDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | 
| const QModelIndex & | index | ||
| ) | const | 
Definition at line 121 of file PluginItemDelegate.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:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference