Internal: the table of a WNText. More...
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<< |
Internal: the table of a WNText.
WNTextInternal::TableData::TableData | ( | ) | [inline] |
constructor
void WNTextInternal::TableData::updateCell | ( | MWAWCell & | cell | ) | const [inline] |
update a cell
std::ostream& operator<< | ( | std::ostream & | o, |
TableData const & | table | ||
) | [friend] |
operator<<
the bdbox
Referenced by updateCell().
the background color
Referenced by WNText::readTable(), and updateCell().
std::string WNTextInternal::TableData::m_error |
the parsing errors
some unknown flags : T, R, B, L
Referenced by TableData(), and updateCell().
the type
Referenced by WNText::readTable().
some unknown values
Referenced by WNText::readTable(), and TableData().