Class: QgsSymbolLevelItem

Represents a symbol level during vector rendering operations.

Methods

layer

The layer of this symbol level

symbol

The symbol of this symbol level

class qgis.core.QgsSymbolLevelItem[source]

Bases: object

layer(self) int[source]

The layer of this symbol level

Return type:

int

symbol(self) QgsSymbol | None[source]

The symbol of this symbol level

Return type:

Optional[QgsSymbol]