the state of QuattroGraph More...
Public Member Functions | |
State () | |
constructor More... | |
void | storeGraph (std::shared_ptr< Graph > graph) |
store a graph More... | |
bool | getPattern (int id, WPSGraphicStyle::Pattern &pattern) const |
returns the pattern corresponding to a pattern id between 0 and 24 More... | |
Public Attributes | |
int | m_version |
the file version More... | |
int | m_actualSheet |
the actual sheet id More... | |
std::multimap< int, std::shared_ptr< Graph > > | m_sheetIdToGraphMap |
a multimap sheetId to graph More... | |
std::shared_ptr< Graph > | m_actualGraph |
the actual graph More... | |
std::map < librevenge::RVNGString, WPSEmbeddedObject > | m_linkNameToObjectMap |
a map link name to object More... | |
the state of QuattroGraph
|
inline |
constructor
bool QuattroGraphInternal::State::getPattern | ( | int | id, |
WPSGraphicStyle::Pattern & | pattern | ||
) | const |
returns the pattern corresponding to a pattern id between 0 and 24
|
inline |
store a graph
std::shared_ptr<Graph> QuattroGraphInternal::State::m_actualGraph |
the actual graph
int QuattroGraphInternal::State::m_actualSheet |
the actual sheet id
std::map<librevenge::RVNGString,WPSEmbeddedObject> QuattroGraphInternal::State::m_linkNameToObjectMap |
a map link name to object
std::multimap<int, std::shared_ptr<Graph> > QuattroGraphInternal::State::m_sheetIdToGraphMap |
a multimap sheetId to graph
int QuattroGraphInternal::State::m_version |
the file version