wxPdfDocument 0.9.2
Public Member Functions
wxPdfBoolean Class Reference

Class representing a boolean object. (For internal use only) More...

#include <pdfobjects.h>

Inheritance diagram for wxPdfBoolean:
wxPdfObject

List of all members.

Public Member Functions

 wxPdfBoolean (bool value)
 Constructor.
virtual ~wxPdfBoolean ()
 Constructor.
bool GetValue ()
 Get boolean value.
wxString GetAsString ()
 Get boolean value as string.

Detailed Description

Class representing a boolean object. (For internal use only)


Constructor & Destructor Documentation

wxPdfBoolean::wxPdfBoolean ( bool  value)

Constructor.

virtual wxPdfBoolean::~wxPdfBoolean ( ) [virtual]

Constructor.


Member Function Documentation

wxString wxPdfBoolean::GetAsString ( )

Get boolean value as string.

bool wxPdfBoolean::GetValue ( ) [inline]

Get boolean value.


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