a table cell in a table in HanMacWrdJGraph More...
Public Member Functions | |
| TableCell (long tId) | |
| constructor | |
| void | update (CellFormat const &format) |
| use cell format to finish updating cell | |
| virtual bool | sendContent (MWAWListenerPtr listener, MWAWTable &table) |
| call when the content of a cell must be send | |
Public Attributes | |
| long | m_zId |
| the cell zone id | |
| long | m_tId |
| the cell text zone id | |
| long | m_cPos |
| the first character position in m_zId | |
| long | m_fileId |
| the file id | |
| int | m_formatId |
| the cell format id | |
| int | m_flags |
| the cell flags | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TableCell const &cell) |
| operator<< | |
a table cell in a table in HanMacWrdJGraph
| HanMacWrdJGraphInternal::TableCell::TableCell | ( | long | tId | ) | [inline] |
constructor
| bool HanMacWrdJGraphInternal::TableCell::sendContent | ( | MWAWListenerPtr | listener, |
| MWAWTable & | table | ||
| ) | [virtual] |
call when the content of a cell must be send
Reimplemented from MWAWCell.
| void HanMacWrdJGraphInternal::TableCell::update | ( | CellFormat const & | format | ) |
use cell format to finish updating cell
Referenced by HanMacWrdJGraphInternal::Table::updateCells().
| std::ostream& operator<< | ( | std::ostream & | o, |
| TableCell const & | cell | ||
| ) | [friend] |
operator<<
the first character position in m_zId
Referenced by HanMacWrdJGraphInternal::operator<<(), and sendContent().
| std::string HanMacWrdJGraphInternal::TableCell::m_extra |
extra data
Referenced by HanMacWrdJGraphInternal::operator<<().
the file id
the cell flags
Referenced by HanMacWrdJGraphInternal::operator<<().
the cell format id
Referenced by HanMacWrdJGraphInternal::operator<<(), and HanMacWrdJGraphInternal::Table::updateCells().
the cell text zone id
Referenced by sendContent().
the cell zone id
Referenced by HanMacWrdJGraphInternal::operator<<().