248:f4561c24989a | 249:52df4455a035 |
---|---|
98 <td>Public method to set the project relation flag.</td> | 98 <td>Public method to set the project relation flag.</td> |
99 </tr> | 99 </tr> |
100 </table> | 100 </table> |
101 <a NAME="Task.__init__" ID="Task.__init__"></a> | 101 <a NAME="Task.__init__" ID="Task.__init__"></a> |
102 <h4>Task (Constructor)</h4> | 102 <h4>Task (Constructor)</h4> |
103 <b>Task</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, ppath = "", longtext = ""</i>) | 103 <b>Task</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, project = None, longtext = ""</i>) |
104 <p> | 104 <p> |
105 Constructor | 105 Constructor |
106 </p><dl> | 106 </p><dl> |
107 <dt><i>parent</i></dt> | 107 <dt><i>parent</i></dt> |
108 <dd> | 108 <dd> |
130 flag indicating a task related to the current project | 130 flag indicating a task related to the current project |
131 (boolean) | 131 (boolean) |
132 </dd><dt><i>isBugfixTask</i></dt> | 132 </dd><dt><i>isBugfixTask</i></dt> |
133 <dd> | 133 <dd> |
134 flag indicating a bugfix task (boolean) | 134 flag indicating a bugfix task (boolean) |
135 </dd><dt><i>ppath</i></dt> | 135 </dd><dt><i>project</i></dt> |
136 <dd> | 136 <dd> |
137 the project path (string) | 137 reference to the project object (Project) |
138 </dd><dt><i>longtext</i></dt> | 138 </dd><dt><i>longtext</i></dt> |
139 <dd> | 139 <dd> |
140 explanatory text of the task (string) | 140 explanatory text of the task (string) |
141 </dd> | 141 </dd> |
142 </dl><a NAME="Task.colorizeTask" ID="Task.colorizeTask"></a> | 142 </dl><a NAME="Task.colorizeTask" ID="Task.colorizeTask"></a> |