a table cell in a table in HMWJGraph More...
Public Member Functions | |
TableCell (long tId) | |
constructor | |
void | update (CellFormat const &format) |
use cell format to finish updating cell | |
virtual bool | sendContent (MWAWContentListenerPtr 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 HMWJGraph
HMWJGraphInternal::TableCell::TableCell | ( | long | tId | ) | [inline] |
constructor
bool HMWJGraphInternal::TableCell::sendContent | ( | MWAWContentListenerPtr | listener, |
MWAWTable & | table | ||
) | [virtual] |
call when the content of a cell must be send
Reimplemented from MWAWCell.
void HMWJGraphInternal::TableCell::update | ( | CellFormat const & | format | ) |
use cell format to finish updating cell
Referenced by HMWJGraphInternal::Table::updateCells().
std::ostream& operator<< | ( | std::ostream & | o, |
TableCell const & | cell | ||
) | [friend] |
operator<<
the first character position in m_zId
Referenced by HMWJGraphInternal::operator<<(), and sendContent().
std::string HMWJGraphInternal::TableCell::m_extra |
extra data
Referenced by HMWJGraphInternal::operator<<().
the file id
the cell flags
Referenced by HMWJGraphInternal::operator<<().
the cell format id
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraphInternal::Table::updateCells().
the cell text zone id
Referenced by sendContent().
the cell zone id
Referenced by HMWJGraphInternal::operator<<().