WNTextInternal::Cell Struct Reference

Internal: the cell of a WNText. More...

Inheritance diagram for WNTextInternal::Cell:
MWAWTableCell

Public Member Functions

 Cell (WNText &parser)
 constructor
virtual bool send (MWAWContentListenerPtr listener)
 send the content
bool sendContent (MWAWContentListenerPtr)
 send the content
- Public Member Functions inherited from MWAWTableCell
 MWAWTableCell ()
 constructor
virtual ~MWAWTableCell ()
 destructor
void setBox (Box2f const &dim)
 set the bounding box (units in point)
Box2f const & box () const
 return the bounding box

Public Attributes

WNTextm_parser
 the text parser
MWAWColor m_color
 the background color
int m_borderList
 the border list : libmwaw::LeftBorderBit | ...
std::vector< ContentZonem_zonesList
 the list of zone
std::vector< shared_ptr
< ContentZones > > 
m_footnoteList
 a list to retrieve the footnote content

Additional Inherited Members

- Protected Attributes inherited from MWAWTableCell
Box2f m_box
 the cell bounding box (unit in point)
Vec2i m_position
 the final position in the table
Vec2i m_numberCellSpanned
 the number of cell span

Detailed Description

Internal: the cell of a WNText.

Constructor & Destructor Documentation

WNTextInternal::Cell::Cell ( WNText parser)
inline

constructor

Member Function Documentation

virtual bool WNTextInternal::Cell::send ( MWAWContentListenerPtr  listener)
inlinevirtual

send the content

Implements MWAWTableCell.

bool WNTextInternal::Cell::sendContent ( MWAWContentListenerPtr  )
virtual

send the content

as a cell can be arbitrary cutted in small part, we must retrieve the last ruler

Implements MWAWTableCell.

Referenced by send().

Member Data Documentation

int WNTextInternal::Cell::m_borderList

the border list : libmwaw::LeftBorderBit | ...

Referenced by send().

MWAWColor WNTextInternal::Cell::m_color

the background color

Referenced by send().

std::vector<shared_ptr<ContentZones> > WNTextInternal::Cell::m_footnoteList

a list to retrieve the footnote content

Referenced by sendContent().

WNText& WNTextInternal::Cell::m_parser

the text parser

Referenced by sendContent().

std::vector<ContentZone> WNTextInternal::Cell::m_zonesList

the list of zone

Referenced by sendContent().


The documentation for this struct was generated from the following file:

Generated on Wed May 22 2013 18:12:49 for libmwaw by doxygen 1.8.1.2