a table cell in a table in HMWKGraph More...
Public Member Functions | |
TableCell () | |
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... | |
Vec2f | m_dim |
the dimension More... | |
MWAWColor | m_backColor |
the background color More... | |
std::vector< MWAWBorder > | m_borders |
the border: order defined by MWAWBorder::Pos More... | |
long | m_id |
the cell id ( corresponding to the last data in the main zones list ) More... | |
long | m_fileId |
the file id More... | |
int | m_flags |
the cell data 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 HMWKGraph
|
inline |
constructor
|
friend |
operator<<
MWAWColor HMWKGraphInternal::TableCell::m_backColor |
the background color
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), and HMWKGraph::sendTableCell().
std::vector<MWAWBorder> HMWKGraphInternal::TableCell::m_borders |
the border: order defined by MWAWBorder::Pos
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), and HMWKGraph::sendTableCell().
int HMWKGraphInternal::TableCell::m_col |
the column
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendPreTableData(), HMWKGraph::sendTable(), HMWKGraph::sendTableCell(), and HMWKGraph::updateTable().
Vec2f HMWKGraphInternal::TableCell::m_dim |
the dimension
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), and HMWKGraph::updateTable().
std::string HMWKGraphInternal::TableCell::m_extra |
extra data
Referenced by HMWKGraphInternal::operator<<(), and HMWKGraph::readTable().
long HMWKGraphInternal::TableCell::m_fileId |
the file id
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendTableCell(), and HMWKGraph::sendTableUnformatted().
int HMWKGraphInternal::TableCell::m_flags |
the cell data
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendPreTableData(), HMWKGraph::sendTableCell(), and HMWKGraph::updateTable().
long HMWKGraphInternal::TableCell::m_id |
the cell id ( corresponding to the last data in the main zones list )
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendTableCell(), and HMWKGraph::sendTableUnformatted().
int HMWKGraphInternal::TableCell::m_row |
Vec2i HMWKGraphInternal::TableCell::m_span |
the span ( numRow x numCol )
Referenced by HMWKGraphInternal::operator<<(), HMWKGraph::readTable(), HMWKGraph::sendPreTableData(), HMWKGraph::sendTableCell(), and HMWKGraph::updateTable().