15#ifndef QGSLAYOUTLEGENDLAYERSDIALOG_H
16#define QGSLAYOUTLEGENDLAYERSDIALOG_H
21#include "ui_qgslayoutlegendlayersdialogbase.h"
53 void filterVisible(
bool enabled );
58 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=nullptr)
constructor
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.