Internal: the state of a FullWrtGraph. More...
| Public Member Functions | |
| State () | |
| constructor  More... | |
| Public Attributes | |
| int | m_version | 
| the file version  More... | |
| std::vector< std::shared_ptr< SideBar > > | m_sidebarList | 
| the sidebar list  More... | |
| std::multimap< int, FullWrtStruct::EntryPtr > | m_graphicMap | 
| zoneId -> graphic entry  More... | |
| std::vector< FullWrtStruct::Border > | m_borderList | 
| a list of border  More... | |
| int | m_numPages | 
Internal: the state of a FullWrtGraph.
| 
 | inline | 
constructor
| std::vector<FullWrtStruct::Border> FullWrtGraphInternal::State::m_borderList | 
a list of border
| std::multimap<int, FullWrtStruct::EntryPtr > FullWrtGraphInternal::State::m_graphicMap | 
zoneId -> graphic entry
| int FullWrtGraphInternal::State::m_numPages | 
| std::vector<std::shared_ptr<SideBar> > FullWrtGraphInternal::State::m_sidebarList | 
the sidebar list
| 
 | mutable | 
the file version