26#ifndef KOTODOVIEWITEM_H
27#define KOTODOVIEWITEM_H
30#include <tqlistview.h>
32#include <tqdatetime.h>
64 Todo *todo() const { return mTodo; }
67 int compare( TQListViewItem *i, int col, bool ascending ) const;
68 virtual void paintCell(TQPainter *p, const TQColorGroup &cg,
69 int column, int width, int alignment);
72 void paintBranches(TQPainter *p, const TQColorGroup & cg, int w, int y, int h);
73 virtual void stateChange( bool);
78 TQDateTime mEffectiveDueDate;
This class provides a way of displaying a single Event of Todo-Type in a KTodoView.
This class provides a multi-column list view of todo events.
|