QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
qgsmaterialsettingswidget.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsmaterialsettingswidget.h
3 --------------------------------------
4 Date : July 2020
5 Copyright : (C) 2020 by Nyall Dawson
6 Email : nyall dot dawson 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
16#ifndef QGSMATERIALSETTINGSWIDGET_H
17#define QGSMATERIALSETTINGSWIDGET_H
18
19#include <QWidget>
20#include "qgis_gui.h"
21#include "qgis_sip.h"
22
24
25#define SIP_NO_FILE
26
29class QgsVectorLayer;
30
38class GUI_EXPORT QgsMaterialSettingsWidget : public QWidget
39{
40 Q_OBJECT
41
42 public:
43
47 QgsMaterialSettingsWidget( QWidget *parent );
48
52 virtual void setSettings( const QgsAbstractMaterialSettings *settings, QgsVectorLayer *layer ) = 0;
53
58 virtual void setTechnique( QgsMaterialSettingsRenderingTechnique technique );
59
66
67 signals:
68
72 void changed();
73
74 protected:
76};
77
78#endif // QGSMATERIALSETTINGSWIDGET_H
Base class for 3D material settings widgets.
void changed()
Emitted when the material definition is changed.
virtual void setSettings(const QgsAbstractMaterialSettings *settings, QgsVectorLayer *layer)=0
Sets the material settings to show in the widget.
virtual QgsAbstractMaterialSettings * settings()=0
Returns a new instance of the material settings defined by the widget.
QgsPropertyCollection mPropertyCollection
A grouped map of multiple QgsProperty objects, each referenced by a integer key value.
Represents a vector layer which manages a vector based data sets.
QgsMaterialSettingsRenderingTechnique
Material rendering techniques 3.
#define SIP_EXTERNAL
Definition: qgis_sip.h:116
#define SIP_FACTORY
Definition: qgis_sip.h:76