|
wxPdfDocument 0.9.2
|
Class representing check box form fields (For internal use only) More...
#include <pdfform.h>
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) | |
Class representing check box form fields (For internal use only)
| wxPdfCheckBox::wxPdfCheckBox | ( | int | objectId, |
| int | generationId = 0 |
||
| ) |
Constructor.
| virtual wxPdfCheckBox::~wxPdfCheckBox | ( | ) | [virtual] |
Destructor.
| bool wxPdfCheckBox::GetValue | ( | ) | [inline] |
Get status of form field (checked/unchecked)
| void wxPdfCheckBox::SetValue | ( | bool | checked | ) | [inline] |
Set status of form field (checked/unchecked)
1.7.4