17#include "moc_qgsrenderermeshpropertieswidget.cpp"
39 &QgsRendererMeshPropertiesWidget::syncToLayerPrivate );
41 mMeshRendererActiveDatasetWidget->setLayer( mMeshLayer );
42 mMeshRendererScalarSettingsWidget->setLayer( mMeshLayer );
46 mMeshRendererVectorSettingsWidget->setLayer( mMeshLayer );
47 m3dAveragingSettingsWidget->setLayer( mMeshLayer );
52 mBlendModeComboBox->setBlendMode( mMeshLayer->
blendMode() );
53 connect( mBlendModeComboBox,
static_cast<void ( QComboBox::* )(
int )
>( &QComboBox::currentIndexChanged ),
this, &
QgsPanelWidget::widgetChanged );
55 mOpacityWidget->setOpacity( mMeshLayer->
opacity() );
59 this, &QgsRendererMeshPropertiesWidget::onActiveScalarGroupChanged );
61 this, &QgsRendererMeshPropertiesWidget::onActiveVectorGroupChanged );
86 const bool edgeMeshRenderingIsEnabled = mEdgeMeshGroup->isChecked();
88 edgeMeshSettings.
setEnabled( edgeMeshRenderingIsEnabled );
91 const bool nativeMeshRenderingIsEnabled = mNativeMeshGroup->isChecked();
93 nativeMeshSettings.
setEnabled( nativeMeshRenderingIsEnabled );
96 const bool triangularMeshRenderingIsEnabled = mTriangularMeshGroup->isChecked();
98 triangularMeshSettings.
setEnabled( triangularMeshRenderingIsEnabled );
101 int activeScalarDatasetGroupIndex = mMeshRendererActiveDatasetWidget->activeScalarDatasetGroup();
102 if ( !mContoursGroupBox->isChecked() )
103 activeScalarDatasetGroupIndex = -1;
106 int activeVectorDatasetGroupIndex = mMeshRendererActiveDatasetWidget->activeVectorDatasetGroup();
107 if ( !mVectorsGroupBox->isChecked() )
108 activeVectorDatasetGroupIndex = -1;
116 if ( activeScalarDatasetGroupIndex > -1 )
117 settings.
setScalarSettings( activeScalarDatasetGroupIndex, mMeshRendererScalarSettingsWidget->settings() );
120 if ( activeVectorDatasetGroupIndex > -1 )
121 settings.
setVectorSettings( activeVectorDatasetGroupIndex, mMeshRendererVectorSettingsWidget->settings() );
129 mMeshLayer->
setBlendMode( mBlendModeComboBox->blendMode() );
132 const std::unique_ptr<QgsMesh3DAveragingMethod> averagingMethod( m3dAveragingSettingsWidget->averagingMethod() );
138 windowsSettings.
setValue( QStringLiteral(
"/Windows/RendererMeshProperties/tab" ), mStyleOptionsTab->currentIndex() );
143 QgsMeshLayer *ml = qobject_cast<QgsMeshLayer *>( mapLayer );
147 mMeshRendererActiveDatasetWidget->setLayer( ml );
151 m3dAveragingSettingsWidget->setLayer( ml );
156 syncToLayerPrivate();
159void QgsRendererMeshPropertiesWidget::syncToLayerPrivate()
161 mMeshRendererActiveDatasetWidget->syncToLayer();
162 mNativeMeshSettingsWidget->syncToLayer();
163 mTriangularMeshSettingsWidget->syncToLayer();
164 mEdgeMeshSettingsWidget->syncToLayer();
165 m3dAveragingSettingsWidget->syncToLayer();
175 mFaceMeshGroupBox->setVisible( hasFaces || !mMeshLayer->
isValid() );
178 mEdgeMeshGroupBox->setVisible( hasEdges || !mMeshLayer->
isValid() );
181 if ( !settings.
contains( QStringLiteral(
"/Windows/RendererMeshProperties/tab" ) ) )
182 settings.
setValue( QStringLiteral(
"/Windows/RendererMeshProperties/tab" ), 0 );
184 mStyleOptionsTab->setCurrentIndex( settings.
value( QStringLiteral(
"/Windows/RendererMeshProperties/tab" ) ).toInt() );
187void QgsRendererMeshPropertiesWidget::onActiveScalarGroupChanged(
int groupIndex )
189 mMeshRendererScalarSettingsWidget->setActiveDatasetGroup( groupIndex );
190 mMeshRendererScalarSettingsWidget->syncToLayer();
191 mContoursGroupBox->setChecked( groupIndex >= 0 );
192 mContoursGroupBox->setEnabled( groupIndex >= 0 );
195void QgsRendererMeshPropertiesWidget::onActiveVectorGroupChanged(
int groupIndex )
199 mMeshRendererVectorSettingsWidget->setActiveDatasetGroup( groupIndex );
200 mMeshRendererVectorSettingsWidget->syncToLayer();
201 mVectorsGroupBox->setChecked( groupIndex >= 0 );
202 mVectorsGroupBox->setEnabled( groupIndex >= 0 );
Map canvas is a class for displaying all GIS data types on a canvas.
Base class for all map layer types.
void setBlendMode(QPainter::CompositionMode blendMode)
Set the blending mode used for rendering a layer.
void triggerRepaint(bool deferredUpdate=false)
Will advise the map canvas (and any other interested party) that this layer requires to be repainted.
QPainter::CompositionMode blendMode() const
Returns the current blending mode for a layer.
virtual void setOpacity(double opacity)
Sets the opacity for the layer, where opacity is a value between 0 (totally transparent) and 1....
void dataChanged()
Data of layer changed.
QgsMeshDatasetIndex is index that identifies the dataset group (e.g.
int dataset() const
Returns a dataset index within group()
Represents a mesh layer supporting display of data on structured or unstructured meshes.
void setStaticVectorDatasetIndex(const QgsMeshDatasetIndex &staticVectorDatasetIndex)
Sets the static vector dataset index that is rendered if the temporal properties is not active.
void setStaticScalarDatasetIndex(const QgsMeshDatasetIndex &staticScalarDatasetIndex)
Sets the static scalar dataset index that is rendered if the temporal properties is not active.
bool contains(const QgsMesh::ElementType &type) const
Returns whether the mesh contains at mesh elements of given type.
QgsMeshRendererSettings rendererSettings() const
Returns renderer settings.
QgsMeshDatasetIndex staticVectorDatasetIndex(int group=-1) const
Returns the static vector dataset index that is rendered if the temporal properties is not active.
void setRendererSettings(const QgsMeshRendererSettings &settings)
Sets new renderer settings.
QgsMeshDatasetIndex staticScalarDatasetIndex(int group=-1) const
Returns the static scalar dataset index that is rendered if the temporal properties is not active.
QgsMeshDatasetGroupMetadata datasetGroupMetadata(const QgsMeshDatasetIndex &index) const
Returns the dataset groups metadata.
Represents a mesh renderer settings for mesh object.
void setEnabled(bool enabled)
Sets whether mesh structure rendering is enabled.
bool isEnabled() const
Returns whether mesh structure rendering is enabled.
Represents all mesh renderer settings.
void setAveragingMethod(QgsMesh3DAveragingMethod *method)
Sets averaging method for conversion of 3d stacked mesh data to 2d data.
void setActiveVectorDatasetGroup(int activeVectorDatasetGroup)
Sets the active vector dataset group.
int activeVectorDatasetGroup() const
Returns the active vector dataset group.
void setEdgeMeshSettings(const QgsMeshRendererMeshSettings &settings)
Sets new edge mesh renderer settings.
int activeScalarDatasetGroup() const
Returns the active scalar dataset group.
void setActiveScalarDatasetGroup(int activeScalarDatasetGroup)
Sets the active scalar dataset group.
void setVectorSettings(int groupIndex, const QgsMeshRendererVectorSettings &settings)
Sets new renderer settings.
void setTriangularMeshSettings(const QgsMeshRendererMeshSettings &settings)
Sets new triangular mesh renderer settings.
QgsMeshRendererMeshSettings edgeMeshSettings() const
Returns edge mesh renderer settings.
QgsMeshRendererMeshSettings nativeMeshSettings() const
Returns native mesh renderer settings.
void setScalarSettings(int groupIndex, const QgsMeshRendererScalarSettings &settings)
Sets new renderer settings.
QgsMeshRendererMeshSettings triangularMeshSettings() const
Returns triangular mesh renderer settings.
void setNativeMeshSettings(const QgsMeshRendererMeshSettings &settings)
Sets new native mesh renderer settings, triggers repaint.
static bool layerIsContainedInGroupLayer(QgsProject *project, QgsMapLayer *layer)
Returns true if the specified layer is a child layer from any QgsGroupLayer in the given project.
static QgsProject * instance()
Returns the QgsProject singleton instance.
This class is a composition of two QSettings instances:
QVariant value(const QString &key, const QVariant &defaultValue=QVariant(), Section section=NoSection) const
Returns the value for setting key.
bool contains(const QString &key, QgsSettings::Section section=QgsSettings::NoSection) const
Returns true if there exists a setting called key; returns false otherwise.
void setValue(const QString &key, const QVariant &value, QgsSettings::Section section=QgsSettings::NoSection)
Sets the value of setting key to value.