eric6/Documentation/Source/eric6.Tasks.Task.html

changeset 7989
a21d673a8f99
parent 7665
fbca6677b2a9
child 8049
af58c1d47e5e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
208 208
209 <p> 209 <p>
210 Public method to retrieve the task's filename. 210 Public method to retrieve the task's filename.
211 </p> 211 </p>
212 <dl> 212 <dl>
213 <dt>Returns:</dt> 213 <dt>Return:</dt>
214 <dd> 214 <dd>
215 filename (string) 215 filename (string)
216 </dd> 216 </dd>
217 </dl> 217 </dl>
218 <a NAME="Task.getLineno" ID="Task.getLineno"></a> 218 <a NAME="Task.getLineno" ID="Task.getLineno"></a>
221 221
222 <p> 222 <p>
223 Public method to retrieve the task's linenumber. 223 Public method to retrieve the task's linenumber.
224 </p> 224 </p>
225 <dl> 225 <dl>
226 <dt>Returns:</dt> 226 <dt>Return:</dt>
227 <dd> 227 <dd>
228 linenumber (integer) 228 linenumber (integer)
229 </dd> 229 </dd>
230 </dl> 230 </dl>
231 <a NAME="Task.getParentUuid" ID="Task.getParentUuid"></a> 231 <a NAME="Task.getParentUuid" ID="Task.getParentUuid"></a>
234 234
235 <p> 235 <p>
236 Public method to get the parent task's uid. 236 Public method to get the parent task's uid.
237 </p> 237 </p>
238 <dl> 238 <dl>
239 <dt>Returns:</dt> 239 <dt>Return:</dt>
240 <dd> 240 <dd>
241 parent uid (string) 241 parent uid (string)
242 </dd> 242 </dd>
243 </dl> 243 </dl>
244 <a NAME="Task.getUuid" ID="Task.getUuid"></a> 244 <a NAME="Task.getUuid" ID="Task.getUuid"></a>
247 247
248 <p> 248 <p>
249 Public method to get the task's uid. 249 Public method to get the task's uid.
250 </p> 250 </p>
251 <dl> 251 <dl>
252 <dt>Returns:</dt> 252 <dt>Return:</dt>
253 <dd> 253 <dd>
254 uid (string) 254 uid (string)
255 </dd> 255 </dd>
256 </dl> 256 </dl>
257 <a NAME="Task.isCompleted" ID="Task.isCompleted"></a> 257 <a NAME="Task.isCompleted" ID="Task.isCompleted"></a>
260 260
261 <p> 261 <p>
262 Public slot to return the completion status. 262 Public slot to return the completion status.
263 </p> 263 </p>
264 <dl> 264 <dl>
265 <dt>Returns:</dt> 265 <dt>Return:</dt>
266 <dd> 266 <dd>
267 flag indicating the completion status (boolean) 267 flag indicating the completion status (boolean)
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a> 270 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a>
273 273
274 <p> 274 <p>
275 Public slot to get an indication, if this task is related to a file. 275 Public slot to get an indication, if this task is related to a file.
276 </p> 276 </p>
277 <dl> 277 <dl>
278 <dt>Returns:</dt> 278 <dt>Return:</dt>
279 <dd> 279 <dd>
280 flag indicating a file task (boolean) 280 flag indicating a file task (boolean)
281 </dd> 281 </dd>
282 </dl> 282 </dl>
283 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> 283 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a>
287 <p> 287 <p>
288 Public slot to get an indication, if this task is related to a 288 Public slot to get an indication, if this task is related to a
289 project file. 289 project file.
290 </p> 290 </p>
291 <dl> 291 <dl>
292 <dt>Returns:</dt> 292 <dt>Return:</dt>
293 <dd> 293 <dd>
294 flag indicating a project file task (boolean) 294 flag indicating a project file task (boolean)
295 </dd> 295 </dd>
296 </dl> 296 </dl>
297 <a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a> 297 <a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a>
300 300
301 <p> 301 <p>
302 Public slot to return the project relation status. 302 Public slot to return the project relation status.
303 </p> 303 </p>
304 <dl> 304 <dl>
305 <dt>Returns:</dt> 305 <dt>Return:</dt>
306 <dd> 306 <dd>
307 flag indicating the project relation status (boolean) 307 flag indicating the project relation status (boolean)
308 </dd> 308 </dd>
309 </dl> 309 </dl>
310 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a> 310 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a>

eric ide

mercurial