Il 02/12/2015 09:19, Etienne Trimaille ha scritto:
You can add your own plugin into the processing framework. It will add a new 
entry in the "Advanced interface" of Processing.

Unfortunately, I couldn't find any documentation, but you can have a look to 
this example :
https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/exampleprovider
- ProcessingExampleProviderPlugin will add the plugin to Processing
- ExampleAlgorithmProvider will list every algorithms available in the plugin
- ExampleAlgorithm is an algorithm

Some plugins provides their own algorithms in Processing (QuickOSM ...)


Very useful thanks !
 in the meantime i managed to activate a "blank" provider plugin
after restarting QGIS and activating the new provider in the processing options 
menu
it does not show up in the simplified interface indeed, maybe because i did not 
use an already
existing processing menu (raster, vector etc...)

_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to