wxPdfDocument 0.9.2
|
Class representing a dictionary object. (For internal use only) More...
#include <pdfobjects.h>
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. | |
wxPdfObject * | Get (const wxString &key) |
Get the value identified by the given key. | |
wxPdfDictionaryMap * | GetHashMap () |
Get the dictionary map. |
Class representing a dictionary object. (For internal use only)
wxPdfDictionary::wxPdfDictionary | ( | ) |
Constructor.
wxPdfDictionary::wxPdfDictionary | ( | const wxString & | type | ) |
Constructor.
virtual wxPdfDictionary::~wxPdfDictionary | ( | ) | [virtual] |
Destructor.
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.