2017-12-19 14:53:11 +10:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/layout/qgsprintlayout.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsPrintLayout : QgsLayout
|
|
|
|
{
|
|
|
|
%Docstring
|
|
|
|
Print layout, a QgsLayout subclass for static or atlas-based layouts.
|
|
|
|
|
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsprintlayout.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
|
|
|
QgsPrintLayout( QgsProject *project );
|
|
|
|
%Docstring
|
|
|
|
Constructor for QgsPrintLayout.
|
|
|
|
%End
|
|
|
|
|
|
|
|
QgsLayoutAtlas *atlas();
|
|
|
|
%Docstring
|
|
|
|
Returns the print layout's atlas.
|
|
|
|
%End
|
|
|
|
|
2017-12-19 15:31:15 +10:00
|
|
|
virtual QDomElement writeXml( QDomDocument &document, const QgsReadWriteContext &context ) const;
|
|
|
|
|
|
|
|
virtual bool readXml( const QDomElement &layoutElement, const QDomDocument &document, const QgsReadWriteContext &context );
|
|
|
|
|
|
|
|
|
2017-12-19 14:53:11 +10:00
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/layout/qgsprintlayout.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|