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.

wxPdfIndirectObject::~wxPdfIndirectObject (  )  [virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:38 2006 for wxPdfDocument by  doxygen 1.5.1-p1