Documentation/Source/eric5.Tasks.TaskViewer.html

changeset 945
8cd4d08fa9f6
parent 767
27554f80d08f
child 960
64a6e66b4707
--- a/Documentation/Source/eric5.Tasks.TaskViewer.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.Tasks.TaskViewer.html	Fri Mar 11 16:51:57 2011 +0100
@@ -100,7 +100,7 @@
 </table>
 <a NAME="Task.__init__" ID="Task.__init__"></a>
 <h4>Task (Constructor)</h4>
-<b>Task</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, project = None, longtext = ""</i>)
+<b>Task</b>(<i>description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, isBugfixTask=False, project=None, longtext=""</i>)
 <p>
         Constructor
 </p><dl>
@@ -596,7 +596,7 @@
 <h4>TaskViewer.__taskItemActivated</h4>
 <b>__taskItemActivated</b>(<i>itm, col</i>)
 <p>
-        Private slot to handle the activation of an item. 
+        Private slot to handle the activation of an item.
 </p><dl>
 <dt><i>itm</i></dt>
 <dd>
@@ -607,7 +607,7 @@
 </dd>
 </dl><a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a>
 <h4>TaskViewer.addFileTask</h4>
-<b>addFileTask</b>(<i>description, filename, lineno, isBugfixTask = False, longtext = ""</i>)
+<b>addFileTask</b>(<i>description, filename, lineno, isBugfixTask=False, longtext=""</i>)
 <p>
         Public slot to add a file related task.
 </p><dl>
@@ -629,7 +629,7 @@
 </dd>
 </dl><a NAME="TaskViewer.addTask" ID="TaskViewer.addTask"></a>
 <h4>TaskViewer.addTask</h4>
-<b>addTask</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, longtext = ""</i>)
+<b>addTask</b>(<i>description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, isBugfixTask=False, longtext=""</i>)
 <p>
         Public slot to add a task.
 </p><dl>
@@ -709,7 +709,7 @@
         Public slot to react to changes of the preferences.
 </p><a NAME="TaskViewer.setProjectOpen" ID="TaskViewer.setProjectOpen"></a>
 <h4>TaskViewer.setProjectOpen</h4>
-<b>setProjectOpen</b>(<i>o = False</i>)
+<b>setProjectOpen</b>(<i>o=False</i>)
 <p>
         Public slot to set the project status.
 </p><dl>

eric ide

mercurial