38 #ifndef CW_MWAW_STRUCT
39 # define CW_MWAW_STRUCT
66 for (
int i = 0; i < 4; i++)
m_flags[i] = 0;
160 if (ch.
m_id != -1) o <<
"id=" << ch.
m_id <<
",";
163 o <<
"box=" << ch.
m_box <<
",";
int m_endSelection
the end of selection ( at least in text header)
Definition: CWStruct.hxx:111
Definition: CWStruct.hxx:134
main structure which correspond to a document part
Definition: CWStruct.hxx:55
std::vector< Child > m_childs
the list of child zone
Definition: CWStruct.hxx:120
long m_posC
a position (used in text zone to store the character )
Definition: CWStruct.hxx:172
Definition: CWStruct.hxx:59
Type m_type
the document type
Definition: CWStruct.hxx:93
friend std::ostream & operator<<(std::ostream &o, Child const &ch)
operator<<
Definition: CWStruct.hxx:141
structure used to define the child of a DSET structure
Definition: CWStruct.hxx:132
int m_id
the identificator
Definition: CWStruct.hxx:170
int m_type
the type
Definition: CWStruct.hxx:168
Definition: CWStruct.hxx:59
std::set< int > m_validedChildList
the list of verified child
Definition: CWStruct.hxx:105
int m_id
the identificator
Definition: CWStruct.hxx:99
Definition: CWStruct.hxx:134
Definition: CWStruct.hxx:134
Definition: CWStruct.hxx:59
bool okChildId(int zoneId) const
test is a child id is valid
Definition: CWStruct.hxx:73
int m_textType
the text type (header/footer,footnote, ...)
Definition: CWStruct.hxx:114
friend std::ostream & operator<<(std::ostream &o, DSET const &doc)
operator<<
Definition: CWStruct.cxx:55
Box2i m_box
the bdbox
Definition: CWStruct.hxx:174
Definition: CWStruct.hxx:59
Type
the document type
Definition: CWStruct.hxx:59
Type
the different types
Definition: CWStruct.hxx:134
T y() const
second element
Definition: libmwaw_internal.hxx:448
long m_dataSz
the data size
Definition: CWStruct.hxx:87
DSET()
constructor
Definition: CWStruct.hxx:62
std::set< int > m_fathersList
the list of fathers
Definition: CWStruct.hxx:102
std::vector< int > m_otherChilds
the list of other child
Definition: CWStruct.hxx:123
long m_size
the size of the DSET header
Definition: CWStruct.hxx:81
long m_headerSz
the header size
Definition: CWStruct.hxx:90
T x() const
first element
Definition: libmwaw_internal.hxx:444
Definition: CWStruct.hxx:134
Definition: CWStruct.hxx:59
the main class to read a Claris Works file
Definition: CWParser.hxx:73
long m_numData
the number of header
Definition: CWStruct.hxx:84
virtual ~DSET()
virtual destructor
Definition: CWStruct.hxx:70
int m_fileType
the type ( 0: text, -1: graphic, ...)
Definition: CWStruct.hxx:96
int m_flags[4]
some unknown flag
Definition: CWStruct.hxx:117
Definition: CWStruct.hxx:59
Child()
constructor
Definition: CWStruct.hxx:137
bool m_parsed
a flag to know if the entry is sent or not to the listener
Definition: CWStruct.hxx:126
int m_beginSelection
the begin of selection ( at least in text header)
Definition: CWStruct.hxx:108
int m_internal
an internal variable used to do some computation
Definition: CWStruct.hxx:129
Vec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:792
Definition: CWStruct.hxx:59
Definition: CWStruct.hxx:59
Definition: CWStruct.hxx:134