|
wxPdfDocument 0.9.2
|
Base class for indirect PDF objects (For internal use only) More...
#include <pdfform.h>
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. | |
Base class for indirect PDF objects (For internal use only)
| wxPdfIndirectObject::wxPdfIndirectObject | ( | int | objectId, |
| int | generationId | ||
| ) |
Constructor.
| objectId | the object number |
| generationId | the generation number |
| virtual wxPdfIndirectObject::~wxPdfIndirectObject | ( | ) | [virtual] |
Destructor.
| int wxPdfIndirectObject::GetGenerationId | ( | ) | [inline] |
Get generation identifier of this object.
| int wxPdfIndirectObject::GetObjectId | ( | ) | [inline] |
Get identifier of this object.
| wxPdfObjectType wxPdfIndirectObject::GetType | ( | ) | [inline] |
Get type of this object.
| void wxPdfIndirectObject::SetType | ( | wxPdfObjectType | type | ) | [inline] |
Set type of object.
| type | the type of the object |
1.7.4