parley
ButtonDelegate Class Reference
#include <buttondelegate.h>
Inheritance diagram for ButtonDelegate:

Public Slots | |
| void | slotEdit () |
| void | slotPractice () |
Public Member Functions | |
| ButtonDelegate (QAbstractItemView *itemView, WelcomeScreen *parent) | |
| virtual | ~ButtonDelegate () |
| QList< QWidget * > | createItemWidgets () const |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | updateItemWidgets (const QList< QWidget * > widgets, const QStyleOptionViewItem &option, const QPersistentModelIndex &index) const |
Detailed Description
Definition at line 21 of file buttondelegate.h.
Constructor & Destructor Documentation
| ButtonDelegate::ButtonDelegate | ( | QAbstractItemView * | itemView, | |
| WelcomeScreen * | parent | |||
| ) |
Definition at line 29 of file buttondelegate.cpp.
| ButtonDelegate::~ButtonDelegate | ( | ) | [virtual] |
Definition at line 34 of file buttondelegate.cpp.
Member Function Documentation
Definition at line 38 of file buttondelegate.cpp.
| void ButtonDelegate::paint | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 71 of file buttondelegate.cpp.
| QSize ButtonDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
| const QModelIndex & | index | |||
| ) | const |
Definition at line 89 of file buttondelegate.cpp.
| void ButtonDelegate::slotEdit | ( | ) | [slot] |
Definition at line 97 of file buttondelegate.cpp.
| void ButtonDelegate::slotPractice | ( | ) | [slot] |
Definition at line 104 of file buttondelegate.cpp.
| void ButtonDelegate::updateItemWidgets | ( | const QList< QWidget * > | widgets, | |
| const QStyleOptionViewItem & | option, | |||
| const QPersistentModelIndex & | index | |||
| ) | const |
Definition at line 57 of file buttondelegate.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference