Class: QgsStyleSymbolEntity

class qgis.core.QgsStyleSymbolEntity

Bases: QgsStyleEntityInterface

A symbol entity for QgsStyle databases.

New in version 3.10.

QgsStyleSymbolEntity(symbol: QgsSymbol) Constructor for QgsStyleSymbolEntity, with the specified symbol.

Ownership of symbol is NOT transferred.

QgsStyleSymbolEntity(QgsStyleSymbolEntity)

Methods

symbol

Returns the entity's symbol.

type

rtype

QgsStyle.StyleEntity

symbol(self) QgsSymbol

Returns the entity’s symbol.

Return type

QgsSymbol

type(self) QgsStyle.StyleEntity
Return type

QgsStyle.StyleEntity