#include <ipepdfparser.h>
Inherits ipe::PdfObj.
Detailed Description
Constructor & Destructor Documentation
ipe::PdfArray::PdfArray |
( |
| ) |
|
|
inlineexplicit |
Member Function Documentation
const PdfArray * PdfArray::array |
( |
| ) |
const |
|
virtual |
Return this object as PDF array object.
Reimplemented from ipe::PdfObj.
void PdfArray::write |
( |
Stream & |
stream | ) |
const |
|
virtual |
void PdfArray::append |
( |
const PdfObj * |
obj | ) |
|
Append an object to array.
Array takes ownership of the object.
int ipe::PdfArray::count |
( |
| ) |
const |
|
inline |
const PdfObj * PdfArray::obj |
( |
int |
index, |
|
|
const PdfFile * |
file |
|
) |
| const |
Return object with index in array.
Indirect objects (references) are looked up if file is not zero, and the object referred to is returned (0 if it does not exist). Object remains owned by array.
The documentation for this class was generated from the following files:
- ipepdfparser.h
- ipepdfparser.cpp