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::add(), ipe::PdfArray::append(), ipe::PdfObj::array(), ipe::PdfArray::count(), ipe::PdfDict::count(), ipe::PdfObj::dict(), ipe::PdfDict::get(), ipe::PdfDict::key(), ipe::PdfObj::name(), ipe::PdfObj::number(), ipe::PdfArray::obj(), ipe::PdfObj::ref(), ipe::PdfObj::repr(), ipe::PdfNumber::value(), ipe::PdfName::value(), ipe::PdfRef::value(), ipe::PdfDict::value(), and ipe::String::z().
|
noexcept |
References ipe::PdfObj::dict().
Referenced by findResource().
References getDict(), and resourcesOfKind().
|
noexcept |
References getDict().
References ipe::PdfObj::ref(), and ipe::PdfRef::value().
Referenced by getDict().
References ipe::PdfObj::dict(), and getDeep().
Referenced by findResource().
|
noexcept |
|
noexcept |
References ipe::Text::text().
|
inlinenoexcept |
References show().
|
noexcept |
Referenced by embedSequence().