Internal: the state of a FWGraph. 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, FWStruct::EntryPtr > | m_graphicMap |
zoneId -> graphic entry | |
std::vector< FWStruct::Border > | m_borderList |
a list of border | |
int | m_numPages |
Internal: the state of a FWGraph.
FWGraphInternal::State::State | ( | ) | [inline] |
constructor
std::vector<FWStruct::Border> FWGraphInternal::State::m_borderList |
a list of border
std::multimap<int, FWStruct::EntryPtr > FWGraphInternal::State::m_graphicMap |
zoneId -> graphic entry
std::vector<shared_ptr<SideBar> > FWGraphInternal::State::m_sidebarList |
the sidebar list
int FWGraphInternal::State::m_version [mutable] |
the file version