18#ifndef QGSALGORITHMLAYOUTATLASTOPDF_H 
   19#define QGSALGORITHMLAYOUTATLASTOPDF_H 
   37    QgsLayoutAtlasToPdfAlgorithmBase() = 
default;
 
   38    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   40    QStringList 
tags() 
const override;
 
   41    QString 
group() 
const override;
 
   42    QString 
groupId() 
const override;
 
   59class QgsLayoutAtlasToPdfAlgorithm : 
public QgsLayoutAtlasToPdfAlgorithmBase
 
   62    QgsLayoutAtlasToPdfAlgorithm() = 
default;
 
   63    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   64    QString name() 
const override;
 
   65    QString displayName() 
const override;
 
   66    QString shortDescription() 
const override;
 
   67    QString shortHelpString() 
const override;
 
   68    QgsLayoutAtlasToPdfAlgorithm *createInstance() const override 
SIP_FACTORY;
 
   77class QgsLayoutAtlasToMultiplePdfAlgorithm : public QgsLayoutAtlasToPdfAlgorithmBase
 
   80    QgsLayoutAtlasToMultiplePdfAlgorithm() = 
default;
 
   81    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   82    QString name() 
const override;
 
   83    QString displayName() 
const override;
 
   84    QString shortDescription() 
const override;
 
   85    QString shortHelpString() 
const override;
 
   86    QgsLayoutAtlasToMultiplePdfAlgorithm *createInstance() const override 
SIP_FACTORY;
 
QFlags< ProcessingAlgorithmFlag > ProcessingAlgorithmFlags
Flags indicating how and when an algorithm operates and should be exposed to users.
 
Used to render QgsLayout as an atlas, by iterating over the features from an associated vector layer.
 
Handles rendering and exports of layouts to various formats.
 
Abstract base class for processing algorithms.
 
virtual QString group() const
Returns the name of the group this algorithm belongs to.
 
virtual QString groupId() const
Returns the unique ID of the group this algorithm belongs to.
 
virtual Qgis::ProcessingAlgorithmFlags flags() const
Returns the flags indicating how and when the algorithm operates and should be exposed to users.
 
virtual QVariantMap processAlgorithm(const QVariantMap ¶meters, QgsProcessingContext &context, QgsProcessingFeedback *feedback)=0
Runs the algorithm using the specified parameters.
 
virtual QStringList tags() const
Returns a list of tags which relate to the algorithm, and are used to assist users in searching for s...
 
virtual void initAlgorithm(const QVariantMap &configuration=QVariantMap())=0
Initializes the algorithm using the specified configuration.
 
Contains information about the context in which a processing algorithm is executed.
 
Base class for providing feedback from a processing algorithm.
 
Contains settings relating to exporting layouts to PDF.