Module implementing a class to store task data.
None |
Task | Class implementing the task data structure. |
None |
Class implementing the task data structure.
TypeFixme |
TypeNone |
TypeNote |
TypeTodo |
TypeWarning |
None |
Task | Constructor |
colorizeTask | Public slot to set the colors of the task item. |
getFilename | Public method to retrieve the tasks filename. |
getLineno | Public method to retrieve the tasks linenumber. |
isCompleted | Public slot to return the completion status. |
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. |
None |
Constructor
Public slot to set the colors of the task item.
Public method to retrieve the tasks filename.
Public method to retrieve the tasks linenumber.
Public slot to return the completion status.
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.