HMWJGraphInternal::TableCell Struct Reference

a table cell in a table in HMWJGraph More...

Inheritance diagram for HMWJGraphInternal::TableCell:
MWAWCell

List of all members.

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<<

Detailed Description

a table cell in a table in HMWJGraph


Constructor & Destructor Documentation

constructor


Member Function Documentation

call when the content of a cell must be send

Reimplemented from MWAWCell.

use cell format to finish updating cell

Referenced by HMWJGraphInternal::Table::updateCells().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
TableCell const &  cell 
) [friend]

operator<<


Member Data Documentation

the first character position in m_zId

Referenced by HMWJGraphInternal::operator<<(), and sendContent().

the cell text zone id

Referenced by sendContent().


The documentation for this struct was generated from the following file: