20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Preferences.ConfigurationPages.TasksPage</h1> |
23 <h1>eric5.Preferences.ConfigurationPages.TasksPage</h1> |
24 <p> |
24 <p> |
25 Module implementing the Tasks configuration page. |
25 Module implementing the Tasks configuration page. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#TasksPage">TasksPage</a></td> |
34 <td><a href="#TasksPage">TasksPage</a></td> |
35 <td>Class implementing the Tasks configuration page.</td> |
35 <td>Class implementing the Tasks configuration page.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr> |
40 <tr> |
41 <td><a href="#create">create</a></td> |
41 <td><a href="#create">create</a></td> |
42 <td>Module function to create the configuration page.</td> |
42 <td>Module function to create the configuration page.</td> |
43 </tr> |
43 </tr> |
44 </table> |
44 </table> |
45 <hr /><hr /> |
45 <hr /><hr /> |
46 <a NAME="TasksPage" ID="TasksPage"></a> |
46 <a NAME="TasksPage" ID="TasksPage"></a> |
47 <h2>TasksPage</h2> |
47 <h2>TasksPage</h2> |
48 <p> |
48 <p> |
49 Class implementing the Tasks configuration page. |
49 Class implementing the Tasks configuration page. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 ConfigurationPageBase, Ui_TasksPage |
52 ConfigurationPageBase, Ui_TasksPage |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#TasksPage.__init__">TasksPage</a></td> |
60 <td><a href="#TasksPage.__init__">TasksPage</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#TasksPage.on_tasksBgColourButton_clicked">on_tasksBgColourButton_clicked</a></td> |
63 <td><a href="#TasksPage.on_tasksBgColourButton_clicked">on_tasksBgColourButton_clicked</a></td> |
64 <td>Private slot to set the background colour for global tasks.</td> |
64 <td>Private slot to set the background colour for global tasks.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#TasksPage.on_tasksBugfixColourButton_clicked">on_tasksBugfixColourButton_clicked</a></td> |
66 <td><a href="#TasksPage.on_tasksBugfixColourButton_clicked">on_tasksBugfixColourButton_clicked</a></td> |
67 <td>Private slot to set the colour for bugfix tasks.</td> |
67 <td>Private slot to set the colour for bugfix tasks.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#TasksPage.on_tasksColourButton_clicked">on_tasksColourButton_clicked</a></td> |
69 <td><a href="#TasksPage.on_tasksColourButton_clicked">on_tasksColourButton_clicked</a></td> |
70 <td>Private slot to set the colour for standard tasks.</td> |
70 <td>Private slot to set the colour for standard tasks.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#TasksPage.on_tasksProjectBgColourButton_clicked">on_tasksProjectBgColourButton_clicked</a></td> |
72 <td><a href="#TasksPage.on_tasksProjectBgColourButton_clicked">on_tasksProjectBgColourButton_clicked</a></td> |
73 <td>Private slot to set the backgroundcolour for project tasks.</td> |
73 <td>Private slot to set the backgroundcolour for project tasks.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#TasksPage.save">save</a></td> |
75 <td><a href="#TasksPage.save">save</a></td> |
76 <td>Public slot to save the Tasks configuration.</td> |
76 <td>Public slot to save the Tasks configuration.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="TasksPage.__init__" ID="TasksPage.__init__"></a> |
79 <a NAME="TasksPage.__init__" ID="TasksPage.__init__"></a> |
80 <h4>TasksPage (Constructor)</h4> |
80 <h4>TasksPage (Constructor)</h4> |
81 <b>TasksPage</b>(<i></i>) |
81 <b>TasksPage</b>(<i></i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><a NAME="TasksPage.on_tasksBgColourButton_clicked" ID="TasksPage.on_tasksBgColourButton_clicked"></a> |
84 </p><a NAME="TasksPage.on_tasksBgColourButton_clicked" ID="TasksPage.on_tasksBgColourButton_clicked"></a> |
85 <h4>TasksPage.on_tasksBgColourButton_clicked</h4> |
85 <h4>TasksPage.on_tasksBgColourButton_clicked</h4> |
86 <b>on_tasksBgColourButton_clicked</b>(<i></i>) |
86 <b>on_tasksBgColourButton_clicked</b>(<i></i>) |
87 <p> |
87 <p> |
88 Private slot to set the background colour for global tasks. |
88 Private slot to set the background colour for global tasks. |
89 </p><a NAME="TasksPage.on_tasksBugfixColourButton_clicked" ID="TasksPage.on_tasksBugfixColourButton_clicked"></a> |
89 </p><a NAME="TasksPage.on_tasksBugfixColourButton_clicked" ID="TasksPage.on_tasksBugfixColourButton_clicked"></a> |
90 <h4>TasksPage.on_tasksBugfixColourButton_clicked</h4> |
90 <h4>TasksPage.on_tasksBugfixColourButton_clicked</h4> |
91 <b>on_tasksBugfixColourButton_clicked</b>(<i></i>) |
91 <b>on_tasksBugfixColourButton_clicked</b>(<i></i>) |
92 <p> |
92 <p> |
93 Private slot to set the colour for bugfix tasks. |
93 Private slot to set the colour for bugfix tasks. |
94 </p><a NAME="TasksPage.on_tasksColourButton_clicked" ID="TasksPage.on_tasksColourButton_clicked"></a> |
94 </p><a NAME="TasksPage.on_tasksColourButton_clicked" ID="TasksPage.on_tasksColourButton_clicked"></a> |
95 <h4>TasksPage.on_tasksColourButton_clicked</h4> |
95 <h4>TasksPage.on_tasksColourButton_clicked</h4> |
96 <b>on_tasksColourButton_clicked</b>(<i></i>) |
96 <b>on_tasksColourButton_clicked</b>(<i></i>) |
97 <p> |
97 <p> |
98 Private slot to set the colour for standard tasks. |
98 Private slot to set the colour for standard tasks. |
99 </p><a NAME="TasksPage.on_tasksProjectBgColourButton_clicked" ID="TasksPage.on_tasksProjectBgColourButton_clicked"></a> |
99 </p><a NAME="TasksPage.on_tasksProjectBgColourButton_clicked" ID="TasksPage.on_tasksProjectBgColourButton_clicked"></a> |
100 <h4>TasksPage.on_tasksProjectBgColourButton_clicked</h4> |
100 <h4>TasksPage.on_tasksProjectBgColourButton_clicked</h4> |
101 <b>on_tasksProjectBgColourButton_clicked</b>(<i></i>) |
101 <b>on_tasksProjectBgColourButton_clicked</b>(<i></i>) |
102 <p> |
102 <p> |
103 Private slot to set the backgroundcolour for project tasks. |
103 Private slot to set the backgroundcolour for project tasks. |
104 </p><a NAME="TasksPage.save" ID="TasksPage.save"></a> |
104 </p><a NAME="TasksPage.save" ID="TasksPage.save"></a> |
105 <h4>TasksPage.save</h4> |
105 <h4>TasksPage.save</h4> |
106 <b>save</b>(<i></i>) |
106 <b>save</b>(<i></i>) |
107 <p> |
107 <p> |
108 Public slot to save the Tasks configuration. |
108 Public slot to save the Tasks configuration. |
109 </p> |
109 </p> |
110 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
111 <hr /><hr /> |
111 <hr /><hr /> |
112 <a NAME="create" ID="create"></a> |
112 <a NAME="create" ID="create"></a> |
113 <h2>create</h2> |
113 <h2>create</h2> |
114 <b>create</b>(<i>dlg</i>) |
114 <b>create</b>(<i>dlg</i>) |
115 <p> |
115 <p> |
116 Module function to create the configuration page. |
116 Module function to create the configuration page. |
117 </p><dl> |
117 </p><dl> |
118 <dt><i>dlg</i></dt> |
118 <dt><i>dlg</i></dt> |
119 <dd> |
119 <dd> |
120 reference to the configuration dialog |
120 reference to the configuration dialog |
121 </dd> |
121 </dd> |
122 </dl> |
122 </dl> |
123 <div align="right"><a href="#top">Up</a></div> |
123 <div align="right"><a href="#top">Up</a></div> |
124 <hr /> |
124 <hr /> |
125 </body></html> |
125 </body></html> |