151 Public method to activate this plugin. |
151 Public method to activate this plugin. |
152 </p> |
152 </p> |
153 <dl> |
153 <dl> |
154 <dt>Return:</dt> |
154 <dt>Return:</dt> |
155 <dd> |
155 <dd> |
156 tuple of None and activation status (boolean) |
156 tuple of None and activation status |
|
157 </dd> |
|
158 </dl> |
|
159 <dl> |
|
160 <dt>Return Type:</dt> |
|
161 <dd> |
|
162 bool |
157 </dd> |
163 </dd> |
158 </dl> |
164 </dl> |
159 <a NAME="TimeTrackerPlugin.deactivate" ID="TimeTrackerPlugin.deactivate"></a> |
165 <a NAME="TimeTrackerPlugin.deactivate" ID="TimeTrackerPlugin.deactivate"></a> |
160 <h4>TimeTrackerPlugin.deactivate</h4> |
166 <h4>TimeTrackerPlugin.deactivate</h4> |
161 <b>deactivate</b>(<i></i>) |
167 <b>deactivate</b>(<i></i>) |
170 <p> |
176 <p> |
171 Public method to retrieve the various settings. |
177 Public method to retrieve the various settings. |
172 </p> |
178 </p> |
173 <dl> |
179 <dl> |
174 |
180 |
175 <dt><i>key</i></dt> |
181 <dt><i>key</i> (str)</dt> |
176 <dd> |
182 <dd> |
177 the key of the value to get |
183 key of the value to get |
178 </dd> |
184 </dd> |
179 </dl> |
185 </dl> |
180 <dl> |
186 <dl> |
181 <dt>Return:</dt> |
187 <dt>Return:</dt> |
182 <dd> |
188 <dd> |
183 the requested setting |
189 value of the requested setting |
|
190 </dd> |
|
191 </dl> |
|
192 <dl> |
|
193 <dt>Return Type:</dt> |
|
194 <dd> |
|
195 Any |
184 </dd> |
196 </dd> |
185 </dl> |
197 </dl> |
186 <a NAME="TimeTrackerPlugin.setPreferences" ID="TimeTrackerPlugin.setPreferences"></a> |
198 <a NAME="TimeTrackerPlugin.setPreferences" ID="TimeTrackerPlugin.setPreferences"></a> |
187 <h4>TimeTrackerPlugin.setPreferences</h4> |
199 <h4>TimeTrackerPlugin.setPreferences</h4> |
188 <b>setPreferences</b>(<i>key, value</i>) |
200 <b>setPreferences</b>(<i>key, value</i>) |
211 <p> |
223 <p> |
212 Module function to create the Time Tracker configuration page. |
224 Module function to create the Time Tracker configuration page. |
213 </p> |
225 </p> |
214 <dl> |
226 <dl> |
215 |
227 |
216 <dt><i>configDlg</i></dt> |
228 <dt><i>configDlg</i> (ConfigurationWidget)</dt> |
217 <dd> |
229 <dd> |
218 reference to the configuration dialog |
230 reference to the configuration dialog |
219 </dd> |
231 </dd> |
220 </dl> |
232 </dl> |
221 <dl> |
233 <dl> |
222 <dt>Return:</dt> |
234 <dt>Return:</dt> |
223 <dd> |
235 <dd> |
224 reference to the configuration page |
236 reference to the configuration page |
|
237 </dd> |
|
238 </dl> |
|
239 <dl> |
|
240 <dt>Return Type:</dt> |
|
241 <dd> |
|
242 TimeTrackerPage |
225 </dd> |
243 </dd> |
226 </dl> |
244 </dl> |
227 <div align="right"><a href="#top">Up</a></div> |
245 <div align="right"><a href="#top">Up</a></div> |
228 <hr /> |
246 <hr /> |
229 <hr /> |
247 <hr /> |