QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A legend patch shape entity for QgsStyle databases. More...
#include <qgsstyle.h>
Public Member Functions | |
QgsStyleLegendPatchShapeEntity (const QgsLegendPatchShape &shape) | |
Constructor for QgsStyleLegendPatchShapeEntity, with the specified legend patch shape. More... | |
const QgsLegendPatchShape & | shape () const |
Returns the entity's legend patch shape. More... | |
QgsStyle::StyleEntity | type () const override |
Returns the type of style entity. More... | |
Public Member Functions inherited from QgsStyleEntityInterface | |
virtual | ~QgsStyleEntityInterface ()=default |
A legend patch shape entity for QgsStyle databases.
Definition at line 1341 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleLegendPatchShapeEntity, with the specified legend patch shape.
Definition at line 1348 of file qgsstyle.h.
|
inline |
Returns the entity's legend patch shape.
Definition at line 1358 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3404 of file qgsstyle.cpp.