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