16 #ifndef QGSLAYOUTMANAGER_H 17 #define QGSLAYOUTMANAGER_H 19 #include "qgis_core.h" 85 QList< QgsMasterLayoutInterface * > layouts()
const;
90 QList< QgsPrintLayout * > printLayouts()
const;
103 bool readXml(
const QDomElement &element,
const QDomDocument &doc );
109 QDomElement writeXml( QDomDocument &doc )
const;
127 void layoutAboutToBeAdded(
const QString &name );
130 void layoutAdded(
const QString &name );
133 void layoutRemoved(
const QString &name );
136 void layoutAboutToBeRemoved(
const QString &name );
145 QList< QgsMasterLayoutInterface * > mLayouts;
149 #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)