QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | List of all members
QgsStyleSymbolEntity Class Reference

A symbol entity for QgsStyle databases. More...

#include <qgsstyle.h>

Inheritance diagram for QgsStyleSymbolEntity:
Inheritance graph
[legend]

Public Member Functions

 QgsStyleSymbolEntity (const QgsSymbol *symbol)
 Constructor for QgsStyleSymbolEntity, with the specified symbol. More...
 
const QgsSymbolsymbol () 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
 

Detailed Description

A symbol entity for QgsStyle databases.

Since
QGIS 3.10

Definition at line 971 of file qgsstyle.h.

Constructor & Destructor Documentation

◆ QgsStyleSymbolEntity()

QgsStyleSymbolEntity::QgsStyleSymbolEntity ( const QgsSymbol symbol)
inline

Constructor for QgsStyleSymbolEntity, with the specified symbol.

Ownership of symbol is NOT transferred.

Definition at line 980 of file qgsstyle.h.

Member Function Documentation

◆ symbol()

const QgsSymbol* QgsStyleSymbolEntity::symbol ( ) const
inline

Returns the entity's symbol.

Definition at line 989 of file qgsstyle.h.

◆ type()

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

Returns the type of style entity.

Implements QgsStyleEntityInterface.

Definition at line 2885 of file qgsstyle.cpp.


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