Model Railroad System
2.2.2
|
PDF Dictionary class. More...
#include <PDFPrinterSupport.h>
Public Member Functions | |
Dictionary (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) | |
Constructor. More... | |
virtual | ~Dictionary () |
Destructor. More... | |
virtual ostream & | WriteDirect (ostream &stream) const |
Write an object directly. More... | |
![]() | |
IndirectObject (unsigned long int objNum=0L, unsigned short int genNum=0, CrossReferenceTable *tab=NULL) | |
Constructor. More... | |
virtual | ~IndirectObject () |
Destructor. More... | |
ostream & | WriteObjectToFile (ostream &stream) |
Write an object indirectly. More... | |
ostream & | WriteIndirectReference (ostream &stream) const |
Write an object indirectly. More... | |
unsigned long int | ObjectNumber () const |
Return this object's object number. More... | |
unsigned short int | GenerationNumber () const |
Return this object's generation number. More... | |
streampos | FileOffset () const |
Return this object's file offset. More... | |
bool | HasOffset () const |
Does the object have a file offset? More... | |
Protected Member Functions | |
virtual ostream & | WriteDictionaryElements (ostream &stream) const |
Write the elements of a dictionary. More... | |
PDF Dictionary class.
This base class is useless by itself. Real specific dictionaries will be derived from this class.
|
inline |
Constructor.
Create a new dictonary.
objNum | The next object number. |
genNum | The generation number. |
tab | The cross reference table we are in. |
|
inlinevirtual |
Destructor.
Clean everything up.
|
inlineprotectedvirtual |
Write the elements of a dictionary.
stream | The output stream to write to. |
Reimplemented in FCFSupport::PDFFileStructures::InformationDirectory, FCFSupport::PDFFileStructures::CatalogDictionary, FCFSupport::PDFFileStructures::Type1FontDictionary, FCFSupport::PDFFileStructures::FontDictionary, FCFSupport::PDFFileStructures::PageLabelTree, FCFSupport::PDFFileStructures::PageLabelDictionary, FCFSupport::PDFFileStructures::PageTree, FCFSupport::PDFFileStructures::Page, FCFSupport::PDFFileStructures::ResourceDictionary, FCFSupport::PDFFileStructures::IndirectObjectDictionary, and FCFSupport::PDFFileStructures::TypedDictionary.
References lcc::stream.
Referenced by WriteDirect().
|
inlinevirtual |
Write an object directly.
stream | The output stream to write to. |
Implements FCFSupport::PDFFileStructures::IndirectObject.
References lcc::stream, and WriteDictionaryElements().