Internal: the border of a CWTable. More...
Public Member Functions | |
| Border () | |
| the constructor More... | |
Public Attributes | |
| Vec2i | m_position [2] |
| the origin and the end of edge position : unit WPX_POINT/256 More... | |
| int | m_styleId |
| the style id More... | |
| bool | m_isSent |
| a flag to know if the border is already sent More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Border const &bord) |
| operator<< More... | |
Internal: the border of a CWTable.
|
inline |
the constructor
|
friend |
operator<<
|
mutable |
a flag to know if the border is already sent
Referenced by CWTable::updateCell().
| Vec2i CWTableInternal::Border::m_position[2] |
the origin and the end of edge position : unit WPX_POINT/256
Referenced by CWTable::readTableBorders().
| int CWTableInternal::Border::m_styleId |
the style id
Referenced by CWTable::readTableBorders(), and CWTable::updateCell().