wxPdfDocument  0.9.5
Public Member Functions | List of all members
wxPdfIndirectObject Class Reference

Base class for indirect PDF objects (For internal use only) More...

#include <pdfform.h>

Inheritance diagram for wxPdfIndirectObject:
wxPdfAnnotationObject wxPdfRadioGroup wxPdfAnnotationWidget wxPdfCheckBox wxPdfComboBox wxPdfPushButton wxPdfRadioButton wxPdfTextField

Public Member Functions

 wxPdfIndirectObject (int objectId, int generationId)
 Constructor. More...
 
virtual ~wxPdfIndirectObject ()
 Destructor. More...
 
wxPdfObjectType GetType ()
 Get type of this object. More...
 
void SetType (wxPdfObjectType type)
 Set type of object. More...
 
int GetObjectId ()
 Get identifier of this object. More...
 
int GetGenerationId ()
 Get generation identifier of this object. More...
 

Detailed Description

Base class for indirect PDF objects (For internal use only)

Constructor & Destructor Documentation

wxPdfIndirectObject::wxPdfIndirectObject ( int  objectId,
int  generationId 
)

Constructor.

Parameters
objectIdthe object number
generationIdthe generation number
virtual wxPdfIndirectObject::~wxPdfIndirectObject ( )
virtual

Destructor.

Member Function Documentation

int wxPdfIndirectObject::GetGenerationId ( )
inline

Get generation identifier of this object.

Returns
the generation number
int wxPdfIndirectObject::GetObjectId ( )
inline

Get identifier of this object.

Returns
the object number
wxPdfObjectType wxPdfIndirectObject::GetType ( )
inline

Get type of this object.

Returns
the type of the object
void wxPdfIndirectObject::SetType ( wxPdfObjectType  type)
inline

Set type of object.

Parameters
typethe type of the object

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