QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgsrenderermeshpropertieswidget.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsrenderermeshpropertieswidget.h
3 ---------------------
4 begin : June 2018
5 copyright : (C) 2018 by Peter Petrik
6 email : zilolv at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15#ifndef QGSRENDERERMESHPROPERTIESWIDGET_H
16#define QGSRENDERERMESHPROPERTIESWIDGET_H
17
18#include <QObject>
19#include <QDialog>
20
21#include "ui_qgsrenderermeshpropswidgetbase.h"
22
24#include "qgis_gui.h"
25#include <memory>
26
28
29class QgsMeshLayer;
30class QgsMapCanvas;
31
39class GUI_EXPORT QgsRendererMeshPropertiesWidget : public QgsMapLayerConfigWidget, private Ui::QgsRendererMeshPropsWidgetBase
40{
41 Q_OBJECT
42
43 public:
44
51 QgsRendererMeshPropertiesWidget( QgsMeshLayer *layer, QgsMapCanvas *canvas, QWidget *parent = nullptr );
52
58 void syncToLayer( QgsMapLayer *mapLayer ) final;
59
60 public slots:
62 void apply() override;
63
64 private slots:
65 void onActiveScalarGroupChanged( int groupIndex );
66 void onActiveVectorGroupChanged( int groupIndex );
67
68 void syncToLayerPrivate();
69
70 private:
71 QgsMeshLayer *mMeshLayer = nullptr; //not owned
72};
73
74#endif // QGSRENDERERMESHPROPERTIESWIDGET_H
Map canvas is a class for displaying all GIS data types on a canvas.
Definition: qgsmapcanvas.h:93
A panel widget that can be shown in the map style dock.
virtual void apply()=0
Called when changes to the layer need to be made.
virtual void syncToLayer(QgsMapLayer *layer)
Reset to original (vector layer) values.
Base class for all map layer types.
Definition: qgsmaplayer.h:75
Represents a mesh layer supporting display of data on structured or unstructured meshes.
Definition: qgsmeshlayer.h:101
Widget for renderer properties of the mesh, contours (scalars) and vectors data associated with the m...
#define SIP_NO_FILE