QGIS API Documentation 3.99.0-Master (21b3aa880ba)
Loading...
Searching...
No Matches
QgsStyleSymbolEntity Class Reference

A symbol entity for QgsStyle databases. More...

#include <qgsstyle.h>

Inheritance diagram for QgsStyleSymbolEntity:

Public Member Functions

 QgsStyleSymbolEntity (QgsSymbol *symbol)
 Constructor for QgsStyleSymbolEntity, with the specified symbol.
QgsSymbolsymbol () const
 Returns the entity's symbol.
QgsStyle::StyleEntity type () const override
 Returns the type of style entity.
Public Member Functions inherited from QgsStyleEntityInterface
virtual ~QgsStyleEntityInterface ()=default

Detailed Description

A symbol entity for QgsStyle databases.

Since
QGIS 3.10

Definition at line 1396 of file qgsstyle.h.

Constructor & Destructor Documentation

◆ QgsStyleSymbolEntity()

QgsStyleSymbolEntity::QgsStyleSymbolEntity ( QgsSymbol * symbol)
inline

Constructor for QgsStyleSymbolEntity, with the specified symbol.

Ownership of symbol is NOT transferred.

Definition at line 1405 of file qgsstyle.h.

Member Function Documentation

◆ symbol()

QgsSymbol * QgsStyleSymbolEntity::symbol ( ) const
inline

Returns the entity's symbol.

Definition at line 1414 of file qgsstyle.h.

◆ type()

QgsStyle::StyleEntity QgsStyleSymbolEntity::type ( ) const
overridevirtual

Returns the type of style entity.

Implements QgsStyleEntityInterface.

Definition at line 3460 of file qgsstyle.cpp.


The documentation for this class was generated from the following files: