wxPdfDocument 0.9.2
Public Member Functions
wxPdfLiteral Class Reference

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

#include <pdfobjects.h>

Inheritance diagram for wxPdfLiteral:
wxPdfObject

List of all members.

Public Member Functions

 wxPdfLiteral (int type, const wxString &value)
 Constructor.
virtual ~wxPdfLiteral ()
 Destructor.
wxString GetValue ()
 Get string value of the literal.

Detailed Description

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


Constructor & Destructor Documentation

wxPdfLiteral::wxPdfLiteral ( int  type,
const wxString &  value 
)

Constructor.

virtual wxPdfLiteral::~wxPdfLiteral ( ) [virtual]

Destructor.


Member Function Documentation

wxString wxPdfLiteral::GetValue ( ) [inline]

Get string value of the literal.


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