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 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
 

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 
)
const PdfObj * PdfResources::object ( int  num) const
noexcept
const PdfDict * PdfResources::resourcesOfKind ( String  kind) const
noexcept

References ipe::PdfObj::dict().

Referenced by findResource().

const PdfDict * PdfResources::findResource ( String  kind,
String  name 
) const
noexcept

References getDict(), and resourcesOfKind().

const PdfDict * PdfResources::findResource ( const PdfDict *  xf,
String  kind,
String  name 
) const
noexcept

References getDict().

const PdfObj * PdfResources::getDeep ( const PdfDict *  d,
String  key 
) const
noexcept

References ipe::PdfObj::ref(), and ipe::PdfRef::value().

Referenced by getDict().

const PdfDict * PdfResources::getDict ( const PdfDict *  d,
String  key 
) const
noexcept

References ipe::PdfObj::dict(), and getDeep().

Referenced by findResource().

void PdfResources::addPageNumber ( SPageNumber &  pn)
noexcept
const Text * PdfResources::pageNumber ( int  page,
int  view 
) const
noexcept

References ipe::Text::text().

const std::vector<int>& ipe::PdfResources::embedSequence ( ) const
inlinenoexcept

References show().

void PdfResources::show ( ) const
noexcept

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