18#ifndef QGSALGORITHMLAYOUTATLASTOPDF_H 
   19#define QGSALGORITHMLAYOUTATLASTOPDF_H 
   39    QgsLayoutAtlasToPdfAlgorithmBase() = 
default;
 
   40    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   41    Flags 
flags() 
const override;
 
   42    QStringList 
tags() 
const override;
 
   43    QString 
group() 
const override;
 
   44    QString 
groupId() 
const override;
 
   65class QgsLayoutAtlasToPdfAlgorithm : 
public QgsLayoutAtlasToPdfAlgorithmBase
 
   70    QgsLayoutAtlasToPdfAlgorithm() = 
default;
 
   71    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   72    QString name() 
const override;
 
   73    QString displayName() 
const override;
 
   74    QString shortDescription() 
const override;
 
   75    QString shortHelpString() 
const override;
 
   76    QgsLayoutAtlasToPdfAlgorithm *createInstance() const override 
SIP_FACTORY;
 
   87class QgsLayoutAtlasToMultiplePdfAlgorithm : public QgsLayoutAtlasToPdfAlgorithmBase
 
   92    QgsLayoutAtlasToMultiplePdfAlgorithm() = 
default;
 
   93    void initAlgorithm( 
const QVariantMap &configuration = QVariantMap() ) 
override;
 
   94    QString name() 
const override;
 
   95    QString displayName() 
const override;
 
   96    QString shortDescription() 
const override;
 
   97    QString shortHelpString() 
const override;
 
   98    QgsLayoutAtlasToMultiplePdfAlgorithm *createInstance() const override 
SIP_FACTORY;
 
Class used to render QgsLayout as an atlas, by iterating over the features from an associated vector ...
 
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 Flags 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) SIP_THROW(QgsProcessingException)=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.