QgsMapLayerConfigWidget class
A panel widget that can be shown in the map style dock.
Contents
Base classes
- class QgsPanelWidget
- Base class for any widget that can be shown as a inline panel.
Derived classes
- class QgsMapLayerStyleManagerWidget
- The QgsMapLayerStyleManagerWidget class which is used to visually manage the layer styles.
- class QgsRasterHistogramWidget
- Histogram widget.
- class QgsRasterTransparencyWidget
- Widget to control a layers transparency and related options.
Constructors, destructors, conversion operators
- QgsMapLayerConfigWidget(QgsMapLayer* layer, QgsMapCanvas* canvas, QWidget* parent = nullptr)
- A panel widget that can be shown in the map style dock.
Public slots
- void apply() pure virtual
- Called when changes to the layer need to be made.
Function documentation
QgsMapLayerConfigWidget:: QgsMapLayerConfigWidget(QgsMapLayer* layer,
QgsMapCanvas* canvas,
QWidget* parent = nullptr)
A panel widget that can be shown in the map style dock.
| Parameters | |
|---|---|
| layer | The layer active in the dock. |
| canvas | The canvas object. |
| parent | The parent of the widget. |
void QgsMapLayerConfigWidget:: apply() pure virtual public slot
Called when changes to the layer need to be made.
Will be called when live update is enabled.