wxPdfDocument 0.9.2
Public Member Functions
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.

virtual wxPdfRadioButton::~wxPdfRadioButton ( ) [virtual]

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following file: