wxPdfDocument  0.9.3
Public Member Functions
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

List of all members.

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.

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: