QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
24 return QList< QgsWkbTypes::GeometryType >();
29 initPropertyDefinitions();
30 return sPropertyDefinitions;
38 void QgsAbstract3DSymbol::initPropertyDefinitions()
40 if ( !sPropertyDefinitions.isEmpty() )
43 const QString origin = QStringLiteral(
"symbol3d" );
57 Q_UNUSED( objectNamePrefix )
@ Double
Double value (including negative values)
virtual void copyBaseSettings(QgsAbstract3DSymbol *destination) const
Copies base class settings from this object to a destination object.
@ PropertyHeight
Height (altitude)
virtual QList< QgsWkbTypes::GeometryType > compatibleGeometryTypes() const
Returns the list of the vector layer geometry types which are compatible with this symbol.
Abstract base class for 3D symbols that are used by VectorLayer3DRenderer objects.
QMap< int, QgsPropertyDefinition > QgsPropertiesDefinition
Definition of available properties.
Entity that handles the exporting of 3D scene.
@ PropertyExtrusionHeight
Extrusion height (zero means no extrusion)
static const QgsPropertiesDefinition & propertyDefinitions()
Returns the symbol layer property definitions.
Definition for a property.
QgsPropertyCollection mDataDefinedProperties
virtual bool exportGeometries(Qgs3DSceneExporter *exporter, Qt3DCore::QEntity *entity, const QString &objectNamePrefix) const
Exports the geometries contained within the hierarchy of entity.
Represents a vector layer which manages a vector based data sets.
virtual void setDefaultPropertiesFromLayer(const QgsVectorLayer *layer)
Sets default properties for the symbol based on a layer's configuration.
@ DoublePositive
Positive double value (including 0)