#include <WPSTable.h>
 
  
 | Public Member Functions | |
| WPSTable () | |
| the constructor  More... | |
| virtual | ~WPSTable () | 
| the destructor  More... | |
| void | add (WPSCellPtr &cell) | 
| add a new cells  More... | |
| int | numCells () const | 
| returns the number of cell  More... | |
| WPSCellPtr | getCell (int id) | 
| returns the i^th cell  More... | |
| bool | sendTable (WPSContentListenerPtr listener) | 
| try to send the table  More... | |
| bool | sendAsText (WPSContentListenerPtr listener) | 
| try to send the table as basic text  More... | |
| Protected Member Functions | |
| bool | buildStructures () | 
| create the correspondance list, ...  More... | |
| Protected Attributes | |
| std::vector< WPSCellPtr > | m_cellsList | 
| the list of cells  More... | |
| std::vector< float > | m_rowsSize | 
| the final row and col size (in point)  More... | |
| std::vector< float > | m_colsSize | 
| 
 | inline | 
the constructor
| 
 | virtual | 
the destructor
| void WPSTable::add | ( | WPSCellPtr & | cell | ) | 
add a new cells
| 
 | protected | 
create the correspondance list, ...
| WPSCellPtr WPSTable::getCell | ( | int | id | ) | 
returns the i^th cell
| 
 | inline | 
returns the number of cell
Referenced by WPS8TableInternal::operator<<().
| bool WPSTable::sendAsText | ( | WPSContentListenerPtr | listener | ) | 
try to send the table as basic text
| bool WPSTable::sendTable | ( | WPSContentListenerPtr | listener | ) | 
try to send the table
Note: either send the table ( and returns true ) or do nothing.
| 
 | protected | 
the list of cells
| 
 | protected | 
| 
 | protected | 
the final row and col size (in point)