QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsStyleSymbol3DEntity Class Reference

A 3d symbol entity for QgsStyle databases. More...

#include <qgsstyle.h>

Inheritance diagram for QgsStyleSymbol3DEntity:
Inheritance graph
[legend]

Public Member Functions

 QgsStyleSymbol3DEntity (const QgsAbstract3DSymbol *symbol)
 Constructor for QgsStyleSymbol3DEntity, with the specified symbol. More...
 
const QgsAbstract3DSymbolsymbol () 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
 
virtual QgsStyle::StyleEntity type () const =0
 Returns the type of style entity. More...
 

Detailed Description

A 3d symbol entity for QgsStyle databases.

Since
QGIS 3.16

Definition at line 1524 of file qgsstyle.h.

Constructor & Destructor Documentation

◆ QgsStyleSymbol3DEntity()

QgsStyleSymbol3DEntity::QgsStyleSymbol3DEntity ( const QgsAbstract3DSymbol symbol)
inline

Constructor for QgsStyleSymbol3DEntity, with the specified symbol.

Ownership of symbol is NOT transferred.

Definition at line 1533 of file qgsstyle.h.

Member Function Documentation

◆ symbol()

const QgsAbstract3DSymbol * QgsStyleSymbol3DEntity::symbol ( ) const
inline

Returns the entity's symbol.

Definition at line 1542 of file qgsstyle.h.

◆ type()

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

Returns the type of style entity.

Implements QgsStyleEntityInterface.

Definition at line 3456 of file qgsstyle.cpp.


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