Ipelib
Classes | Public Member Functions | List of all members
ipe::PdfResources Class Reference

#include <iperesources.h>

Classes

struct  SPageNumber
 

Public Member Functions

 PdfResources ()
 
bool collect (const PdfDict *resources, PdfFile *file)
 
const PdfObjobject (int num) const noexcept
 
const PdfDictresourcesOfKind (String kind) const noexcept
 
const PdfDictfindResource (String kind, String name) const noexcept
 
const PdfDictfindResource (const PdfDict *xf, String kind, String name) const noexcept
 
const PdfObjgetDeep (const PdfDict *d, String key) const noexcept
 
const PdfDictgetDict (const PdfDict *d, String key) const noexcept
 
void addPageNumber (SPageNumber &pn) noexcept
 
const TextpageNumber (int page, int view) const noexcept
 
const std::vector< int > & embedSequence () const noexcept
 
void show () const noexcept
 

Detailed Description

All the resources needed by the text objects in the document.

Constructor & Destructor Documentation

PdfResources::PdfResources ( )

Member Function Documentation

bool PdfResources::collect ( const PdfDict resources,
PdfFile file 
)

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().

const PdfObj * PdfResources::object ( int  num) const
noexcept
const PdfDict * PdfResources::resourcesOfKind ( String  kind) const
noexcept

References ipe::PdfObj::dict().

const PdfDict * PdfResources::findResource ( String  kind,
String  name 
) const
noexcept
const PdfDict * PdfResources::findResource ( const PdfDict xf,
String  kind,
String  name 
) const
noexcept
const PdfObj * PdfResources::getDeep ( const PdfDict d,
String  key 
) const
noexcept
const PdfDict * PdfResources::getDict ( const PdfDict d,
String  key 
) const
noexcept

References ipe::PdfObj::dict().

void PdfResources::addPageNumber ( SPageNumber pn)
noexcept
const Text * PdfResources::pageNumber ( int  page,
int  view 
) const
noexcept
const std::vector<int>& ipe::PdfResources::embedSequence ( ) const
inlinenoexcept
void PdfResources::show ( ) const
noexcept

Referenced by ipe::Document::runLatex().


The documentation for this class was generated from the following files: