#include <pdfobjects.h>
Inheritance diagram for wxPdfBoolean:

Public Member Functions | |
| wxPdfBoolean (bool value) | |
| Constructor. | |
| virtual | ~wxPdfBoolean () |
| Constructor. | |
| bool | GetValue () |
| Get boolean value. | |
| wxString | GetAsString () |
| Get boolean value as string. | |
| wxPdfBoolean::wxPdfBoolean | ( | bool | value | ) |
Constructor.
| wxPdfBoolean::~wxPdfBoolean | ( | ) | [virtual] |
Constructor.
| bool wxPdfBoolean::GetValue | ( | ) | [inline] |
Get boolean value.
| wxString wxPdfBoolean::GetAsString | ( | ) |
Get boolean value as string.
1.5.1-p1