15#ifndef QGSLAYOUTLEGENDLAYERSDIALOG_H
16#define QGSLAYOUTLEGENDLAYERSDIALOG_H
20#include "ui_qgslayoutlegendlayersdialogbase.h"
58 void filterVisible(
bool enabled );
63 QList<QgsMapLayer *> mVisibleLayers;
void setVisibleLayers(const QList< QgsMapLayer * > &layers)
Sets a list of visible layers, to use for filtering within the dialog.
QList< QgsMapLayer * > selectedLayers() const
Returns the list of selected layers.
QgsLayoutLegendLayersDialog(QWidget *parent, QgsProject *project)
Constructor, taking layers from project.
A proxy model which provides an easy to use model to display the list of layers in widgets.
Base class for all map layer types.
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...