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