mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
13 lines
1.1 KiB
Python
13 lines
1.1 KiB
Python
# The following has been generated automatically from src/core/symbology/qgsellipsesymbollayer.h
|
|
try:
|
|
QgsEllipseSymbolLayer.availableShapes = staticmethod(QgsEllipseSymbolLayer.availableShapes)
|
|
QgsEllipseSymbolLayer.shapeIsFilled = staticmethod(QgsEllipseSymbolLayer.shapeIsFilled)
|
|
QgsEllipseSymbolLayer.create = staticmethod(QgsEllipseSymbolLayer.create)
|
|
QgsEllipseSymbolLayer.createFromSld = staticmethod(QgsEllipseSymbolLayer.createFromSld)
|
|
QgsEllipseSymbolLayer.decodeShape = staticmethod(QgsEllipseSymbolLayer.decodeShape)
|
|
QgsEllipseSymbolLayer.encodeShape = staticmethod(QgsEllipseSymbolLayer.encodeShape)
|
|
QgsEllipseSymbolLayer.__overridden_methods__ = ['renderPoint', 'layerType', 'flags', 'startRender', 'stopRender', 'clone', 'properties', 'toSld', 'writeSldMarker', 'writeDxf', 'setSize', 'setFillColor', 'fillColor', 'setStrokeColor', 'strokeColor', 'setOutputUnit', 'outputUnit', 'usesMapUnits', 'setMapUnitScale', 'mapUnitScale', 'bounds']
|
|
QgsEllipseSymbolLayer.__group__ = ['symbology']
|
|
except (NameError, AttributeError):
|
|
pass
|