Internal: the cell of a WNProStructure. More...
Public Member Functions | |
| Cell (MWProStructures &parser) | |
| constructor More... | |
| void | setBackColor (MWAWColor const &col) |
| set the background color More... | |
| virtual bool | send (MWAWContentListenerPtr listener) |
| send the content More... | |
| bool | sendContent (MWAWContentListenerPtr listener) |
| send the content More... | |
Public Member Functions inherited from MWAWTableCell | |
| MWAWTableCell () | |
| constructor More... | |
| virtual | ~MWAWTableCell () |
| destructor More... | |
| void | setBox (Box2f const &dim) |
| set the bounding box (units in point) More... | |
| Box2f const & | box () const |
| return the bounding box More... | |
Public Attributes | |
| MWProStructures & | m_parser |
| the text parser More... | |
| int | m_blockId |
| the block id More... | |
| MWAWColor | m_color |
| the background color More... | |
Additional Inherited Members | |
Protected Attributes inherited from MWAWTableCell | |
| Box2f | m_box |
| the cell bounding box (unit in point) More... | |
| Vec2i | m_position |
| the final position in the table More... | |
| Vec2i | m_numberCellSpanned |
| the number of cell span More... | |
Internal: the cell of a WNProStructure.
|
inline |
constructor
|
inlinevirtual |
send the content
Implements MWAWTableCell.
|
inlinevirtual |
|
inline |
set the background color
| int MWProStructuresInternal::Cell::m_blockId |
the block id
Referenced by sendContent().
| MWAWColor MWProStructuresInternal::Cell::m_color |
the background color
Referenced by send(), and setBackColor().
| MWProStructures& MWProStructuresInternal::Cell::m_parser |
the text parser
Referenced by sendContent().