QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 25 of file qgslayoutlegendlayersdialog.cpp.
QList< QgsMapLayer * > QgsLayoutLegendLayersDialog::selectedLayers | ( | ) | const |
Returns the list of selected layers.
Definition at line 53 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 48 of file qgslayoutlegendlayersdialog.cpp.