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 | |
Public Attributes | |
| int | m_type |
| the type | |
| int | m_id |
| the identificator | |
| long | m_posC |
| a position (used in text zone to store the character ) | |
| Box2i | m_box |
| the bdbox | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Child const &ch) |
| operator<< | |
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 |