PilotTodoEntry Class Reference
A decoded ToDo item. More...
#include <pilotTodoEntry.h>
Inherits PilotAppCategory.
Public Member Functions
- PilotTodoEntry (struct ToDoAppInfo &appInfo)
- PilotTodoEntry (struct ToDoAppInfo &appInfo, PilotRecord *rec)
- PilotTodoEntry (const PilotTodoEntry &e)
- ~PilotTodoEntry ()
- virtual QString getTextRepresentation (bool richText=false)
- PilotTodoEntry & operator= (const PilotTodoEntry &e)
- tm getDueDate () const
- void setDueDate (struct tm &d)
- int getIndefinite () const
- void setIndefinite (int i)
- int getPriority () const
- void setPriority (int p)
- int getComplete () const
- void setComplete (int c)
- QString getDescription () const
- void setDescription (const QString &)
- QString getNote () const
- void setNote (const QString ¬e)
- QString getCategoryLabel () const
- bool setCategory (const QString &label)
Protected Member Functions
- void * pack_ (void *, int *)
- void unpack (const void *, int=0)
- const char * getDescriptionP () const
- void setDescriptionP (const char *, int len=-1)
- const char * getNoteP () const
- void setNoteP (const char *, int len=-1)
Detailed Description
A decoded ToDo item.
Constructor & Destructor Documentation
|
Create an empty ToDo item.
|
|
Create a ToDo item and fill it with data from the uninterpreted record.
|
|
Copy an existing ToDo item.
|
|
Delete a ToDo item.
|
Member Function Documentation
|
Return a string for the ToDo item. If
|
|
Assign an existing ToDo item to this one.
|
|
Accessor for the Due Date of the ToDo item.
|
|
Set the Due Date for the ToDo item.
|
|
Return the indefinite status of the ToDo (? that is, whether it had a Due Date that is relevant or not). Return values are 0 (not indefinite) or non-0. |
|
Set whether the ToDo is indefinite or not.
|
|
Return the priority of the ToDo item. The priority ranges from 1-5 on the handheld, so this needs to be mapped (perhaps) onto KOrganizer's priority levels. |
|
Set the priority of the ToDo.
|
|
Return whether the ToDo is complete (done, finished) or not.
|
|
Set whether the ToDo is done.
|
|
Get the ToDo item's description (which is the title shown on the handheld, and the item's Title in KDE). This uses the default codec. |
|
Set the ToDo item's description.
|
|
Get the ToDo item's note (the longer text, not immediately accessible on the handheld). This uses the default codec. |
|
Set the ToDo item's note.
|
|
Returns the label for the category this ToDo item is in.
|
|
If the label already exists, uses the id; if not, adds the label to the category list.
|
The documentation for this class was generated from the following files:
- pilotTodoEntry.h
- pilotTodoEntry.cc