a table cell in a table in HMWJGraph More...
Public Member Functions | |
TableCell (long tId) | |
constructor More... | |
Public Attributes | |
int | m_row |
the row More... | |
int | m_col |
the column More... | |
Vec2i | m_span |
the span ( numRow x numCol ) More... | |
long | m_zId |
the cell zone id More... | |
long | m_tId |
the cell text zone id More... | |
long | m_cPos |
the first character position in m_zId More... | |
long | m_fileId |
the file id More... | |
int | m_formatId |
the cell format id More... | |
int | m_flags |
the cell flags More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TableCell const &cell) |
operator<< More... | |
a table cell in a table in HMWJGraph
|
inline |
constructor
|
friend |
operator<<
int HMWJGraphInternal::TableCell::m_col |
the column
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), HMWJGraph::sendPreTableData(), HMWJGraph::sendTable(), HMWJGraph::sendTableCell(), and HMWJGraph::updateTable().
long HMWJGraphInternal::TableCell::m_cPos |
the first character position in m_zId
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), HMWJGraph::sendTableCell(), and HMWJGraph::sendTableUnformatted().
std::string HMWJGraphInternal::TableCell::m_extra |
extra data
Referenced by HMWJGraphInternal::operator<<(), and HMWJGraph::readTable().
long HMWJGraphInternal::TableCell::m_fileId |
the file id
int HMWJGraphInternal::TableCell::m_flags |
the cell flags
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), HMWJGraph::sendPreTableData(), HMWJGraph::sendTableCell(), HMWJGraph::sendTableUnformatted(), and HMWJGraph::updateTable().
int HMWJGraphInternal::TableCell::m_formatId |
the cell format id
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), and HMWJGraph::sendTableCell().
int HMWJGraphInternal::TableCell::m_row |
Vec2i HMWJGraphInternal::TableCell::m_span |
the span ( numRow x numCol )
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), HMWJGraph::sendPreTableData(), HMWJGraph::sendTableCell(), and HMWJGraph::updateTable().
long HMWJGraphInternal::TableCell::m_tId |
the cell text zone id
Referenced by HMWJGraph::sendTableCell(), and HMWJGraph::sendTableUnformatted().
long HMWJGraphInternal::TableCell::m_zId |
the cell zone id
Referenced by HMWJGraphInternal::operator<<(), HMWJGraph::readTable(), and HMWJGraph::sendTableCell().