Ipelib
|
#include <iperesources.h>
Classes | |
struct | SPageNumber |
Public Member Functions | |
PdfResources () | |
bool | collect (const PdfDict *resources, PdfFile *file) |
const PdfObj * | object (int num) const noexcept |
const PdfDict * | resourcesOfKind (String kind) const noexcept |
const PdfDict * | findResource (String kind, String name) const noexcept |
const PdfDict * | findResource (const PdfDict *xf, String kind, String name) const noexcept |
const PdfObj * | getDeep (const PdfDict *d, String key) const noexcept |
const PdfDict * | getDict (const PdfDict *d, String key) const noexcept |
void | addPageNumber (SPageNumber &pn) noexcept |
const Text * | pageNumber (int page, int view) const noexcept |
const std::vector< int > & | embedSequence () const noexcept |
void | show () const noexcept |
All the resources needed by the text objects in the document.
PdfResources::PdfResources | ( | ) |
Collect (recursively) all the given resources (of the one latex page). Takes ownership of all the scanned objects.
References ipe::PdfDict::count(), ipe::PdfObj::dict(), ipe::PdfDict::get(), ipe::PdfDict::key(), ipe::PdfDict::value(), and ipe::String::z().
Referenced by ipe::Latex::readPdf().
|
noexcept |
References ipe::PdfObj::dict().
|
noexcept |
References ipe::PdfObj::ref(), and ipe::PdfRef::value().
References ipe::PdfObj::dict().
|
noexcept |
Referenced by ipe::Latex::addPageNumber().
|
noexcept |
References ipe::Text::text().
Referenced by ipe::CanvasBase::drawObjects().
|
inlinenoexcept |
|
noexcept |
Referenced by ipe::Document::runLatex().