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

virtual wxPdfPushButton::~wxPdfPushButton ( ) [virtual]

Destructor.


Member Function Documentation

wxString wxPdfPushButton::GetAction ( ) [inline]

Get JavaScript action associated with the button.

wxString wxPdfPushButton::GetCaption ( ) [inline]

Get caption string of 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.

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

Set JavaScript action associated with the button.

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

Set caption string of button.


The documentation for this class was generated from the following file: