Module implementing a class to store task data.
None |
Task | Class implementing the task data structure. |
TaskPriority | Class defining the task priorities. |
TaskType | Class defining the task types. |
None |
Class implementing the task data structure.
TaskType2ColorName |
TaskType2IconName |
TaskType2MarkersName |
None |
Task | Constructor |
colorizeTask | Public slot to set the colors of the task item. |
getFilename | Public method to retrieve the task's filename. |
getLineno | Public method to retrieve the task's linenumber. |
getParentUuid | Public method to get the parent task's uid. |
getUuid | Public method to get the task's uid. |
isCompleted | Public slot to return the completion status. |
isFileTask | Public slot to get an indication, if this task is related to a file. |
isProjectFileTask | Public slot to get an indication, if this task is related to a project file. |
isProjectTask | Public slot to return the project relation status. |
setCompleted | Public slot to update the completed flag. |
setDescription | Public slot to update the description field. |
setPriority | Public slot to update the priority. |
setProjectTask | Public method to set the project relation flag. |
setSummary | Public slot to update the description. |
setTaskType | Public method to update the task type. |
toDict | Public method to convert the task data to a dictionary. |
None |
Constructor
Public slot to set the colors of the task item.
Public method to retrieve the task's filename.
Public method to retrieve the task's linenumber.
Public method to get the parent task's uid.
Public method to get the task's uid.
Public slot to return the completion status.
Public slot to get an indication, if this task is related to a file.
Public slot to get an indication, if this task is related to a project file.
Public slot to return the project relation status.
Public slot to update the completed flag.
Public slot to update the description field.
Public slot to update the priority.
Public method to set the project relation flag.
Public slot to update the description.
Public method to update the task type.
Public method to convert the task data to a dictionary.
Class defining the task priorities.
HIGH |
LOW |
NORMAL |
None |
None |
None |
Class defining the task types.
DOCU |
FIXME |
NONE |
NOTE |
TEST |
TODO |
WARNING |
None |
None |
None |