Documentation/Source/eric5.Tasks.TaskViewer.html

branch
5_1_x
changeset 1278
fb0460fd00b9
parent 767
27554f80d08f
equal deleted inserted replaced
1277:52dd5a2f1ed1 1278:fb0460fd00b9
59 QTreeWidgetItem 59 QTreeWidgetItem
60 <h3>Class Attributes</h3> 60 <h3>Class Attributes</h3>
61 <table> 61 <table>
62 <tr><td>None</td></tr> 62 <tr><td>None</td></tr>
63 </table> 63 </table>
64 <h3>Class Methods</h3>
65 <table>
66 <tr><td>None</td></tr>
67 </table>
64 <h3>Methods</h3> 68 <h3>Methods</h3>
65 <table> 69 <table>
66 <tr> 70 <tr>
67 <td><a href="#Task.__init__">Task</a></td> 71 <td><a href="#Task.__init__">Task</a></td>
68 <td>Constructor</td> 72 <td>Constructor</td>
95 <td>Public slot to update the priority.</td> 99 <td>Public slot to update the priority.</td>
96 </tr><tr> 100 </tr><tr>
97 <td><a href="#Task.setProjectTask">setProjectTask</a></td> 101 <td><a href="#Task.setProjectTask">setProjectTask</a></td>
98 <td>Public method to set the project relation flag.</td> 102 <td>Public method to set the project relation flag.</td>
99 </tr> 103 </tr>
104 </table>
105 <h3>Static Methods</h3>
106 <table>
107 <tr><td>None</td></tr>
100 </table> 108 </table>
101 <a NAME="Task.__init__" ID="Task.__init__"></a> 109 <a NAME="Task.__init__" ID="Task.__init__"></a>
102 <h4>Task (Constructor)</h4> 110 <h4>Task (Constructor)</h4>
103 <b>Task</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, project = None, longtext = ""</i>) 111 <b>Task</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, project = None, longtext = ""</i>)
104 <p> 112 <p>
246 object 254 object
247 <h3>Class Attributes</h3> 255 <h3>Class Attributes</h3>
248 <table> 256 <table>
249 <tr><td>None</td></tr> 257 <tr><td>None</td></tr>
250 </table> 258 </table>
259 <h3>Class Methods</h3>
260 <table>
261 <tr><td>None</td></tr>
262 </table>
251 <h3>Methods</h3> 263 <h3>Methods</h3>
252 <table> 264 <table>
253 <tr> 265 <tr>
254 <td><a href="#TaskFilter.__init__">TaskFilter</a></td> 266 <td><a href="#TaskFilter.__init__">TaskFilter</a></td>
255 <td>Constructor</td> 267 <td>Constructor</td>
279 <td>Public method to set the type filter.</td> 291 <td>Public method to set the type filter.</td>
280 </tr><tr> 292 </tr><tr>
281 <td><a href="#TaskFilter.showTask">showTask</a></td> 293 <td><a href="#TaskFilter.showTask">showTask</a></td>
282 <td>Public method to check, if a task should be shown.</td> 294 <td>Public method to check, if a task should be shown.</td>
283 </tr> 295 </tr>
296 </table>
297 <h3>Static Methods</h3>
298 <table>
299 <tr><td>None</td></tr>
284 </table> 300 </table>
285 <a NAME="TaskFilter.__init__" ID="TaskFilter.__init__"></a> 301 <a NAME="TaskFilter.__init__" ID="TaskFilter.__init__"></a>
286 <h4>TaskFilter (Constructor)</h4> 302 <h4>TaskFilter (Constructor)</h4>
287 <b>TaskFilter</b>(<i></i>) 303 <b>TaskFilter</b>(<i></i>)
288 <p> 304 <p>
389 <hr /><hr /> 405 <hr /><hr />
390 <a NAME="TaskViewer" ID="TaskViewer"></a> 406 <a NAME="TaskViewer" ID="TaskViewer"></a>
391 <h2>TaskViewer</h2> 407 <h2>TaskViewer</h2>
392 <p> 408 <p>
393 Class implementing the task viewer. 409 Class implementing the task viewer.
394 </p><h4>Signals</h4> 410 </p><h3>Signals</h3>
395 <dl> 411 <dl>
396 <dt>displayFile(str, int)</dt> 412 <dt>displayFile(str, int)</dt>
397 <dd> 413 <dd>
398 emitted to go to a file task 414 emitted to go to a file task
399 </dd> 415 </dd>
402 QTreeWidget 418 QTreeWidget
403 <h3>Class Attributes</h3> 419 <h3>Class Attributes</h3>
404 <table> 420 <table>
405 <tr><td>None</td></tr> 421 <tr><td>None</td></tr>
406 </table> 422 </table>
423 <h3>Class Methods</h3>
424 <table>
425 <tr><td>None</td></tr>
426 </table>
407 <h3>Methods</h3> 427 <h3>Methods</h3>
408 <table> 428 <table>
409 <tr> 429 <tr>
410 <td><a href="#TaskViewer.__init__">TaskViewer</a></td> 430 <td><a href="#TaskViewer.__init__">TaskViewer</a></td>
411 <td>Constructor</td> 431 <td>Constructor</td>
486 <td>Public slot to react to changes of the preferences.</td> 506 <td>Public slot to react to changes of the preferences.</td>
487 </tr><tr> 507 </tr><tr>
488 <td><a href="#TaskViewer.setProjectOpen">setProjectOpen</a></td> 508 <td><a href="#TaskViewer.setProjectOpen">setProjectOpen</a></td>
489 <td>Public slot to set the project status.</td> 509 <td>Public slot to set the project status.</td>
490 </tr> 510 </tr>
511 </table>
512 <h3>Static Methods</h3>
513 <table>
514 <tr><td>None</td></tr>
491 </table> 515 </table>
492 <a NAME="TaskViewer.__init__" ID="TaskViewer.__init__"></a> 516 <a NAME="TaskViewer.__init__" ID="TaskViewer.__init__"></a>
493 <h4>TaskViewer (Constructor)</h4> 517 <h4>TaskViewer (Constructor)</h4>
494 <b>TaskViewer</b>(<i>parent, project</i>) 518 <b>TaskViewer</b>(<i>parent, project</i>)
495 <p> 519 <p>

eric ide

mercurial