#include <kchatbaseitemdelegate.h>
Public Member Functions | |
| KChatBaseItemDelegate (QObject *parent=0) | |
| Constructs a KChatBaseItemDelegate object. | |
| virtual | ~KChatBaseItemDelegate () |
| Destruct a KChatBaseItemDelegate object. | |
| virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| Reimplementation of the default paint method. | |
| 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 |
| Reimplementation of the default sizeHint. | |
| virtual QSize | sizeHint (const QStyleOptionViewItem &option, const QModelIndex &index, const QString &sender, const QString &message) const |
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.
| KChatBaseItemDelegate::KChatBaseItemDelegate | ( | QObject * | parent = 0 |
) | [explicit] |
| KChatBaseItemDelegate::~KChatBaseItemDelegate | ( | ) | [virtual] |
| 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.
1.5.3