<div dir="ltr">Happy summer to all of you :)<div><br>It seems in the Python bindings produced by SIP, a C++ enum is just a Python class with a certain structure. And with little/none possibility of introspection.<br><br>But how can I get a list with all enum-members (e.g. Symbology, Fields) of that enum?<br><br>dir(QgsMapLayer.StyleCategory) does not list them, and QgsMapLayer.StyleCategory.__members__ is undefined. <br><br>Do I really have to hard code the member names into my plugin, if I want to iterate over all of them?<br><br>Sincerely, Thomas</div></div>