wxPdfRadioButton Class Reference

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

#include <pdfform.h>

Inheritance diagram for wxPdfRadioButton:

wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject List of all members.

Public Member Functions

 wxPdfRadioButton (int objectId, int index, int generationId=0)
 Constructor.
virtual ~wxPdfRadioButton ()
 Destructor.
void SetParent (wxPdfRadioGroup *parent)
 Set parent (radio button group) of this button.
wxPdfRadioGroupGetParent ()
 Get parent (radio button group) of this button.
int GetIndex ()
 Get index of this button within the radio button group.

Detailed Description

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


Constructor & Destructor Documentation

wxPdfRadioButton::wxPdfRadioButton ( int  objectId,
int  index,
int  generationId = 0 
)

Constructor.

wxPdfRadioButton::~wxPdfRadioButton (  )  [virtual]

Destructor.


Member Function Documentation

void wxPdfRadioButton::SetParent ( wxPdfRadioGroup parent  )  [inline]

Set parent (radio button group) of this button.

wxPdfRadioGroup* wxPdfRadioButton::GetParent (  )  [inline]

Get parent (radio button group) of this button.

int wxPdfRadioButton::GetIndex (  )  [inline]

Get index of this button within the radio button group.


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