16 #ifndef QGSLAYOUTMANAGER_H 17 #define QGSLAYOUTMANAGER_H 19 #include "qgis_core.h" 86 QList< QgsMasterLayoutInterface * > layouts()
const;
91 QList< QgsPrintLayout * > printLayouts()
const;
104 bool readXml(
const QDomElement &element,
const QDomDocument &doc );
110 QDomElement writeXml( QDomDocument &doc )
const;
128 void layoutAboutToBeAdded(
const QString &name );
131 void layoutAdded(
const QString &name );
134 void layoutRemoved(
const QString &name );
137 void layoutAboutToBeRemoved(
const QString &name );
146 QList< QgsMasterLayoutInterface * > mLayouts;
150 #endif // QGSLAYOUTMANAGER_H
Reads and writes project states.
Manages storage of a set of layouts.
Print layout, a QgsLayout subclass for static or atlas-based layouts.
Interface for master layout type objects, such as print layouts and reports.
Individual print layout (QgsPrintLayout)