wxPdfDocument 0.9.2
|
Class representing radio button form field (For internal use only) More...
#include <pdfform.h>
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. | |
wxPdfRadioGroup * | GetParent () |
Get parent (radio button group) of this button. | |
int | GetIndex () |
Get index of this button within the radio button group. |
Class representing radio button form field (For internal use only)
wxPdfRadioButton::wxPdfRadioButton | ( | int | objectId, |
int | index, | ||
int | generationId = 0 |
||
) |
Constructor.
virtual wxPdfRadioButton::~wxPdfRadioButton | ( | ) | [virtual] |
Destructor.
int wxPdfRadioButton::GetIndex | ( | ) | [inline] |
Get index of this button within the radio button group.
wxPdfRadioGroup* wxPdfRadioButton::GetParent | ( | ) | [inline] |
Get parent (radio button group) of this button.
void wxPdfRadioButton::SetParent | ( | wxPdfRadioGroup * | parent | ) | [inline] |
Set parent (radio button group) of this button.