![]() |
pktools
2.6.3
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 54 of file pktoolsAlgorithmProvider.py.
def pktools.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.getDescription | ( | self | ) |
This is the provired full name.
Definition at line 99 of file pktoolsAlgorithmProvider.py.
def pktools.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 92 of file pktoolsAlgorithmProvider.py.
def pktools.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 72 of file pktoolsAlgorithmProvider.py.
def pktools.pktoolsAlgorithmProvider.pktoolsAlgorithmProvider.unload | ( | self | ) |
Setting should be removed here, so they do not appear anymore when the plugin is unloaded
Definition at line 86 of file pktoolsAlgorithmProvider.py.