wxPdfDocument 1.2.0
|
Class representing radio button groups (For internal use only) More...
#include <pdfform.h>
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. | |
unsigned int | GetCount () |
Get the number of buttons in the group. | |
wxArrayPtrVoid | GetKids () |
Get the array of buttons in the group. | |
Public Member Functions inherited from wxPdfIndirectObject | |
wxPdfIndirectObject (int objectId, int generationId) | |
Constructor. | |
virtual | ~wxPdfIndirectObject () |
Destructor. | |
wxPdfObjectType | GetType () |
Get type of this object. | |
void | SetType (wxPdfObjectType type) |
Set type of object. | |
int | GetObjectId () |
Get identifier of this object. | |
int | GetGenerationId () |
Get generation identifier of this object. | |
Class representing radio button groups (For internal use only)
wxPdfRadioGroup::wxPdfRadioGroup | ( | int | objectId, |
const wxString & | groupName, | ||
int | generationId = 0 ) |
Constructor.
|
virtual |
Destructor.
void wxPdfRadioGroup::Add | ( | wxPdfRadioButton * | radio | ) |
Add a button to the group.
|
inline |
Get the number of buttons in the group.
|
inline |
Get the array of buttons in the group.
|
inline |
Get name of the button group.