<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">Il 02/12/2015 09:19, Etienne Trimaille ha scritto:<br>
</div>
<blockquote cite="mid:CAMtDFLKdy5WEroeGjppSX2uWE=EzgUubLhoCU7g_rL_nWP=q4A@mail.gmail.com" type="cite">
<div dir="ltr">
<div>
<div>
<div>
<div>
<div>You can add your own plugin into the processing framework. It will add a new entry in the "Advanced interface" of Processing.<br>
<br>
</div>
Unfortunately, I couldn't find any documentation, but you can have a look to this example :
<br>
<a moz-do-not-send="true" href="https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/exampleprovider">https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/exampleprovider</a><br>
</div>
- ProcessingExampleProviderPlugin will add the plugin to Processing<br>
</div>
- ExampleAlgorithmProvider will list every algorithms available in the plugin<br>
</div>
- ExampleAlgorithm is an algorithm<br>
<br>
</div>
Some plugins provides their own algorithms in Processing (QuickOSM ...)<br>
</div>
<div class="gmail_extra"><br>
</div>
</blockquote>
<br>
Very useful thanks !<br>
 in the meantime i managed to activate a "blank" provider plugin<br>
after restarting QGIS and activating the new provider in the processing options menu<br>
it does not show up in the simplified interface indeed, maybe because i did not use an already<br>
existing processing menu (raster, vector etc...)<br>
<br>
</body>
</html>