the state of a MWAWGraphicInterface More...
Public Member Functions | |
| State () | |
| constructor | |
| bool | retrieveListElement (int id, int level, WPXPropertyList &list) const |
| try to retrieve a list element property | |
| void | addListElement (WPXPropertyList const &list) |
| add a list definition in the list property map | |
Public Attributes | |
| MWAWPropertyHandlerEncoder | m_encoder |
| the encoder | |
| std::multimap< int, WPXPropertyList > | m_listIdToPropertyMap |
| a multimap list id to property list item map | |
the state of a MWAWGraphicInterface
| MWAWGraphicInterfaceInternal::State::State | ( | ) | [inline] |
constructor
| void MWAWGraphicInterfaceInternal::State::addListElement | ( | WPXPropertyList const & | list | ) |
add a list definition in the list property map
| bool MWAWGraphicInterfaceInternal::State::retrieveListElement | ( | int | id, |
| int | level, | ||
| WPXPropertyList & | list | ||
| ) | const |
try to retrieve a list element property
| std::multimap<int, WPXPropertyList> MWAWGraphicInterfaceInternal::State::m_listIdToPropertyMap |
a multimap list id to property list item map
Referenced by addListElement(), and retrieveListElement().