#include <pdfform.h>
Inheritance diagram for wxPdfCheckBox:
Public Member Functions | |
wxPdfCheckBox (int objectId, int generationId=0) | |
Constructor. | |
virtual | ~wxPdfCheckBox () |
Destructor. | |
void | SetValue (bool checked) |
Set status of form field (checked/unchecked). | |
bool | GetValue () |
Get status of form field (checked/unchecked). |
wxPdfCheckBox::wxPdfCheckBox | ( | int | objectId, | |
int | generationId = 0 | |||
) |
Constructor.
wxPdfCheckBox::~wxPdfCheckBox | ( | ) | [virtual] |
Destructor.
void wxPdfCheckBox::SetValue | ( | bool | checked | ) | [inline] |
Set status of form field (checked/unchecked).
bool wxPdfCheckBox::GetValue | ( | ) | [inline] |
Get status of form field (checked/unchecked).