#include <WPSTable.h>
Public Member Functions | |
WPSTable () | |
the constructor | |
WPSTable & | operator= (WPSTable const &)=default |
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 |
Protected Member Functions | |
bool | buildStructures () |
create the correspondance list, ... |
Protected Attributes | |
std::vector< WPSCellPtr > | m_cellsList |
the list of cells | |
std::vector< float > | m_rowsSize |
the final row and col size (in point) | |
std::vector< float > | m_colsSize |
|
inline |
the constructor
Referenced by operator=().
|
virtual |
the destructor
void WPSTable::add | ( | WPSCellPtr & | cell | ) |
add a new cells
Referenced by WPS8Table::readMCLD().
|
protected |
create the correspondance list, ...
Referenced by sendTable().
WPSCellPtr WPSTable::getCell | ( | int | id | ) |
returns the i^th cell
Referenced by WPS8TableInternal::Table::operator<<, and WPS8Table::readMCLD().
|
inline |
returns the number of cell
Referenced by WPS8TableInternal::Table::operator<<, and WPS8Table::readMCLD().
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
Referenced by add(), buildStructures(), getCell(), numCells(), sendAsText(), sendTable(), and WPSTable().
|
protected |
Referenced by buildStructures(), sendTable(), and WPSTable().
|
protected |
the final row and col size (in point)
Referenced by buildStructures(), sendTable(), and WPSTable().