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

branch
eric7
changeset 10431
64157aeb0312
parent 9236
db53a9efe7ef
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Tasks.TaskViewer.html	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Tasks.TaskViewer.html	Thu Dec 21 12:03:40 2023 +0100
@@ -105,9 +105,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="ProjectTaskExtractionThread.requestInterrupt" ID="ProjectTaskExtractionThread.requestInterrupt"></a>
@@ -347,11 +347,11 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-the parent (QWidget)
+the parent
 </dd>
-<dt><i>project</i></dt>
+<dt><i>project</i> (Project)</dt>
 <dd>
 reference to the project object
 </dd>
@@ -365,9 +365,9 @@
 </p>
 <dl>
 
-<dt><i>on</i></dt>
+<dt><i>on</i> (bool)</dt>
 <dd>
-flag indicating the filter state (boolean)
+flag indicating the filter state
 </dd>
 </dl>
 <a NAME="TaskViewer.__checkTopLevelItems" ID="TaskViewer.__checkTopLevelItems"></a>
@@ -421,9 +421,9 @@
 </p>
 <dl>
 
-<dt><i>task</i></dt>
+<dt><i>task</i> (Task)</dt>
 <dd>
-task to delete sub-tasks of (Task)
+task to delete sub-tasks of
 </dd>
 </dl>
 <a NAME="TaskViewer.__deleteTask" ID="TaskViewer.__deleteTask"></a>
@@ -526,9 +526,9 @@
 </p>
 <dl>
 
-<dt><i>coord</i></dt>
+<dt><i>coord</i> (QPoint)</dt>
 <dd>
-the position of the mouse pointer (QPoint)
+the position of the mouse pointer
 </dd>
 </dl>
 <a NAME="TaskViewer.__taskItemActivated" ID="TaskViewer.__taskItemActivated"></a>
@@ -540,13 +540,13 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
+<dt><i>itm</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the activated item (QTreeWidgetItem)
+reference to the activated item
 </dd>
-<dt><i>col</i></dt>
+<dt><i>col</i> (int)</dt>
 <dd>
-column the item was activated in (integer)
+column the item was activated in
 </dd>
 </dl>
 <a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a>
@@ -656,14 +656,14 @@
 </p>
 <dl>
 
-<dt><i>filename</i></dt>
+<dt><i>filename</i> (str)</dt>
 <dd>
-name of the file (string)
+name of the file
 </dd>
-<dt><i>conditionally</i></dt>
+<dt><i>conditionally</i> (bool)</dt>
 <dd>
 flag indicating to clear the tasks of the file
-            checking some conditions (boolean)
+            checking some conditions
 </dd>
 </dl>
 <a NAME="TaskViewer.clearProjectTasks" ID="TaskViewer.clearProjectTasks"></a>
@@ -675,10 +675,9 @@
 </p>
 <dl>
 
-<dt><i>fileOnly</i></dt>
+<dt><i>fileOnly</i> (bool)</dt>
 <dd>
-flag indicating to clear only file related
-            project tasks (boolean)
+flag indicating to clear only file related project tasks
 </dd>
 </dl>
 <a NAME="TaskViewer.clearTasks" ID="TaskViewer.clearTasks"></a>
@@ -723,15 +722,21 @@
 </p>
 <dl>
 
-<dt><i>parentUid</i></dt>
+<dt><i>parentUid</i> (str)</dt>
 <dd>
-uid of the parent task (string)
+uid of the parent task
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-reference to the task (Task)
+reference to the task
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Task
 </dd>
 </dl>
 <a NAME="TaskViewer.getGlobalTasks" ID="TaskViewer.getGlobalTasks"></a>
@@ -744,7 +749,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-copy of tasks (list of Task)
+copy of tasks
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of Task
 </dd>
 </dl>
 <a NAME="TaskViewer.getProjectTasks" ID="TaskViewer.getProjectTasks"></a>
@@ -757,7 +768,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-copy of tasks (list of Task)
+copy of tasks
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of Task
 </dd>
 </dl>
 <a NAME="TaskViewer.getTasksScanFilter" ID="TaskViewer.getTasksScanFilter"></a>
@@ -816,7 +833,7 @@
 </p>
 <dl>
 
-<dt><i>o</i></dt>
+<dt><i>o</i> (bool)</dt>
 <dd>
 flag indicating the project status
 </dd>

eric ide

mercurial