a table cell in a table in HanMacWrdKGraph More...
Public Member Functions | |
| TableCell () | |
| constructor | |
| virtual bool | sendContent (MWAWListenerPtr 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 HanMacWrdKGraph
| HanMacWrdKGraphInternal::TableCell::TableCell | ( | ) | [inline] |
constructor
| bool HanMacWrdKGraphInternal::TableCell::sendContent | ( | MWAWListenerPtr | 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 HanMacWrdKGraphInternal::TableCell::m_extra |
extra data
Referenced by HanMacWrdKGraphInternal::operator<<().
the file id
Referenced by HanMacWrdKGraph::getTextFrameInformations(), HanMacWrdKGraphInternal::operator<<(), and sendContent().
the cell data
Referenced by HanMacWrdKGraphInternal::operator<<().
the cell id ( corresponding to the last data in the main zones list )
Referenced by HanMacWrdKGraphInternal::operator<<(), and sendContent().