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.
virtual ~wxPdfDictionary ()
 Destructor.
void Put (wxPdfName *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 (  )  [virtual]

Destructor.


Member Function Documentation

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

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

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

Get the value identified by the given key.

wxPdfDictionaryMap* wxPdfDictionary::GetHashMap (  )  [inline]

Get the dictionary map.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:37 2006 for wxPdfDocument by  doxygen 1.5.1-p1