the state of QuattroGraph More...
Public Member Functions | |
State () | |
constructor More... | |
void | storeGraph (std::shared_ptr< Graph > graph) |
store a graph 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
|
inline |
store a graph
std::shared_ptr<Graph> QuattroGraphInternal::State::m_actualGraph |
the actual graph
Referenced by storeGraph().
int QuattroGraphInternal::State::m_actualSheet |
the actual sheet id
Referenced by storeGraph().
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
Referenced by storeGraph().
int QuattroGraphInternal::State::m_version |
the file version