wxPdfDocument 0.9.2
Public Member Functions
wxPdfCheckBox Class Reference

Class representing check box form fields (For internal use only) More...

#include <pdfform.h>

Inheritance diagram for wxPdfCheckBox:
wxPdfAnnotationWidget wxPdfAnnotationObject wxPdfIndirectObject

List of all members.

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)

Detailed Description

Class representing check box form fields (For internal use only)


Constructor & Destructor Documentation

wxPdfCheckBox::wxPdfCheckBox ( int  objectId,
int  generationId = 0 
)

Constructor.

virtual wxPdfCheckBox::~wxPdfCheckBox ( ) [virtual]

Destructor.


Member Function Documentation

bool wxPdfCheckBox::GetValue ( ) [inline]

Get status of form field (checked/unchecked)

void wxPdfCheckBox::SetValue ( bool  checked) [inline]

Set status of form field (checked/unchecked)


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