![]() |
pktools
2.6.4
Processing Kernel for geospatial data
|
Public Member Functions | |
def | __init__ |
def | initializeSettings |
def | unload |
def | getName |
def | getDescription |
def | getIcon |
Public Attributes | |
activate | |
alglist | |
algs | |
Static Public Attributes | |
string | MY_DUMMY_SETTING = "MY_DUMMY_SETTING" |
Definition at line 55 of file pktoolsAlgorithmProvider.py.
def qgis.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.getDescription | ( | self | ) |
This is the provired full name.
Definition at line 100 of file pktoolsAlgorithmProvider.py.
def qgis.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.getName | ( | self | ) |
This is the name that will appear on the toolbox group. It is also used to create the command line name of all the algorithms from this provider
Definition at line 93 of file pktoolsAlgorithmProvider.py.
def qgis.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.initializeSettings | ( | self | ) |
In this method we add settings needed to configure our provider. Do not forget to call the parent method, since it takes care or automatically adding a setting for activating or deactivating the algorithms in the provider
Definition at line 73 of file pktoolsAlgorithmProvider.py.
def qgis.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.unload | ( | self | ) |
Setting should be removed here, so they do not appear anymore when the plugin is unloaded
Definition at line 87 of file pktoolsAlgorithmProvider.py.