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::PdfResources ( )

Member Function Documentation

◆ collect()

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

◆ object()

const PdfObj * PdfResources::object ( int  num) const
noexcept

◆ resourcesOfKind()

const PdfDict * PdfResources::resourcesOfKind ( String  kind) const
noexcept

References ipe::PdfObj::dict().

Referenced by findResource().

◆ findResource() [1/2]

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

References getDict(), and resourcesOfKind().

◆ findResource() [2/2]

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

References getDict().

◆ getDeep()

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

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

Referenced by getDict().

◆ getDict()

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

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

Referenced by findResource().

◆ addPageNumber()

void PdfResources::addPageNumber ( SPageNumber pn)
noexcept

◆ pageNumber()

const Text * PdfResources::pageNumber ( int  page,
int  view 
) const
noexcept

References ipe::Text::text().

◆ embedSequence()

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

References show().

◆ show()

void PdfResources::show ( ) const
noexcept

Referenced by embedSequence().


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