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
CWStruct::DSET::Child::Child | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Child const & | ch | ||
) | [friend] |
operator<<
the identificator
Referenced by CWGraphInternal::ZoneZone::getChild().
a position (used in text zone to store the character )
Referenced by CWText::readDSETZone().