| 
    QGIS API Documentation
    3.12.1-BucureČ™ti (121cc00ff0)
    
   | 
 
A dialog to add new layers to the legend. More...
#include <qgslayoutlegendlayersdialog.h>

Public Member Functions | |
| QgsLayoutLegendLayersDialog (QWidget *parent=nullptr) | |
| constructor  More... | |
| QList< QgsMapLayer *> | selectedLayers () const | 
| Returns the list of selected layers.  More... | |
| void | setVisibleLayers (const QList< QgsMapLayer *> &layers) | 
| Sets a list of visible layers, to use for filtering within the dialog.  More... | |
A dialog to add new layers to the legend.
Definition at line 34 of file qgslayoutlegendlayersdialog.h.
| QgsLayoutLegendLayersDialog::QgsLayoutLegendLayersDialog | ( | QWidget * | parent = nullptr | ) | 
constructor
Definition at line 24 of file qgslayoutlegendlayersdialog.cpp.
| QList< QgsMapLayer * > QgsLayoutLegendLayersDialog::selectedLayers | ( | ) | const | 
Returns the list of selected layers.
Definition at line 49 of file qgslayoutlegendlayersdialog.cpp.
| void QgsLayoutLegendLayersDialog::setVisibleLayers | ( | const QList< QgsMapLayer *> & | layers | ) | 
Sets a list of visible layers, to use for filtering within the dialog.
Definition at line 44 of file qgslayoutlegendlayersdialog.cpp.
 1.8.13