MWProStructuresInternal::Table Struct Reference
Inheritance diagram for MWProStructuresInternal::Table:
MWAWTable

Public Member Functions

 Table ()
 constructor More...
 
Cellget (int id)
 return a cell corresponding to id More...
 
- Public Member Functions inherited from MWAWTable
 MWAWTable ()
 the constructor More...
 
virtual ~MWAWTable ()
 the destructor More...
 
void add (shared_ptr< MWAWTableCell > cell)
 add a new cells More...
 
int numCells () const
 returns the number of cell More...
 
shared_ptr< MWAWTableCellget (int id)
 returns the i^th cell More...
 
bool sendTable (MWAWContentListenerPtr listener)
 try to send the table More...
 
virtual void sendPreTableData (MWAWContentListenerPtr)
 a function called just before calling listener->openTable(), to insert extra data More...
 
bool sendAsText (MWAWContentListenerPtr listener)
 try to send the table as basic text More...
 

Additional Inherited Members

- Protected Member Functions inherited from MWAWTable
bool buildStructures ()
 create the correspondance list, ... More...
 
- Protected Attributes inherited from MWAWTable
std::vector< shared_ptr
< MWAWTableCell > > 
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
 

Constructor & Destructor Documentation

MWProStructuresInternal::Table::Table ( )
inline

constructor

Member Function Documentation

Cell* MWProStructuresInternal::Table::get ( int  id)
inline

return a cell corresponding to id


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

Generated on Wed Jul 10 2013 18:19:48 for libmwaw by doxygen 1.8.4