Internal: the sidebar of a FWGraph. More...
Public Member Functions | |
SideBar (FWStruct::ZoneHeader const &header) | |
constructor More... | |
![]() | |
ZoneHeader () | |
constructor More... | |
virtual | ~ZoneHeader () |
destructor More... | |
bool | read (shared_ptr< FWStruct::Entry > zone) |
try to read the data header of a classical zone More... | |
Public Attributes | |
Box2f | m_box |
the position (in point) More... | |
int | m_page |
the page More... | |
int | m_borderId |
the border id More... | |
bool | m_parsed |
a flag to know if the sidebar is send to the listener More... | |
![]() | |
int | m_type |
the zone type More... | |
int | m_docId |
the doc id More... | |
int | m_fileId |
the file id More... | |
int | m_wrapping |
the wrapping type More... | |
std::string | m_extra |
some extra data More... | |
Internal: the sidebar of a FWGraph.
|
inline |
constructor
int FWGraphInternal::SideBar::m_borderId |
the border id
Referenced by FWGraph::readSideBarFormat(), and FWGraph::sendSideBar().
Box2f FWGraphInternal::SideBar::m_box |
the position (in point)
Referenced by FWGraph::readSideBarPosition(), and FWGraph::sendSideBar().
int FWGraphInternal::SideBar::m_page |
the page
Referenced by FWGraph::readSideBarPosition(), and FWGraph::sendSideBar().
|
mutable |
a flag to know if the sidebar is send to the listener
Referenced by FWGraph::sendPageGraphics(), and FWGraph::sendSideBar().