#include <pdfform.h>
Inheritance diagram for wxPdfIndirectObject:

Public Member Functions | |
| wxPdfIndirectObject (int objectId, int generationId) | |
| Constructor. | |
| virtual | ~wxPdfIndirectObject () |
| Destructor. | |
| wxPdfObjectType | GetType () |
| Get type of this object. | |
| void | SetType (wxPdfObjectType type) |
| Set type of object. | |
| int | GetObjectId () |
| Get identifier of this object. | |
| int | GetGenerationId () |
| Get generation identifier of this object. | |
| wxPdfIndirectObject::wxPdfIndirectObject | ( | int | objectId, | |
| int | generationId | |||
| ) |
Constructor.
| wxPdfIndirectObject::~wxPdfIndirectObject | ( | ) | [virtual] |
Destructor.
| wxPdfObjectType wxPdfIndirectObject::GetType | ( | ) | [inline] |
Get type of this object.
| void wxPdfIndirectObject::SetType | ( | wxPdfObjectType | type | ) | [inline] |
Set type of object.
| int wxPdfIndirectObject::GetObjectId | ( | ) | [inline] |
Get identifier of this object.
| int wxPdfIndirectObject::GetGenerationId | ( | ) | [inline] |
Get generation identifier of this object.
1.5.1-p1