Internal: the state of a WPS8Graph. More...
| Public Member Functions | |
| State () | |
| Public Attributes | |
| int | m_version | 
| the version | |
| int | m_numPages | 
| the number page | |
| std::map< int, Border > | m_borderMap | 
| a map id -> border | |
| std::map< int, WPSEntry > | m_ibgfMap | 
| a map id -> ibgf entry (background picture entry) | |
| std::map< int, WPSEmbeddedObject > | m_pictMap | 
| a map id -> pictData | |
| std::map< int, WPSEmbeddedObject > | m_oleMap | 
| a map id -> OleData | |
Internal: the state of a WPS8Graph.
| 
 | inline | 
| std::map<int, Border> WPS8GraphInternal::State::m_borderMap | 
a map id -> border
Referenced by State().
| std::map<int, WPSEntry> WPS8GraphInternal::State::m_ibgfMap | 
a map id -> ibgf entry (background picture entry)
Referenced by State().
| int WPS8GraphInternal::State::m_numPages | 
the number page
Referenced by State().
| std::map<int, WPSEmbeddedObject> WPS8GraphInternal::State::m_oleMap | 
a map id -> OleData
Referenced by State().
| std::map<int, WPSEmbeddedObject> WPS8GraphInternal::State::m_pictMap | 
a map id -> pictData
Referenced by State().
| int WPS8GraphInternal::State::m_version | 
the version
Referenced by State().