WPS8TableInternal::Table Struct Reference

Internal: class to store a table: list of cells. More...

Inheritance diagram for WPS8TableInternal::Table:
WPSTable

List of all members.

Public Member Functions

 Table ()
 constructor
- Public Member Functions inherited from WPSTable
 WPSTable ()
 the constructor
virtual ~WPSTable ()
 the destructor
void add (WPSCellPtr &cell)
 add a new cells
int numCells () const
 returns the number of cell
WPSCellPtr getCell (int id)
 returns the i^th cell
bool sendTable (WPSContentListenerPtr listener)
 try to send the table
bool sendAsText (WPSContentListenerPtr listener)
 try to send the table as basic text

Public Attributes

int m_id
 the table id
bool m_parsed
 a bool to know if the table has been parsed

Friends

std::ostream & operator<< (std::ostream &o, Table const &table)
 operator<<

Additional Inherited Members

- Protected Member Functions inherited from WPSTable
bool buildStructures ()
 create the correspondance list, ...
- Protected Attributes inherited from WPSTable
std::vector< WPSCellPtrm_cellsList
 the list of cells
std::vector< float > m_rowsSize
 the final row and col size (in point)
std::vector< float > m_colsSize

Detailed Description

Internal: class to store a table: list of cells.


Constructor & Destructor Documentation

WPS8TableInternal::Table::Table ( )
inline

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Table const &  table 
)
friend

operator<<


Member Data Documentation

int WPS8TableInternal::Table::m_id

the table id

Referenced by WPS8TableInternal::operator<<().

bool WPS8TableInternal::Table::m_parsed
mutable

a bool to know if the table has been parsed


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

Generated on Sat May 25 2013 14:14:28 for libwps by doxygen 1.8.1.1