Home
last modified time | relevance | path

Searched refs:PDFDocumentReference (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/
H A Dpdfdocumentreference.cpp8 QSharedPointer< const Poppler::Document > PDFDocumentReference::popplerDocument() const in popplerDocument()
37 PDFPageReference PDFDocumentReference::page(unsigned int pageNumber) const in page()
43 PDFDocumentReference::PDFDocumentReference(const QString& theFilename, const PDFCacheOption& theCac… in PDFDocumentReference() function in PDFDocumentReference
58 const PDFCacheOption& PDFDocumentReference::cacheOption() const in cacheOption()
63 const QString& PDFDocumentReference::filename() const in filename()
68 PDFDocumentReference& PDFDocumentReference::operator=(const PDFDocumentReference& rhs) in operator =()
81 bool operator==(const PDFDocumentReference& lhs, const PDFDocumentReference& rhs) in operator ==()
H A Dpdfdocumentreference.h23 class PDFDocumentReference
39 PDFDocumentReference( const QString& filename, const PDFCacheOption& cacheOption);
63 PDFDocumentReference& operator = (const PDFDocumentReference& rhs);
71 friend bool operator == (const PDFDocumentReference& lhs, const PDFDocumentReference& rhs);
H A Dpdfpagereference.cpp7 PDFPageReference::PDFPageReference(const PDFDocumentReference& documentReference, const unsigned in… in PDFPageReference()
H A Dpdfpagereference.h19 PDFPageReference( const PDFDocumentReference& documentReference, const unsigned int& pageNumber );
H A Drenderthread.h38 RenderThread( const PDFDocumentReference& theDocument, const RenderingIdentifier& renderIdent);
H A Dpdfrenderfactory.h74 PDFDocumentReference documentReference;
H A Drenderthread.cpp26 RenderThread::RenderThread(const PDFDocumentReference& theDocument, const RenderingIdentifier& rend… in RenderThread()
H A Dpdfrenderfactory.cpp164 PDFDocumentReference newDoc(filename, documentReference.cacheOption()); in fileOnDiskChanged()
/dports/graphics/dspdfviewer/dspdfviewer-1.15.1/testing/
H A Dtest-images.cc7PDFDocumentReference pdr( TestHelpers::pdfFilename("images.pdf"), PDFCacheOption::keepPDFinMemory … in BOOST_AUTO_TEST_CASE()
H A Dtestrenderonepage.cc7PDFDocumentReference pdr( TestHelpers::pdfFilename("colored-rectangles.pdf"), PDFCacheOption::keep… in BOOST_AUTO_TEST_CASE()