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