#include <WPXPropertyList.h>
Classes | |
class | Iter |
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=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 |
WPXPropertyList::WPXPropertyList | ( | ) |
WPXPropertyList::WPXPropertyList | ( | const WPXPropertyList & | propList | ) |
WPXPropertyList::~WPXPropertyList | ( | ) | [virtual] |
void WPXPropertyList::clear | ( | ) |
Referenced by WPXContentListener::_openPageSpan().
void WPXPropertyList::insert | ( | const char * | name, | |
const float | val, | |||
const WPXUnit | units = INCH | |||
) |
void WPXPropertyList::insert | ( | const char * | name, | |
const WPXString & | val | |||
) |
void WPXPropertyList::insert | ( | const char * | name, | |
const bool | val | |||
) |
void WPXPropertyList::insert | ( | const char * | name, | |
const int | val | |||
) |
void WPXPropertyList::insert | ( | const char * | name, | |
const char * | val | |||
) |
void WPXPropertyList::insert | ( | const char * | name, | |
WPXProperty * | prop | |||
) |
Referenced by WPXContentListener::_appendJustification(), WPXContentListener::_appendParagraphProperties(), WPXContentListener::_getTabStops(), WP6ContentListener::_handleListChange(), WPXContentListener::_openPageSpan(), WPXContentListener::_openSection(), WPXContentListener::_openSpan(), WPXContentListener::_openTable(), WPXContentListener::_openTableCell(), WPXContentListener::_openTableRow(), addBorderProps(), WP5ContentListener::insertNote(), WP3ContentListener::insertNote(), WP1ContentListener::insertNote(), WP6ContentListener::noteOff(), operator=(), WP6ContentListener::setDate(), WP6ContentListener::setExtendedInformation(), and WPXPropertyList().
const WPXPropertyList & WPXPropertyList::operator= | ( | const WPXPropertyList & | propList | ) |
const WPXProperty * WPXPropertyList::operator[] | ( | const char * | name | ) | const |
void WPXPropertyList::remove | ( | const char * | name | ) |
friend class WPXPropertyList::Iter [friend] |
WPXMapImpl* WPXPropertyList::m_mapImpl [mutable, private] |
Referenced by clear(), insert(), operator[](), remove(), and ~WPXPropertyList().