98 <td>Public method to set the project relation flag.</td> |
98 <td>Public method to set the project relation flag.</td> |
99 </tr> |
99 </tr> |
100 </table> |
100 </table> |
101 <a NAME="Task.__init__" ID="Task.__init__"></a> |
101 <a NAME="Task.__init__" ID="Task.__init__"></a> |
102 <h4>Task (Constructor)</h4> |
102 <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>) |
103 <b>Task</b>(<i>description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, isBugfixTask=False, project=None, longtext=""</i>) |
104 <p> |
104 <p> |
105 Constructor |
105 Constructor |
106 </p><dl> |
106 </p><dl> |
107 <dt><i>parent</i></dt> |
107 <dt><i>parent</i></dt> |
108 <dd> |
108 <dd> |
594 </dd> |
594 </dd> |
595 </dl><a NAME="TaskViewer.__taskItemActivated" ID="TaskViewer.__taskItemActivated"></a> |
595 </dl><a NAME="TaskViewer.__taskItemActivated" ID="TaskViewer.__taskItemActivated"></a> |
596 <h4>TaskViewer.__taskItemActivated</h4> |
596 <h4>TaskViewer.__taskItemActivated</h4> |
597 <b>__taskItemActivated</b>(<i>itm, col</i>) |
597 <b>__taskItemActivated</b>(<i>itm, col</i>) |
598 <p> |
598 <p> |
599 Private slot to handle the activation of an item. |
599 Private slot to handle the activation of an item. |
600 </p><dl> |
600 </p><dl> |
601 <dt><i>itm</i></dt> |
601 <dt><i>itm</i></dt> |
602 <dd> |
602 <dd> |
603 reference to the activated item (QTreeWidgetItem) |
603 reference to the activated item (QTreeWidgetItem) |
604 </dd><dt><i>col</i></dt> |
604 </dd><dt><i>col</i></dt> |
605 <dd> |
605 <dd> |
606 column the item was activated in (integer) |
606 column the item was activated in (integer) |
607 </dd> |
607 </dd> |
608 </dl><a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a> |
608 </dl><a NAME="TaskViewer.addFileTask" ID="TaskViewer.addFileTask"></a> |
609 <h4>TaskViewer.addFileTask</h4> |
609 <h4>TaskViewer.addFileTask</h4> |
610 <b>addFileTask</b>(<i>description, filename, lineno, isBugfixTask = False, longtext = ""</i>) |
610 <b>addFileTask</b>(<i>description, filename, lineno, isBugfixTask=False, longtext=""</i>) |
611 <p> |
611 <p> |
612 Public slot to add a file related task. |
612 Public slot to add a file related task. |
613 </p><dl> |
613 </p><dl> |
614 <dt><i>description</i></dt> |
614 <dt><i>description</i></dt> |
615 <dd> |
615 <dd> |
627 <dd> |
627 <dd> |
628 explanatory text of the task (string) |
628 explanatory text of the task (string) |
629 </dd> |
629 </dd> |
630 </dl><a NAME="TaskViewer.addTask" ID="TaskViewer.addTask"></a> |
630 </dl><a NAME="TaskViewer.addTask" ID="TaskViewer.addTask"></a> |
631 <h4>TaskViewer.addTask</h4> |
631 <h4>TaskViewer.addTask</h4> |
632 <b>addTask</b>(<i>description, priority = 1, filename = "", lineno = 0, completed = False, _time = 0, isProjectTask = False, isBugfixTask = False, longtext = ""</i>) |
632 <b>addTask</b>(<i>description, priority=1, filename="", lineno=0, completed=False, _time=0, isProjectTask=False, isBugfixTask=False, longtext=""</i>) |
633 <p> |
633 <p> |
634 Public slot to add a task. |
634 Public slot to add a task. |
635 </p><dl> |
635 </p><dl> |
636 <dt><i>description</i></dt> |
636 <dt><i>description</i></dt> |
637 <dd> |
637 <dd> |
707 <b>handlePreferencesChanged</b>(<i></i>) |
707 <b>handlePreferencesChanged</b>(<i></i>) |
708 <p> |
708 <p> |
709 Public slot to react to changes of the preferences. |
709 Public slot to react to changes of the preferences. |
710 </p><a NAME="TaskViewer.setProjectOpen" ID="TaskViewer.setProjectOpen"></a> |
710 </p><a NAME="TaskViewer.setProjectOpen" ID="TaskViewer.setProjectOpen"></a> |
711 <h4>TaskViewer.setProjectOpen</h4> |
711 <h4>TaskViewer.setProjectOpen</h4> |
712 <b>setProjectOpen</b>(<i>o = False</i>) |
712 <b>setProjectOpen</b>(<i>o=False</i>) |
713 <p> |
713 <p> |
714 Public slot to set the project status. |
714 Public slot to set the project status. |
715 </p><dl> |
715 </p><dl> |
716 <dt><i>o</i></dt> |
716 <dt><i>o</i></dt> |
717 <dd> |
717 <dd> |