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.

wxPdfCheckBox::~wxPdfCheckBox (  )  [virtual]

Destructor.


Member Function Documentation

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

Set status of form field (checked/unchecked).

bool wxPdfCheckBox::GetValue (  )  [inline]

Get status of form field (checked/unchecked).


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:37 2006 for wxPdfDocument by  doxygen 1.5.1-p1