Home
last modified time | relevance | path

Searched refs:pdfFilepath (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/model/
H A DDocument.cpp95 this->pdfFilepath = fs::path{}; in clearDocument()
109 auto Document::getPdfFilepath() -> fs::path { return pdfFilepath; } in getPdfFilepath()
115 if (!pdfFilepath.empty()) { in createSaveFolder()
116 return pdfFilepath.parent_path(); in createSaveFolder()
130 if (!pdfFilepath.empty()) { in createSaveFilename()
131 fs::path p = pdfFilepath.filename(); in createSaveFilename()
166 if (!this->pdfFilepath.empty()) { in getEvMetadataFilename()
167 return this->pdfFilepath; in getEvMetadataFilename()
304 this->pdfFilepath = filename; in readPdf()
402 this->pdfFilepath = doc.pdfFilepath; in operator =()
H A DDocument.h108 fs::path pdfFilepath; variable