QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
3 Basic shading material used for rendering simple lines as solid line components. More...
#include <qgssimplelinematerialsettings.h>
Public Member Functions | |
QgsSimpleLineMaterialSettings ()=default | |
Constructor for QgsSimpleLineMaterialSettings. More... | |
void | addParametersToEffect (Qt3DRender::QEffect *effect) const override |
Adds parameters from the material to a destination effect. More... | |
QColor | ambient () const |
Returns the ambient color component. More... | |
QgsSimpleLineMaterialSettings * | clone () const override |
Clones the material settings. More... | |
bool | operator== (const QgsSimpleLineMaterialSettings &other) const |
void | readXml (const QDomElement &elem, const QgsReadWriteContext &context) override |
Reads settings from a DOM element. More... | |
void | setAmbient (const QColor &ambient) |
Sets the ambient color component. More... | |
QMap< QString, QString > | toExportParameters () const override |
Returns the parameters to be exported to .mtl file. More... | |
Qt3DRender::QMaterial * | toMaterial (QgsMaterialSettingsRenderingTechnique technique, const QgsMaterialContext &context) const override |
Creates a new QMaterial object representing the material settings. More... | |
QString | type () const override |
Returns the unique type name for the material. More... | |
void | writeXml (QDomElement &elem, const QgsReadWriteContext &context) const override |
Writes settings to a DOM element. More... | |
Public Member Functions inherited from QgsAbstractMaterialSettings | |
virtual | ~QgsAbstractMaterialSettings ()=default |
Static Public Member Functions | |
static QgsAbstractMaterialSettings * | create () |
Returns a new instance of QgsSimpleLineMaterialSettings. More... | |
static bool | supportsTechnique (QgsMaterialSettingsRenderingTechnique technique) |
Returns true if the specified technique is supported by the material. More... | |
3 Basic shading material used for rendering simple lines as solid line components.
Definition at line 36 of file qgssimplelinematerialsettings.h.
|
default |
Constructor for QgsSimpleLineMaterialSettings.
|
overridevirtual |
Adds parameters from the material to a destination effect.
Implements QgsAbstractMaterialSettings.
Definition at line 98 of file qgssimplelinematerialsettings.cpp.
|
inline |
Returns the ambient color component.
Definition at line 64 of file qgssimplelinematerialsettings.h.
|
overridevirtual |
Clones the material settings.
Caller takes ownership of the returned object.
Implements QgsAbstractMaterialSettings.
Definition at line 51 of file qgssimplelinematerialsettings.cpp.
|
static |
Returns a new instance of QgsSimpleLineMaterialSettings.
Definition at line 46 of file qgssimplelinematerialsettings.cpp.
|
inline |
Definition at line 81 of file qgssimplelinematerialsettings.h.
|
overridevirtual |
Reads settings from a DOM element.
Implements QgsAbstractMaterialSettings.
Definition at line 56 of file qgssimplelinematerialsettings.cpp.
|
inline |
Sets the ambient color component.
Definition at line 71 of file qgssimplelinematerialsettings.h.
|
static |
Returns true
if the specified technique is supported by the material.
Definition at line 30 of file qgssimplelinematerialsettings.cpp.
|
overridevirtual |
Returns the parameters to be exported to .mtl file.
Implements QgsAbstractMaterialSettings.
Definition at line 91 of file qgssimplelinematerialsettings.cpp.
|
overridevirtual |
Creates a new QMaterial object representing the material settings.
The technique argument specifies the rendering technique which will be used with the returned material.
Implements QgsAbstractMaterialSettings.
Definition at line 66 of file qgssimplelinematerialsettings.cpp.
|
overridevirtual |
Returns the unique type name for the material.
Implements QgsAbstractMaterialSettings.
Definition at line 25 of file qgssimplelinematerialsettings.cpp.
|
overridevirtual |
Writes settings to a DOM element.
Implements QgsAbstractMaterialSettings.
Definition at line 61 of file qgssimplelinematerialsettings.cpp.