wxPdfDocument 0.9.2
Public Member Functions
wxPdfDictionary Class Reference

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

#include <pdfobjects.h>

Inheritance diagram for wxPdfDictionary:
wxPdfObject

List of all members.

Public Member Functions

 wxPdfDictionary ()
 Constructor.
 wxPdfDictionary (const wxString &type)
 Constructor.
virtual ~wxPdfDictionary ()
 Destructor.
void Put (wxPdfName *key, wxPdfObject *value)
 Add a (name,value) pair to the dictionary.
void Put (const wxString &key, wxPdfObject *value)
 Add a (name,value) pair to the dictionary.
wxPdfObjectGet (const wxString &key)
 Get the value identified by the given key.
wxPdfDictionaryMap * GetHashMap ()
 Get the dictionary map.

Detailed Description

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


Constructor & Destructor Documentation

wxPdfDictionary::wxPdfDictionary ( )

Constructor.

wxPdfDictionary::wxPdfDictionary ( const wxString &  type)

Constructor.

virtual wxPdfDictionary::~wxPdfDictionary ( ) [virtual]

Destructor.


Member Function Documentation

wxPdfObject* wxPdfDictionary::Get ( const wxString &  key)

Get the value identified by the given key.

wxPdfDictionaryMap* wxPdfDictionary::GetHashMap ( ) [inline]

Get the dictionary map.

void wxPdfDictionary::Put ( wxPdfName key,
wxPdfObject value 
)

Add a (name,value) pair to the dictionary.

void wxPdfDictionary::Put ( const wxString &  key,
wxPdfObject value 
)

Add a (name,value) pair to the dictionary.


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