<div dir="ltr"><div>Hi Nyall,<br><br></div>Thanks!<br></div><br><div class="gmail_quote"><div dir="ltr">Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com">nyall.dawson@gmail.com</a>> escreveu no dia qui, 29/10/2015 às 12:55:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 29 October 2015 at 23:31, Alexandre Neto <<a href="mailto:senhor.neto@gmail.com" target="_blank">senhor.neto@gmail.com</a>> wrote:<br>
> Is it possible to access to presets in a project using PyQgis? I found<br>
> QgsVisibilityPresetCollection() in QGIS API, but I can't seem to find how to<br>
> access the current one used by the active project.<br>
<br>
You access it through the project instance (in 2.12 at least... it<br>
wasn't accessible to PyQGIS in previous versions). See<br>
<a href="http://qgis.org/api/classQgsProject.html#a33240f824d62c40d56ee569f6b0ac2a5" rel="noreferrer" target="_blank">http://qgis.org/api/classQgsProject.html#a33240f824d62c40d56ee569f6b0ac2a5</a><br>
<br>
Nyall<br>
<br>
<br>
><br>
> My plans were to create a plugin that allows to manage all the projec<br>
> presets. Things like update or rename a preset (without the need to remove<br>
> the current ones), and also return a list of presets to be used in Map<br>
> Composition.<br>
><br>
> Thanks<br>
> Alexandre Neto<br>
><br>
> _______________________________________________<br>
> Qgis-developer mailing list<br>
> <a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div>