WNTextInternal::TableData Struct Reference

Internal: the table of a WNText. More...

List of all members.

Public Member Functions

 TableData ()
 constructor
void updateCell (MWAWCell &cell) const
 update a cell

Public Attributes

int m_type
 the type
Box2i m_box
 the bdbox
MWAWColor m_color
 the background color
int m_flags [4]
 some unknown flags : T, R, B, L
int m_values [10]
 some unknown values
std::string m_error
 the parsing errors

Friends

std::ostream & operator<< (std::ostream &o, TableData const &table)
 operator<<

Detailed Description

Internal: the table of a WNText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

void WNTextInternal::TableData::updateCell ( MWAWCell cell) const [inline]

update a cell


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
TableData const &  table 
) [friend]

operator<<


Member Data Documentation

the parsing errors

some unknown flags : T, R, B, L

Referenced by TableData(), and updateCell().

some unknown values

Referenced by WNText::readTable(), and TableData().


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