Internal: class to store a basic cell with borders. More...
Public Member Functions | |
Cell (WPS8Table &parser) | |
constructor | |
virtual | ~Cell () |
virtual destructor | |
virtual bool | send (WPSListenerPtr &listener) |
call when a cell must be send | |
virtual bool | sendContent (WPSListenerPtr &) |
call when the content of a cell must be send | |
Public Attributes | |
WPS8Table & | m_tableParser |
the actual parser | |
int | m_id |
the cell id | |
int | m_strsId |
the strsId | |
Vec2f | m_size |
frame size in inches | |
float | m_bordersSep [4] |
border text separator T,L,R,B ( checkme, not sure ) | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
operator<< |
Internal: class to store a basic cell with borders.
WPS8TableInternal::Cell::Cell | ( | WPS8Table & | parser | ) | [inline] |
constructor
virtual WPS8TableInternal::Cell::~Cell | ( | ) | [inline, virtual] |
virtual destructor
virtual bool WPS8TableInternal::Cell::send | ( | WPSListenerPtr & | listener | ) | [inline, virtual] |
call when a cell must be send
Implements WPSCell.
virtual bool WPS8TableInternal::Cell::sendContent | ( | WPSListenerPtr & | ) | [inline, virtual] |
std::ostream& operator<< | ( | std::ostream & | o, |
Cell const & | cell | ||
) | [friend] |
operator<<
border text separator T,L,R,B ( checkme, not sure )
Referenced by Cell(), and WPS8TableInternal::operator<<().
the cell id
Referenced by sendContent().
frame size in inches
Referenced by WPS8TableInternal::operator<<().
int WPS8TableInternal::Cell::m_strsId [mutable] |
the strsId
Referenced by sendContent().
the actual parser
Referenced by sendContent().