QOrganizerTodoProgress Class ReferenceThe QOrganizerTodoProgress class contains information about the progress of a todo item. More... #include <QOrganizerTodoProgress> Inherits QOrganizerItemDetail. Public Types
Public Functions
Static Public Members
Detailed DescriptionThe QOrganizerTodoProgress class contains information about the progress of a todo item. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QOrganizerTodoProgress::StatusNotStarted | 0 | The todo item hasn't been started yet |
QOrganizerTodoProgress::StatusInProgress | 1 | The todo item is current in progress |
QOrganizerTodoProgress::StatusComplete | 2 | The todo item has finished |
Returns the todo progress item's finished date and timeas QDateTime.
See also setFinishedDateTime().
Returns the todo progress item's completion percentage.
See also setPercentageComplete().
Sets the todo progress item's finished date and time to finishedDateTime.
See also finishedDateTime().
Sets the todo progress item's completion percentage to percentage.
See also percentageComplete().
Sets the todo progress item's current status to status.
See also status().
Returns the todo progress item's current status as QOrganizerTodoProgress::Status.
See also setStatus().
The constant string which identifies the definition of details which contain progress information about a todo item.
The constant key of the date time value which contains the date and time at which the todo item was completed.
The constant key of the value which contains the current completion percentage of the todo item.
The constant key of the value which describes the current completion status of the todo item.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy