structure used to define the child of a DSET structure More...
#include <ClarisWksStruct.hxx>
Public Member Functions | |
Child () | |
constructor More... | |
Box2f | getBdBox () const |
return the zone bdbox More... | |
Public Attributes | |
ChildType | m_type |
the type More... | |
int | m_id |
the identificator More... | |
long | m_posC |
a position (used in text zone to store the character ) More... | |
int | m_page |
the page if known More... | |
Box2f | m_box |
the bdbox More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Child const &ch) |
operator<< More... | |
structure used to define the child of a DSET structure
|
inline |
constructor
|
inline |
return the zone bdbox
Referenced by ClarisWksStruct::DSET::findForbiddenPagesBreaking(), and ClarisWksStruct::DSET::updateChildPositions().
|
friend |
operator<<
Box2f ClarisWksStruct::DSET::Child::m_box |
the bdbox
Referenced by ClarisWksStruct::DSET::findForbiddenPagesBreaking(), getBdBox(), ClarisWksGraphInternal::Zone::getChild(), ClarisWksGraphInternal::ZoneShape::getChild(), ClarisWksGraphInternal::ZonePict::getChild(), ClarisWksGraphInternal::ZoneZone::getChild(), ClarisWksGraphInternal::Chart::getChild(), ClarisWksGraphInternal::ZoneUnknown::getChild(), ClarisWksStruct::DSET::getUnionChildBox(), ClarisWksText::readDSETZone(), and ClarisWksStruct::DSET::updateChildPositions().
int ClarisWksStruct::DSET::Child::m_id |
the identificator
Referenced by ClarisWksGraphInternal::ZoneZone::getChild().
int ClarisWksStruct::DSET::Child::m_page |
the page if known
Referenced by ClarisWksStruct::DSET::updateChildPositions().
long ClarisWksStruct::DSET::Child::m_posC |
a position (used in text zone to store the character )
Referenced by ClarisWksText::readDSETZone().
ChildType ClarisWksStruct::DSET::Child::m_type |