wxPdfDocument 1.2.0
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.
 
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::wxPdfIndirectObject ( int objectId,
int generationId )

Constructor.

Parameters
objectIdthe object number
generationIdthe generation number

◆ ~wxPdfIndirectObject()

virtual wxPdfIndirectObject::~wxPdfIndirectObject ( )
virtual

Destructor.

Member Function Documentation

◆ GetGenerationId()

int wxPdfIndirectObject::GetGenerationId ( )
inline

Get generation identifier of this object.

Returns
the generation number

◆ GetObjectId()

int wxPdfIndirectObject::GetObjectId ( )
inline

Get identifier of this object.

Returns
the object number

◆ GetType()

wxPdfObjectType wxPdfIndirectObject::GetType ( )
inline

Get type of this object.

Returns
the type of the object

◆ SetType()

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: