kotodoeditor.h
This is the base class for the calendar component editors.
Definition: koincidenceeditor.h:58
void readTodo(Todo *todo, Calendar *calendar, const TQDate &date)
Read event object and setup widgets accordingly.
Definition: kotodoeditor.cpp:278
void setTexts(const TQString &summary, const TQString &description=TQString())
Sets the given summary and description.
Definition: kotodoeditor.cpp:173
void setDates(const TQDateTime &due, bool allDay=true, Todo *relatedTodo=0)
Set widgets to default values.
Definition: kotodoeditor.cpp:256
KOTodoEditor(Calendar *calendar, TQWidget *parent)
Constructs a new todo editor.
Definition: kotodoeditor.cpp:54
void editIncidence(Incidence *incidence, const TQDate &date, Calendar *calendar)
Edit an existing todo.
Definition: kotodoeditor.cpp:149