mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Since this is an enum designed to be extended in c++ (eg by adding values after Qt's user role), we have to do some fancy wrapping in order to make these extended roles look like the types acceptable to the PyQt function. This has been designed to allow other functions to be wrapped which rely on custom enum values.