MuseScore  3.4
Music composition and notation
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
Ms::Pdf Class Reference

#include <pdf.h>

Public Member Functions

 Pdf ()
 
bool open (const QString &path)
 
 ~Pdf ()
 
int numPages () const
 
QImage page (int)
 
QImage binarization (QImage image)
 

Private Attributes

PDFDoc * _doc
 
QImageOutputDev * imgOut
 
Poppler::Document * _document
 

Static Private Attributes

static int references
 

Constructor & Destructor Documentation

◆ Pdf()

Ms::Pdf::Pdf ( )

◆ ~Pdf()

Ms::Pdf::~Pdf ( )

Member Function Documentation

◆ binarization()

QImage Ms::Pdf::binarization ( QImage  image)

◆ numPages()

int Ms::Pdf::numPages ( ) const

◆ open()

bool Ms::Pdf::open ( const QString &  path)

◆ page()

QImage Ms::Pdf::page ( int  i)

Member Data Documentation

◆ _doc

PDFDoc* Ms::Pdf::_doc
private

◆ _document

Poppler::Document* Ms::Pdf::_document
private

◆ imgOut

QImageOutputDev* Ms::Pdf::imgOut
private

◆ references

int Ms::Pdf::references
staticprivate

The documentation for this class was generated from the following files: