#include <WPXPropertyList.h>
Public Member Functions | |
| WPXPropertyList () | |
| WPXPropertyList (const WPXPropertyList &) | |
| virtual | ~WPXPropertyList () |
| void | insert (const char *name, WPXProperty *prop) |
| void | insert (const char *name, const char *val) |
| void | insert (const char *name, const int val) |
| void | insert (const char *name, const bool val) |
| void | insert (const char *name, const WPXString &val) |
| void | insert (const char *name, const float val, const WPXUnit units=WPX_INCH) |
| void | remove (const char *name) |
| const WPXProperty * | operator[] (const char *name) const |
| const WPXPropertyList & | operator= (const WPXPropertyList &propList) |
| void | clear () |
Private Attributes | |
| WPXMapImpl * | m_mapImpl |
Friends | |
| class | WPXPropertyList::Iter |
Classes | |
| class | Iter |
| WPXPropertyList::WPXPropertyList | ( | ) |
| WPXPropertyList::WPXPropertyList | ( | const WPXPropertyList & | propList | ) |
| WPXPropertyList::~WPXPropertyList | ( | ) | [virtual] |
| void WPXPropertyList::insert | ( | const char * | name, | |
| WPXProperty * | prop | |||
| ) |
| void WPXPropertyList::insert | ( | const char * | name, | |
| const char * | val | |||
| ) |
| void WPXPropertyList::insert | ( | const char * | name, | |
| const int | val | |||
| ) |
| void WPXPropertyList::insert | ( | const char * | name, | |
| const bool | val | |||
| ) |
| void WPXPropertyList::insert | ( | const char * | name, | |
| const WPXString & | val | |||
| ) |
| void WPXPropertyList::insert | ( | const char * | name, | |
| const float | val, | |||
| const WPXUnit | units = WPX_INCH | |||
| ) |
| void WPXPropertyList::remove | ( | const char * | name | ) |
| const WPXProperty * WPXPropertyList::operator[] | ( | const char * | name | ) | const |
| const WPXPropertyList & WPXPropertyList::operator= | ( | const WPXPropertyList & | propList | ) |
| void WPXPropertyList::clear | ( | ) |
friend class WPXPropertyList::Iter [friend] |
WPXMapImpl* WPXPropertyList::m_mapImpl [mutable, private] |