Class: QgsStyleEntityInterface¶
An interface for entities which can be placed in a QgsStyle
database.
Added in version 3.10.
Note
This is an abstract class, with methods which must be implemented by a subclass.
The following methods must be implemented: type()
Class Hierarchy¶
Subclasses¶
A color ramp entity for |
|
A label settings entity for |
|
A legend patch shape entity for |
|
A 3d symbol entity for |
|
A symbol entity for |
|
A text format entity for |
Abstract Methods
Returns the type of style entity. |
- class qgis.core.QgsStyleEntityInterface[source]¶
Bases:
object
- abstract type(self) QgsStyle.StyleEntity [source]¶
Returns the type of style entity.
- Return type: