todo.h
virtual TQDateTime endDateRecurrenceBase() const
Return the end date/time of the base incidence.
Definition todo.h:222
TQDateTime dtRecurrence() const
Returns the due date/time of the current occurrence if recurrent.
Definition todo.cpp:284
bool hasDueDate() const
Returns true if the todo has a due date, otherwise return false.
Definition todo.cpp:144
TQString completedStr() const
Returns string contaiting date and time when the todo was completed formatted according to the users ...
Definition todo.cpp:243
TQString dtStartStr(bool first=false) const
Returns an todo's starting date and time as a string formatted according to the users locale settings...
Definition todo.cpp:212
bool isCompleted() const
Returns true if the todo is 100% completed, otherwise return false.
Definition todo.cpp:217
void setDtRecurrence(const TQDateTime &dt)
Sets the due date/time of the current occurrence if recurrent.
Definition todo.cpp:279
TDE_DEPRECATED TQString dtDueTimeStr() const
Returns due time as string formatted according to the users locale settings.
Definition todo.cpp:128
TDE_DEPRECATED TQString dtDueDateStr(bool shortfmt=true) const
Returns due date as string formatted according to the users locale settings.
Definition todo.cpp:133
bool hasStartDate() const
Returns true if the todo has a start date, otherwise return false.
Definition todo.cpp:157
void setDtDue(const TQDateTime &dtDue, bool first=false)
Sets due date and time.
Definition todo.cpp:85
virtual bool recursOn(const TQDate &date) const
Returns true if the date specified is one on which the todo will recur.
Definition todo.cpp:289
TQString dtStartDateStr(bool shortfmt=true, bool first=false) const
Returns an todo's starting date as a string formatted according to the users locale settings.
Definition todo.cpp:207
TDE_DEPRECATED TQString dtDueStr() const
Returns due date and time as string formatted according to the users locale settings.
Definition todo.cpp:139
int percentComplete() const
Returns how many percent of the task are completed.
Definition todo.cpp:263
bool hasCompletedDate() const
Returns true, if todo has a date associated with completion, otherwise return false.
Definition todo.cpp:258
TQString dtStartTimeStr(bool first=false) const
Returns an todo's starting time as a string formatted according to the users locale settings.
Definition todo.cpp:202
