| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
A 3d symbol entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleSymbol3DEntity (const QgsAbstract3DSymbol *symbol) | |
| Constructor for QgsStyleSymbol3DEntity, with the specified symbol.  More... | |
| const QgsAbstract3DSymbol * | 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 | 
| virtual QgsStyle::StyleEntity | type () const =0 | 
| Returns the type of style entity.  More... | |
A 3d symbol entity for QgsStyle databases.
Definition at line 1493 of file qgsstyle.h.
      
  | 
  inline | 
Constructor for QgsStyleSymbol3DEntity, with the specified symbol.
Ownership of symbol is NOT transferred.
Definition at line 1502 of file qgsstyle.h.
      
  | 
  inline | 
Returns the entity's symbol.
Definition at line 1511 of file qgsstyle.h.
      
  | 
  overridevirtual | 
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3430 of file qgsstyle.cpp.