#include <kbudgetview.h>
Inheritance diagram for KBudgetListItem:


Public Member Functions | |
| KBudgetListItem (KListView *parent, const MyMoneyBudget &budget) | |
| ~KBudgetListItem () | |
| void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
| const MyMoneyBudget & | budget (void) |
| void | setBudget (const MyMoneyBudget &budget) |
Private Attributes | |
| MyMoneyBudget | m_budget |
Thomas Baumgart
|
||||||||||||
|
Constructor to be used to construct a budget entry object.
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
This method is re-implemented from QListViewItem::paintCell(). Besides the standard implementation, the QPainter is set according to the applications settings. |
|
|
|
|
|
|
1.4.1