Internal: the state of a FullWrtGraph. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_version |
the file version | |
std::vector< std::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.
|
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