Documentation/Source/eric5.Tasks.TaskViewer.html

branch
5_2_x
changeset 2004
cd8050131d24
parent 1373
b3b3c99dba01
--- a/Documentation/Source/eric5.Tasks.TaskViewer.html	Sun Aug 12 13:49:43 2012 +0200
+++ b/Documentation/Source/eric5.Tasks.TaskViewer.html	Sun Aug 12 13:50:18 2012 +0200
@@ -83,6 +83,9 @@
 <td><a href="#Task.isCompleted">isCompleted</a></td>
 <td>Public slot to return the completion status.</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>
 <td><a href="#Task.isProjectTask">isProjectTask</a></td>
 <td>Public slot to return the project relation status.</td>
 </tr><tr>
@@ -182,6 +185,16 @@
 <dd>
 flag indicating the completion status (boolean)
 </dd>
+</dl><a NAME="Task.isProjectFileTask" ID="Task.isProjectFileTask"></a>
+<h4>Task.isProjectFileTask</h4>
+<b>isProjectFileTask</b>(<i></i>)
+<p>
+        Public slot to get an indication, if this task is related to a project file.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a project file task (boolean)
+</dd>
 </dl><a NAME="Task.isProjectTask" ID="Task.isProjectTask"></a>
 <h4>Task.isProjectTask</h4>
 <b>isProjectTask</b>(<i></i>)
@@ -710,10 +723,16 @@
 </dd>
 </dl><a NAME="TaskViewer.clearProjectTasks" ID="TaskViewer.clearProjectTasks"></a>
 <h4>TaskViewer.clearProjectTasks</h4>
-<b>clearProjectTasks</b>(<i></i>)
+<b>clearProjectTasks</b>(<i>fileOnly=False</i>)
 <p>
         Public slot to clear project related tasks.
-</p><a NAME="TaskViewer.clearTasks" ID="TaskViewer.clearTasks"></a>
+</p><dl>
+<dt><i>fileOnly=</i></dt>
+<dd>
+flag indicating to clear only file related
+            project tasks (boolean)
+</dd>
+</dl><a NAME="TaskViewer.clearTasks" ID="TaskViewer.clearTasks"></a>
 <h4>TaskViewer.clearTasks</h4>
 <b>clearTasks</b>(<i></i>)
 <p>

eric ide

mercurial