| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
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.  More... | |
| QgsMapCanvas * | mapCanvas () const | 
| Returns pointer to map canvas.  More... | |
| void | setLayer (QgsVectorLayer *layer) | 
| Initialize widget with a map layer.  More... | |
| void | setMapCanvas (QgsMapCanvas *canvas) | 
| Sets pointer to map canvas.  More... | |
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.
 1.8.17