|
QGIS API Documentation 4.1.0-Master (3b8ef1f72a3)
|
A 3D material settings entity for QgsStyle databases. More...
#include <qgsstyle.h>

Public Member Functions | |
| QgsStyleMaterialSettingsEntity (const QgsAbstractMaterialSettings *settings) | |
| Constructor for QgsStyleMaterialSettingsEntity, with the specified settings. | |
| const QgsAbstractMaterialSettings * | settings () const |
| Returns the entity's settings. | |
| QgsStyle::StyleEntity | type () const override |
| Returns the type of style entity. | |
| Public Member Functions inherited from QgsStyleEntityInterface | |
| virtual | ~QgsStyleEntityInterface ()=default |
A 3D material settings entity for QgsStyle databases.
Definition at line 1632 of file qgsstyle.h.
|
inline |
Constructor for QgsStyleMaterialSettingsEntity, with the specified settings.
Ownership of settings is NOT transferred.
Definition at line 1640 of file qgsstyle.h.
|
inline |
Returns the entity's settings.
Definition at line 1649 of file qgsstyle.h.
|
overridevirtual |
Returns the type of style entity.
Implements QgsStyleEntityInterface.
Definition at line 3749 of file qgsstyle.cpp.