diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.Tasks.TaskViewer.html --- a/Documentation/Source/eric5.Tasks.TaskViewer.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.Tasks.TaskViewer.html Sat Aug 20 16:30:49 2011 +0200 @@ -61,12 +61,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#Task.__init__">Task</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#Task.colorizeTask">colorizeTask</a></td> <td>Public slot to set the colors of the task item.</td> </tr><tr> @@ -98,6 +99,10 @@ <td>Public method to set the project relation flag.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</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>) @@ -248,12 +253,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#TaskFilter.__init__">TaskFilter</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#TaskFilter.hasActiveFilter">hasActiveFilter</a></td> <td>Public method to check for active filters.</td> </tr><tr> @@ -282,6 +288,10 @@ <td>Public method to check, if a task should be shown.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="TaskFilter.__init__" ID="TaskFilter.__init__"></a> <h4>TaskFilter (Constructor)</h4> <b>TaskFilter</b>(<i></i>) @@ -391,7 +401,7 @@ <h2>TaskViewer</h2> <p> Class implementing the task viewer. -</p><h4>Signals</h4> +</p><h3>Signals</h3> <dl> <dt>displayFile(str, int)</dt> <dd> @@ -404,12 +414,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#TaskViewer.__init__">TaskViewer</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#TaskViewer.__activateFilter">__activateFilter</a></td> <td>Private slot to handle the "Filtered display" context menu entry.</td> </tr><tr> @@ -492,6 +503,10 @@ <td>Public slot to set the project status.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="TaskViewer.__init__" ID="TaskViewer.__init__"></a> <h4>TaskViewer (Constructor)</h4> <b>TaskViewer</b>(<i>parent, project</i>)