wxPdfRadioGroup Class Reference

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

#include <pdfform.h>

Inheritance diagram for wxPdfRadioGroup:

wxPdfIndirectObject List of all members.

Public Member Functions

 wxPdfRadioGroup (int objectId, const wxString &groupName, int generationId=0)
 Constructor.
virtual ~wxPdfRadioGroup ()
 Destructor.
void Add (wxPdfRadioButton *radio)
 Add a button to the group.
wxString GetName ()
 Get name of the button group.
int GetCount ()
 Get the number of buttons in the group.
wxArrayPtrVoid GetKids ()
 Get the array of buttons in the group.

Detailed Description

Class representing radio button groups (For internal use only).


Constructor & Destructor Documentation

wxPdfRadioGroup::wxPdfRadioGroup ( int  objectId,
const wxString &  groupName,
int  generationId = 0 
)

Constructor.

wxPdfRadioGroup::~wxPdfRadioGroup (  )  [virtual]

Destructor.


Member Function Documentation

void wxPdfRadioGroup::Add ( wxPdfRadioButton radio  ) 

Add a button to the group.

wxString wxPdfRadioGroup::GetName (  )  [inline]

Get name of the button group.

int wxPdfRadioGroup::GetCount (  )  [inline]

Get the number of buttons in the group.

wxArrayPtrVoid wxPdfRadioGroup::GetKids (  )  [inline]

Get the array of buttons in the 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