#include <pdfobjects.h>
Inheritance diagram for wxPdfDictionary:

Public Member Functions | |
| wxPdfDictionary () | |
| Constructor. | |
| virtual | ~wxPdfDictionary () |
| Destructor. | |
| void | Put (wxPdfName *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. | |
| wxPdfDictionary::wxPdfDictionary | ( | ) |
Constructor.
| wxPdfDictionary::~wxPdfDictionary | ( | ) | [virtual] |
Destructor.
| 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.
1.5.1-p1