kget
TransfersViewDelegate Class Reference
#include <transfersviewdelegate.h>

Detailed Description
Definition at line 77 of file transfersviewdelegate.h.
Public Slots | |
| void | closeExpandableDetails (const QModelIndex &index=QModelIndex()) |
| void | itemActivated (QModelIndex index) |
Public Member Functions | |
| TransfersViewDelegate (QAbstractItemView *parent) | |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | drawFocus (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const |
| QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| QWidget * | createEditor (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) |
| void | setEditorData (QWidget *editor, const QModelIndex &index) const |
| void | setModelData (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const |
Friends | |
| class | GroupStatusEditor |
Constructor & Destructor Documentation
| TransfersViewDelegate::TransfersViewDelegate | ( | QAbstractItemView * | parent | ) |
Definition at line 261 of file transfersviewdelegate.cpp.
Member Function Documentation
| void TransfersViewDelegate::paint | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const [virtual] |
Reimplemented from KExtendableItemDelegate.
Definition at line 270 of file transfersviewdelegate.cpp.
| void TransfersViewDelegate::drawFocus | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QRect & | rect | |||
| ) | const |
Definition at line 353 of file transfersviewdelegate.cpp.
| QSize TransfersViewDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
| const QModelIndex & | index | |||
| ) | const [virtual] |
Reimplemented from KExtendableItemDelegate.
Definition at line 361 of file transfersviewdelegate.cpp.
| QWidget * TransfersViewDelegate::createEditor | ( | QWidget * | parent, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 378 of file transfersviewdelegate.cpp.
| bool TransfersViewDelegate::editorEvent | ( | QEvent * | event, | |
| QAbstractItemModel * | model, | |||
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) |
Definition at line 388 of file transfersviewdelegate.cpp.
| void TransfersViewDelegate::setEditorData | ( | QWidget * | editor, | |
| const QModelIndex & | index | |||
| ) | const |
Definition at line 433 of file transfersviewdelegate.cpp.
| void TransfersViewDelegate::setModelData | ( | QWidget * | editor, | |
| QAbstractItemModel * | model, | |||
| const QModelIndex & | index | |||
| ) | const |
Definition at line 440 of file transfersviewdelegate.cpp.
| void TransfersViewDelegate::closeExpandableDetails | ( | const QModelIndex & | index = QModelIndex() |
) | [slot] |
Definition at line 454 of file transfersviewdelegate.cpp.
| void TransfersViewDelegate::itemActivated | ( | QModelIndex | index | ) | [slot] |
Definition at line 479 of file transfersviewdelegate.cpp.
Friends And Related Function Documentation
friend class GroupStatusEditor [friend] |
Definition at line 81 of file transfersviewdelegate.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference