structure used to define the child of a DSET structure More...
#include <CWStruct.hxx>
Public Types | |
enum | Type { ZONE, TEXT, GRAPHIC, TABLE, UNKNOWN } |
the different types More... | |
Public Member Functions | |
Child () | |
constructor More... | |
Public Attributes | |
int | 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... | |
Box2i | 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
|
friend |
operator<<
Box2i CWStruct::DSET::Child::m_box |
int CWStruct::DSET::Child::m_id |
the identificator
Referenced by CWGraphInternal::ZoneZone::getChild().
long CWStruct::DSET::Child::m_posC |
a position (used in text zone to store the character )
Referenced by CWText::readDSETZone().
int CWStruct::DSET::Child::m_type |