Class representing a boolean object. (For internal use only) More...
#include <pdfobjects.h>
Public Member Functions | |
| wxPdfBoolean (bool value) | |
| Constructor. | |
| virtual | ~wxPdfBoolean () |
| Constructor. | |
| bool | GetValue () |
| Get boolean value. | |
| wxString | GetAsString () |
| Get boolean value as string. | |
Class representing a boolean object. (For internal use only)
| wxPdfBoolean::wxPdfBoolean | ( | bool | value ) |
Constructor.
| virtual wxPdfBoolean::~wxPdfBoolean | ( | ) | [virtual] |
Constructor.
| wxString wxPdfBoolean::GetAsString | ( | ) |
Get boolean value as string.
| bool wxPdfBoolean::GetValue | ( | ) | [inline] |
Get boolean value.
1.7.2