#include <kpayeesview.h>


Public Member Functions | |
| KTransactionListItem (KListView *view, KTransactionListItem *parent, const QString &accountId, const QString &transaction) | |
| ~KTransactionListItem () | |
| const QString & | transactionId (void) const |
| const QString & | accountId (void) const |
| void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
| const QColor | backgroundColor () |
Private Attributes | |
| QString | m_transactionId |
| QString | m_accountId |
| KTransactionListItem::KTransactionListItem | ( | KListView * | view, | |
| KTransactionListItem * | parent, | |||
| const QString & | accountId, | |||
| const QString & | transaction | |||
| ) |
| KTransactionListItem::~KTransactionListItem | ( | ) |
| const QString& KTransactionListItem::transactionId | ( | void | ) | const [inline] |
| const QString& KTransactionListItem::accountId | ( | void | ) | const [inline] |
| void KTransactionListItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | alignment | |||
| ) |
use my own paint method
| const QColor KTransactionListItem::backgroundColor | ( | ) |
use my own backgroundColor method
QString KTransactionListItem::m_transactionId [private] |
QString KTransactionListItem::m_accountId [private] |
1.5.6