libkdegames
KChatBaseItemDelegate Class Reference
#include <kchatbaseitemdelegate.h>

Detailed Description
A delegate (see the Qt Model/View module for details) to paint the lines of the KChatBase list model (KChatBaseModel).A KChatBaseItemDelegate paints two text items: first the player part then the text part. This honors KChatBase::addMessage which also uses both.
Colors and fonts for both parts are set in the corresponding model.
Definition at line 35 of file kchatbaseitemdelegate.h.
Public Member Functions | |
| KChatBaseItemDelegate (QObject *parent=0) | |
| virtual | ~KChatBaseItemDelegate () |
| virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index, const QString &sender, const QString &message) const |
| virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index) const |
| virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index, const QString &sender, const QString &message) const |
Constructor & Destructor Documentation
| KChatBaseItemDelegate::KChatBaseItemDelegate | ( | QObject * | parent = 0 |
) | [explicit] |
| KChatBaseItemDelegate::~KChatBaseItemDelegate | ( | ) | [virtual] |
Member Function Documentation
| void KChatBaseItemDelegate::paint | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index | |||
| ) | const [virtual] |
Reimplementation of the default paint method.
Draws the item at the given index in the model with good fonts for player name and message.
Should be reimplemented in inherited delegates
Definition at line 36 of file kchatbaseitemdelegate.cpp.
| void KChatBaseItemDelegate::paint | ( | QPainter * | painter, | |
| const QStyleOptionViewItem & | option, | |||
| const QModelIndex & | index, | |||
| const QString & | sender, | |||
| const QString & | message | |||
| ) | const |
Definition at line 44 of file kchatbaseitemdelegate.cpp.
| QSize KChatBaseItemDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
| const QModelIndex & | index | |||
| ) | const [virtual] |
Reimplementation of the default sizeHint.
Computes the given item size depending on the name and message sizes and on the fonts they use.
Should be reimplemented in inherited delegates
Definition at line 60 of file kchatbaseitemdelegate.cpp.
| QSize KChatBaseItemDelegate::sizeHint | ( | const QStyleOptionViewItem & | option, | |
| const QModelIndex & | index, | |||
| const QString & | sender, | |||
| const QString & | message | |||
| ) | const [virtual] |
Definition at line 68 of file kchatbaseitemdelegate.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference