a table cell in a table in HMWKGraph More...
Public Member Functions | |
TableCell () | |
constructor | |
virtual bool | sendContent (MWAWContentListenerPtr listener, MWAWTable &table) |
call when the content of a cell must be send | |
Public Attributes | |
long | m_id |
the cell id ( corresponding to the last data in the main zones list ) | |
long | m_fileId |
the file id | |
int | m_flags |
the cell data | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TableCell const &cell) |
operator<< |
a table cell in a table in HMWKGraph
HMWKGraphInternal::TableCell::TableCell | ( | ) | [inline] |
constructor
bool HMWKGraphInternal::TableCell::sendContent | ( | MWAWContentListenerPtr | listener, |
MWAWTable & | table | ||
) | [virtual] |
call when the content of a cell must be send
Reimplemented from MWAWCell.
std::ostream& operator<< | ( | std::ostream & | o, |
TableCell const & | cell | ||
) | [friend] |
operator<<
std::string HMWKGraphInternal::TableCell::m_extra |
extra data
Referenced by HMWKGraphInternal::operator<<().
the file id
Referenced by HMWKGraph::getTextFrameInformations(), HMWKGraphInternal::operator<<(), and sendContent().
the cell data
Referenced by HMWKGraphInternal::operator<<().
the cell id ( corresponding to the last data in the main zones list )
Referenced by HMWKGraphInternal::operator<<(), and sendContent().