KOTodoViewItem Class Reference
This class provides a way of displaying a single Event of Todo-Type in a KTodoView. More...
#include <kotodoviewitem.h>
Inheritance diagram for KOTodoViewItem:

Public Member Functions | |
KOTodoViewItem (QListView *parent, Todo *todo, KOTodoView *kotodo) | |
KOTodoViewItem (KOTodoViewItem *parent, Todo *todo, KOTodoView *kotodo) | |
void | construct () |
Todo * | todo () |
QString | key (int, bool) const |
void | setSortKey (int column, const QString &key) |
bool | isAlternate () |
int | compare (QListViewItem *i, int col, bool ascending) const |
virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int alignment) |
Protected Types | |
enum | { eSummaryColumn = 0, eRecurColumn = 1, ePriorityColumn = 2, ePercentColumn = 3, eDueDateColumn = 4, eCategoriesColumn = 5, eDescriptionColumn = 6 } |
Protected Member Functions | |
void | paintBranches (QPainter *p, const QColorGroup &cg, int w, int y, int h) |
virtual void | stateChange (bool) |
Detailed Description
This class provides a way of displaying a single Event of Todo-Type in a KTodoView.
- Author:
- Cornelius Schumacher <schumacher@kde.org>
- See also:
- KOTodoView
Definition at line 45 of file kotodoviewitem.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 37 of file kotodoviewitem.cpp. References KOTodoViewItem(). Referenced by KOTodoViewItem(). |
The documentation for this class was generated from the following files: