wxPdfAnnotationObject Class Reference

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

#include <pdfform.h>

Inheritance diagram for wxPdfAnnotationObject:

wxPdfIndirectObject wxPdfAnnotationWidget wxPdfCheckBox wxPdfComboBox wxPdfPushButton wxPdfRadioButton wxPdfTextField List of all members.

Public Member Functions

 wxPdfAnnotationObject (int objectId, int generationId)
 ~wxPdfAnnotationObject ()
void SetRectangle (double x, double y, double width, double height)
 Set the associated rectangular area.
double GetX ()
 Get the X offset.
double GetY ()
 Get the Y offset.
double GetWidth ()
 Get the width.
double GetHeight ()
 Get the height.

Detailed Description

Base class for annotation objects (For internal use only).


Constructor & Destructor Documentation

wxPdfAnnotationObject::wxPdfAnnotationObject ( int  objectId,
int  generationId 
)

wxPdfAnnotationObject::~wxPdfAnnotationObject (  ) 


Member Function Documentation

void wxPdfAnnotationObject::SetRectangle ( double  x,
double  y,
double  width,
double  height 
)

Set the associated rectangular area.

double wxPdfAnnotationObject::GetX (  )  [inline]

Get the X offset.

double wxPdfAnnotationObject::GetY (  )  [inline]

Get the Y offset.

double wxPdfAnnotationObject::GetWidth (  )  [inline]

Get the width.

double wxPdfAnnotationObject::GetHeight (  )  [inline]

Get the height.


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