diff -r 57354896fd29 -r 5dd6edf8540a Documentation/Source/eric6.Tasks.Task.html --- a/Documentation/Source/eric6.Tasks.Task.html Mon Dec 22 14:01:41 2014 +0100 +++ b/Documentation/Source/eric6.Tasks.Task.html Mon Dec 22 18:27:16 2014 +0100 @@ -64,14 +64,23 @@ <td>Public slot to set the colors of the task item.</td> </tr><tr> <td><a href="#Task.getFilename">getFilename</a></td> -<td>Public method to retrieve the tasks filename.</td> +<td>Public method to retrieve the task's filename.</td> </tr><tr> <td><a href="#Task.getLineno">getLineno</a></td> -<td>Public method to retrieve the tasks linenumber.</td> +<td>Public method to retrieve the task's linenumber.</td> +</tr><tr> +<td><a href="#Task.getParentUuid">getParentUuid</a></td> +<td>Public method to get the parent task's uid.</td> +</tr><tr> +<td><a href="#Task.getUuid">getUuid</a></td> +<td>Public method to get the task's uid.</td> </tr><tr> <td><a href="#Task.isCompleted">isCompleted</a></td> <td>Public slot to return the completion status.</td> </tr><tr> +<td><a href="#Task.isFileTask">isFileTask</a></td> +<td>Public slot to get an indication, if this task is related to a file.</td> +</tr><tr> <td><a href="#Task.isProjectFileTask">isProjectFileTask</a></td> <td>Public slot to get an indication, if this task is related to a project file.</td> </tr><tr> @@ -100,7 +109,7 @@ </table> <a NAME="Task.__init__" ID="Task.__init__"></a> <h4>Task (Constructor)</h4> -<b>Task</b>(<i>summary, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=TypeTodo, project=None, description=""</i>) +<b>Task</b>(<i>summary, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, taskType=TypeTodo, project=None, description="", uid="", parentUid=""</i>) <p> Constructor </p><dl> @@ -136,6 +145,12 @@ </dd><dt><i>description</i></dt> <dd> explanatory text of the task (string) +</dd><dt><i>uid</i></dt> +<dd> +unique id of the task (string) +</dd><dt><i>parentUid</i></dt> +<dd> +unique id of the parent task (string) </dd> </dl><a NAME="Task.colorizeTask" ID="Task.colorizeTask"></a> <h4>Task.colorizeTask</h4> @@ -146,7 +161,7 @@ <h4>Task.getFilename</h4> <b>getFilename</b>(<i></i>) <p> - Public method to retrieve the tasks filename. + Public method to retrieve the task's filename. </p><dl> <dt>Returns:</dt> <dd> @@ -156,12 +171,32 @@ <h4>Task.getLineno</h4> <b>getLineno</b>(<i></i>) <p> - Public method to retrieve the tasks linenumber. + Public method to retrieve the task's linenumber. </p><dl> <dt>Returns:</dt> <dd> linenumber (integer) </dd> +</dl><a NAME="Task.getParentUuid" ID="Task.getParentUuid"></a> +<h4>Task.getParentUuid</h4> +<b>getParentUuid</b>(<i></i>) +<p> + Public method to get the parent task's uid. +</p><dl> +<dt>Returns:</dt> +<dd> +parent uid (string) +</dd> +</dl><a NAME="Task.getUuid" ID="Task.getUuid"></a> +<h4>Task.getUuid</h4> +<b>getUuid</b>(<i></i>) +<p> + Public method to get the task's uid. +</p><dl> +<dt>Returns:</dt> +<dd> +uid (string) +</dd> </dl><a NAME="Task.isCompleted" ID="Task.isCompleted"></a> <h4>Task.isCompleted</h4> <b>isCompleted</b>(<i></i>) @@ -172,6 +207,16 @@ <dd> flag indicating the completion status (boolean) </dd> +</dl><a NAME="Task.isFileTask" ID="Task.isFileTask"></a> +<h4>Task.isFileTask</h4> +<b>isFileTask</b>(<i></i>) +<p> + Public slot to get an indication, if this task is related to a file. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a file task (boolean) +</dd> </dl><a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a> <h4>Task.isProjectFileTask</h4> <b>isProjectFileTask</b>(<i></i>)