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