168:c6182aab51e9 | 169:b8f263e05c39 |
---|---|
206 | 206 |
207 <p> | 207 <p> |
208 Public method to activate this plugin. | 208 Public method to activate this plugin. |
209 </p> | 209 </p> |
210 <dl> | 210 <dl> |
211 <dt>Returns:</dt> | 211 <dt>Return:</dt> |
212 <dd> | 212 <dd> |
213 tuple of None and activation status (boolean) | 213 tuple of None and activation status (boolean) |
214 </dd> | 214 </dd> |
215 </dl> | 215 </dl> |
216 <a NAME="ProjectDjangoPlugin.binaryTranslationsCallback" ID="ProjectDjangoPlugin.binaryTranslationsCallback"></a> | 216 <a NAME="ProjectDjangoPlugin.binaryTranslationsCallback" ID="ProjectDjangoPlugin.binaryTranslationsCallback"></a> |
227 <dd> | 227 <dd> |
228 name of the translation source file (string) | 228 name of the translation source file (string) |
229 </dd> | 229 </dd> |
230 </dl> | 230 </dl> |
231 <dl> | 231 <dl> |
232 <dt>Returns:</dt> | 232 <dt>Return:</dt> |
233 <dd> | 233 <dd> |
234 name of the binary translation file (string) | 234 name of the binary translation file (string) |
235 </dd> | 235 </dd> |
236 </dl> | 236 </dl> |
237 <a NAME="ProjectDjangoPlugin.deactivate" ID="ProjectDjangoPlugin.deactivate"></a> | 237 <a NAME="ProjectDjangoPlugin.deactivate" ID="ProjectDjangoPlugin.deactivate"></a> |
247 | 247 |
248 <p> | 248 <p> |
249 Public method get the filetype associations of the Django project type. | 249 Public method get the filetype associations of the Django project type. |
250 </p> | 250 </p> |
251 <dl> | 251 <dl> |
252 <dt>Returns:</dt> | 252 <dt>Return:</dt> |
253 <dd> | 253 <dd> |
254 dictionary with file type associations | 254 dictionary with file type associations |
255 </dd> | 255 </dd> |
256 </dl> | 256 </dl> |
257 <a NAME="ProjectDjangoPlugin.getMenu" ID="ProjectDjangoPlugin.getMenu"></a> | 257 <a NAME="ProjectDjangoPlugin.getMenu" ID="ProjectDjangoPlugin.getMenu"></a> |
267 <dd> | 267 <dd> |
268 name of the menu (string) | 268 name of the menu (string) |
269 </dd> | 269 </dd> |
270 </dl> | 270 </dl> |
271 <dl> | 271 <dl> |
272 <dt>Returns:</dt> | 272 <dt>Return:</dt> |
273 <dd> | 273 <dd> |
274 reference to the menu (QMenu) or None, if no | 274 reference to the menu (QMenu) or None, if no |
275 menu with the given name exists | 275 menu with the given name exists |
276 </dd> | 276 </dd> |
277 </dl> | 277 </dl> |
281 | 281 |
282 <p> | 282 <p> |
283 Public method to get the names of all menus. | 283 Public method to get the names of all menus. |
284 </p> | 284 </p> |
285 <dl> | 285 <dl> |
286 <dt>Returns:</dt> | 286 <dt>Return:</dt> |
287 <dd> | 287 <dd> |
288 menu names (list of string) | 288 menu names (list of string) |
289 </dd> | 289 </dd> |
290 </dl> | 290 </dl> |
291 <a NAME="ProjectDjangoPlugin.getPreferences" ID="ProjectDjangoPlugin.getPreferences"></a> | 291 <a NAME="ProjectDjangoPlugin.getPreferences" ID="ProjectDjangoPlugin.getPreferences"></a> |
301 <dd> | 301 <dd> |
302 the key of the value to get | 302 the key of the value to get |
303 </dd> | 303 </dd> |
304 </dl> | 304 </dl> |
305 <dl> | 305 <dl> |
306 <dt>Returns:</dt> | 306 <dt>Return:</dt> |
307 <dd> | 307 <dd> |
308 the requested setting | 308 the requested setting |
309 </dd> | 309 </dd> |
310 </dl> | 310 </dl> |
311 <a NAME="ProjectDjangoPlugin.lexerAssociationCallback" ID="ProjectDjangoPlugin.lexerAssociationCallback"></a> | 311 <a NAME="ProjectDjangoPlugin.lexerAssociationCallback" ID="ProjectDjangoPlugin.lexerAssociationCallback"></a> |
322 <dd> | 322 <dd> |
323 name of the file (string) | 323 name of the file (string) |
324 </dd> | 324 </dd> |
325 </dl> | 325 </dl> |
326 <dl> | 326 <dl> |
327 <dt>Returns:</dt> | 327 <dt>Return:</dt> |
328 <dd> | 328 <dd> |
329 name of the lexer (string) (Pygments lexers are prefixed with | 329 name of the lexer (string) (Pygments lexers are prefixed with |
330 'Pygments|') | 330 'Pygments|') |
331 </dd> | 331 </dd> |
332 </dl> | 332 </dl> |
364 <dd> | 364 <dd> |
365 language to get APIs for (string) | 365 language to get APIs for (string) |
366 </dd> | 366 </dd> |
367 </dl> | 367 </dl> |
368 <dl> | 368 <dl> |
369 <dt>Returns:</dt> | 369 <dt>Return:</dt> |
370 <dd> | 370 <dd> |
371 list of API filenames (list of string) | 371 list of API filenames (list of string) |
372 </dd> | 372 </dd> |
373 </dl> | 373 </dl> |
374 <div align="right"><a href="#top">Up</a></div> | 374 <div align="right"><a href="#top">Up</a></div> |
387 <dd> | 387 <dd> |
388 reference to the configuration dialog | 388 reference to the configuration dialog |
389 </dd> | 389 </dd> |
390 </dl> | 390 </dl> |
391 <dl> | 391 <dl> |
392 <dt>Returns:</dt> | 392 <dt>Return:</dt> |
393 <dd> | 393 <dd> |
394 reference to the configuration page | 394 reference to the configuration page |
395 </dd> | 395 </dd> |
396 </dl> | 396 </dl> |
397 <div align="right"><a href="#top">Up</a></div> | 397 <div align="right"><a href="#top">Up</a></div> |
403 | 403 |
404 <p> | 404 <p> |
405 Module function returning data as required by the configuration dialog. | 405 Module function returning data as required by the configuration dialog. |
406 </p> | 406 </p> |
407 <dl> | 407 <dl> |
408 <dt>Returns:</dt> | 408 <dt>Return:</dt> |
409 <dd> | 409 <dd> |
410 dictionary containing the relevant data | 410 dictionary containing the relevant data |
411 </dd> | 411 </dd> |
412 </dl> | 412 </dl> |
413 <div align="right"><a href="#top">Up</a></div> | 413 <div align="right"><a href="#top">Up</a></div> |