Class Vizitown This class manage the plugin in QGIS and instanciate the service.
More...
|
| def | __init__ |
| | Constructor Initialize the plugin interface and load it in QGIS. More...
|
| |
| def | initGui |
| | initGui method Integrate the plugin starter and button in the Qgis Menu More...
|
| |
| def | unload |
| | unload method Remove the plugin of the Qgis Menu More...
|
| |
| def | info |
| | info method Sent the extent of QGIS. More...
|
| |
| def | run |
| | run method Launch the plugin and initialize the value of fields. More...
|
| |
Class Vizitown This class manage the plugin in QGIS and instanciate the service.
| def vizitown_plugin.vizitown.Vizitown.__init__ |
( |
|
self, |
|
|
|
iface |
|
) |
| |
Constructor Initialize the plugin interface and load it in QGIS.
Create the reference between the canvas and the plugin to dialog
| def vizitown_plugin.vizitown.Vizitown.info |
( |
|
self) | |
|
info method Sent the extent of QGIS.
Enables synchronization between the viewer and qgis
| def vizitown_plugin.vizitown.Vizitown.initGui |
( |
|
self) | |
|
initGui method Integrate the plugin starter and button in the Qgis Menu
| def vizitown_plugin.vizitown.Vizitown.run |
( |
|
self) | |
|
run method Launch the plugin and initialize the value of fields.
| def vizitown_plugin.vizitown.Vizitown.unload |
( |
|
self) | |
|
unload method Remove the plugin of the Qgis Menu
| vizitown_plugin.vizitown.Vizitown.action |
| vizitown_plugin.vizitown.Vizitown.dlg |
| vizitown_plugin.vizitown.Vizitown.iface |
| vizitown_plugin.vizitown.Vizitown.plugin_dir |
| vizitown_plugin.vizitown.Vizitown.translator |
The documentation for this class was generated from the following file: