QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
15 #ifndef QGSMAPLAYERCONFIGWIDGET_H
16 #define QGSMAPLAYERCONFIGWIDGET_H
101 QString mAnnotationId;
104 QPointer< QgsLayerTreeGroup > mLayerTreeGroup =
nullptr;
157 virtual void apply() = 0;
164 virtual void focusDefaultWidget();
177 void dynamicTemporalControlToggled(
bool enabled );
187 #endif // QGSMAPLAYERCONFIGWIDGET_H
void setMessageBar(QgsMessageBar *bar)
Sets the message bar associated with the widget.
Map canvas is a class for displaying all GIS data types on a canvas.
QString annotationId() const
Returns the item ID of the target annotation, when modifying an annotation from a QgsAnnotationLayer.
void setMapCanvas(QgsMapCanvas *canvas)
Sets the map canvas associated with the widget.
QgsMessageBar * messageBar() const
Returns the message bar associated with the widget.
Layer tree group node serves as a container for layers and further groups.
A bar for displaying non-blocking messages to the user.
Encapsulates the context for a QgsMapLayerConfigWidget.
Base class for all map layer types. This is the base class for all map layer types (vector,...
void setAnnotationId(const QString &id)
Sets the item id of the target annotation, when modifying an annotation from a QgsAnnotationLayer.
QgsMapCanvas * mapCanvas() const
Returns the map canvas associated with the widget.