18#ifndef QGSPDFRENDERER_H 
   19#define QGSPDFRENDERER_H 
   32class PdfDocumentContainer;
 
   62    QString 
path()
 const { 
return mPath; }
 
   97    std::unique_ptr< PdfDocumentContainer> mDocumentContainer;
 
 
Custom exception class which is raised when an operation is not supported.
 
Utility class for rendering PDF documents.
 
QgsPdfRenderer & operator=(const QgsPdfRenderer &other)=delete
 
QgsPdfRenderer(const QgsPdfRenderer &other)=delete
 
QString path() const
Returns the file path of the associated PDF file.
 
#define SIP_THROW(name,...)