src/eric7/Documentation/Source/eric7.Tasks.Task.html

branch
eric7
changeset 10431
64157aeb0312
parent 9236
db53a9efe7ef
child 10479
856476537696
diff -r e440aaf179ce -r 64157aeb0312 src/eric7/Documentation/Source/eric7.Tasks.Task.html
--- a/src/eric7/Documentation/Source/eric7.Tasks.Task.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Tasks.Task.html	Thu Dec 21 12:03:40 2023 +0100
@@ -213,7 +213,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-filename (string)
+filename
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Task.getLineno" ID="Task.getLineno"></a>
@@ -226,7 +232,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-linenumber (integer)
+linenumber
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="Task.getParentUuid" ID="Task.getParentUuid"></a>
@@ -239,7 +251,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-parent uid (string)
+parent uid
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Task.getUuid" ID="Task.getUuid"></a>
@@ -252,7 +270,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-uid (string)
+uid
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Task.isCompleted" ID="Task.isCompleted"></a>
@@ -265,7 +289,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the completion status (boolean)
+flag indicating the completion status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Task.isFileTask" ID="Task.isFileTask"></a>
@@ -278,7 +308,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a file task (boolean)
+flag indicating a file task
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a>
@@ -292,7 +328,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating a project file task (boolean)
+flag indicating a project file task
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a>
@@ -305,7 +347,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the project relation status (boolean)
+flag indicating the project relation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="Task.setCompleted" ID="Task.setCompleted"></a>
@@ -317,9 +365,9 @@
 </p>
 <dl>
 
-<dt><i>completed</i></dt>
+<dt><i>completed</i> (bool)</dt>
 <dd>
-flag indicating completion status (boolean)
+flag indicating completion status
 </dd>
 </dl>
 <a NAME="Task.setDescription" ID="Task.setDescription"></a>
@@ -359,9 +407,9 @@
 </p>
 <dl>
 
-<dt><i>pt</i></dt>
+<dt><i>pt</i> (bool)</dt>
 <dd>
-flag indicating a project task (boolean)
+flag indicating a project task
 </dd>
 </dl>
 <a NAME="Task.setSummary" ID="Task.setSummary"></a>
@@ -373,9 +421,9 @@
 </p>
 <dl>
 
-<dt><i>summary</i></dt>
+<dt><i>summary</i> (str)</dt>
 <dd>
-summary text of the task (string)
+summary text of the task
 </dd>
 </dl>
 <a NAME="Task.setTaskType" ID="Task.setTaskType"></a>

eric ide

mercurial