wxPdfPushButton Class Reference

Class representing push button form field (For internal use only). More...

#include <pdfform.h>

Inheritance diagram for wxPdfPushButton:

wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject List of all members.

Public Member Functions

 wxPdfPushButton (int objectId, int fontindex, double fontsize, int generationId=0)
 Constructor.
virtual ~wxPdfPushButton ()
 Destructor.
void SetCaption (const wxString &caption)
 Set caption string of button.
wxString GetCaption ()
 Get caption string of button.
void SetAction (const wxString &action)
 Set JavaScript action associated with the button.
wxString GetAction ()
 Get JavaScript action associated with the button.
int GetFontIndex ()
 Get object index of font used for displaying the value list.
double GetFontSize ()
 Get size of font used for displaying the value list.

Detailed Description

Class representing push button form field (For internal use only).


Constructor & Destructor Documentation

wxPdfPushButton::wxPdfPushButton ( int  objectId,
int  fontindex,
double  fontsize,
int  generationId = 0 
)

Constructor.

wxPdfPushButton::~wxPdfPushButton (  )  [virtual]

Destructor.


Member Function Documentation

void wxPdfPushButton::SetCaption ( const wxString &  caption  )  [inline]

Set caption string of button.

wxString wxPdfPushButton::GetCaption (  )  [inline]

Get caption string of button.

void wxPdfPushButton::SetAction ( const wxString &  action  )  [inline]

Set JavaScript action associated with the button.

wxString wxPdfPushButton::GetAction (  )  [inline]

Get JavaScript action associated with the button.

int wxPdfPushButton::GetFontIndex (  )  [inline]

Get object index of font used for displaying the value list.

double wxPdfPushButton::GetFontSize (  )  [inline]

Get size of font used for displaying the value list.


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