MuseScore
3.4
Music composition and notation
|
#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 |
Ms::Pdf::Pdf | ( | ) |
Ms::Pdf::~Pdf | ( | ) |
QImage Ms::Pdf::binarization | ( | QImage | image | ) |
int Ms::Pdf::numPages | ( | ) | const |
bool Ms::Pdf::open | ( | const QString & | path | ) |
QImage Ms::Pdf::page | ( | int | i | ) |
|
private |
|
private |
|
private |
|
staticprivate |