#include <pdfform.h>
Inheritance diagram for wxPdfRadioButton:

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. | |
| wxPdfRadioButton::wxPdfRadioButton | ( | int | objectId, | |
| int | index, | |||
| int | generationId = 0 | |||
| ) |
Constructor.
| wxPdfRadioButton::~wxPdfRadioButton | ( | ) | [virtual] |
Destructor.
| 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.
1.5.1-p1