|
QGIS API Documentation
3.10.0-A Coruña (6c816b4204)
|
A symbol entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleSymbolEntity (const QgsSymbol *symbol) | |
| Constructor for QgsStyleSymbolEntity, with the specified symbol. More... | |
| const QgsSymbol * | symbol () const |
| Returns the entity's symbol. More... | |
| QgsStyle::StyleEntity | type () const override |
| Returns the type of style entity. More... | |
Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default |
|
inline |
Constructor for QgsStyleSymbolEntity, with the specified symbol.
Ownership of symbol is NOT transferred.
Definition at line 980 of file qgsstyle.h.
|
inline |
Returns the entity's symbol.
Definition at line 989 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 2885 of file qgsstyle.cpp.
1.8.13