71 <td>Public method to retrieve the tasks linenumber.</td> |
71 <td>Public method to retrieve the tasks linenumber.</td> |
72 </tr><tr> |
72 </tr><tr> |
73 <td><a href="#Task.isCompleted">isCompleted</a></td> |
73 <td><a href="#Task.isCompleted">isCompleted</a></td> |
74 <td>Public slot to return the completion status.</td> |
74 <td>Public slot to return the completion status.</td> |
75 </tr><tr> |
75 </tr><tr> |
|
76 <td><a href="#Task.isProjectFileTask">isProjectFileTask</a></td> |
|
77 <td>Public slot to get an indication, if this task is related to a project file.</td> |
|
78 </tr><tr> |
76 <td><a href="#Task.isProjectTask">isProjectTask</a></td> |
79 <td><a href="#Task.isProjectTask">isProjectTask</a></td> |
77 <td>Public slot to return the project relation status.</td> |
80 <td>Public slot to return the project relation status.</td> |
78 </tr><tr> |
81 </tr><tr> |
79 <td><a href="#Task.setCompleted">setCompleted</a></td> |
82 <td><a href="#Task.setCompleted">setCompleted</a></td> |
80 <td>Public slot to update the completed flag.</td> |
83 <td>Public slot to update the completed flag.</td> |
171 </p><dl> |
174 </p><dl> |
172 <dt>Returns:</dt> |
175 <dt>Returns:</dt> |
173 <dd> |
176 <dd> |
174 flag indicating the completion status (boolean) |
177 flag indicating the completion status (boolean) |
175 </dd> |
178 </dd> |
|
179 </dl><a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> |
|
180 <h4>Task.isProjectFileTask</h4> |
|
181 <b>isProjectFileTask</b>(<i></i>) |
|
182 <p> |
|
183 Public slot to get an indication, if this task is related to a project file. |
|
184 </p><dl> |
|
185 <dt>Returns:</dt> |
|
186 <dd> |
|
187 flag indicating a project file task (boolean) |
|
188 </dd> |
176 </dl><a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a> |
189 </dl><a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a> |
177 <h4>Task.isProjectTask</h4> |
190 <h4>Task.isProjectTask</h4> |
178 <b>isProjectTask</b>(<i></i>) |
191 <b>isProjectTask</b>(<i></i>) |
179 <p> |
192 <p> |
180 Public slot to return the project relation status. |
193 Public slot to return the project relation status. |