CWStruct::DSET::Child Struct Reference

structure used to define the child of a DSET structure More...

#include <CWStruct.hxx>

List of all members.

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<<

Detailed Description

structure used to define the child of a DSET structure


Member Enumeration Documentation

the different types

Enumerator:
ZONE 
TEXT 
GRAPHIC 
TABLE 
UNKNOWN 

Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Child const &  ch 
) [friend]

operator<<


Member Data Documentation

a position (used in text zone to store the character )

Referenced by CWText::readDSETZone().


The documentation for this struct was generated from the following file: