#include <kscheduledlistitem.h>
Inheritance diagram for KScheduledListItem:


Public Member Functions | |
| KScheduledListItem (KListView *parent, const QString &description, const QPixmap &pixmap=QPixmap(), const QString &sortKey=QString()) | |
| KScheduledListItem (KScheduledListItem *parent, const MyMoneySchedule &schedule) | |
| ~KScheduledListItem () | |
| const QCString & | scheduleId (void) const |
| int | compare (QListViewItem *i, int col, bool ascending) const |
Protected Member Functions | |
| void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
Private Attributes | |
| MyMoneySchedule | m_schedule |
| QString | m_sortKey |
| MyMoneyMoney | m_amount |
|
||||||||||||||||||||
|
This constructor is used to create a child of the main list view widget. The child should be a descriptor for the schedule type and one of Bill, Deposit or Transfer. Other types may be added in the future.
|
|
||||||||||||
|
This constructor is used to create a child of one of the children created by the above method. This child describes a schedule and represents the data in schedule.
|
|
|
Standard destructor. |
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
Returns the schedule id for the instance being represented. To be used selection slots by the view. Returns an empty string for the top level items.
|
|
|
|
|
|
|
|
|
|
1.4.1