QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A widget for configuration of options specific to vector layer's legend. More...
#include <qgsvectorlayerlegendwidget.h>
Public Member Functions | |
QgsVectorLayerLegendWidget (QWidget *parent=nullptr) | |
void | applyToLayer () |
Store changes made in the widget to the layer. | |
QgsMapCanvas * | mapCanvas () const |
Returns pointer to map canvas. | |
void | setLayer (QgsVectorLayer *layer) |
Initialize widget with a map layer. | |
void | setMapCanvas (QgsMapCanvas *canvas) |
Sets pointer to map canvas. | |
A widget for configuration of options specific to vector layer's legend.
Definition at line 45 of file qgsvectorlayerlegendwidget.h.
|
explicit |
Definition at line 34 of file qgsvectorlayerlegendwidget.cpp.
void QgsVectorLayerLegendWidget::applyToLayer | ( | ) |
Store changes made in the widget to the layer.
Definition at line 202 of file qgsvectorlayerlegendwidget.cpp.
|
inline |
Returns pointer to map canvas.
Definition at line 55 of file qgsvectorlayerlegendwidget.h.
void QgsVectorLayerLegendWidget::setLayer | ( | QgsVectorLayer * | layer | ) |
Initialize widget with a map layer.
Definition at line 113 of file qgsvectorlayerlegendwidget.cpp.
void QgsVectorLayerLegendWidget::setMapCanvas | ( | QgsMapCanvas * | canvas | ) |
Sets pointer to map canvas.
Definition at line 107 of file qgsvectorlayerlegendwidget.cpp.