class Prisma:
| Method | __init__ |
Constructor. |
| Method | add_action |
Add a toolbar icon to the toolbar. |
| Method | initGui |
Create the menu entries and toolbar icons inside the QGIS GUI. |
| Method | run |
Run method that performs all the real work |
| Method | tr |
Get the translation for a string using Qt translation API. |
| Method | unload |
Removes the plugin menu item and icon from QGIS GUI. |
| Instance Variable | actions |
Undocumented |
| Instance Variable | first_start |
Undocumented |
| Instance Variable | iface |
Undocumented |
| Instance Variable | menu |
Undocumented |
| Instance Variable | plugin_dir |
Undocumented |
| Instance Variable | translator |
Undocumented |