small class which defines a vector with 2 elements
Definition libwps_internal.h:535
Vec2(T xx=0, T yy=0)
constructor
Definition libwps_internal.h:538
Definition WPSTable.h:157
WPSCellPtr getCell(int id)
returns the i^th cell
Definition WPSTable.cpp:110
bool sendAsText(WPSContentListenerPtr listener)
try to send the table as basic text
Definition WPSTable.cpp:314
WPSTable()
the constructor
Definition WPSTable.h:160
void add(WPSCellPtr &cell)
add a new cells
Definition WPSTable.cpp:105
bool sendTable(WPSContentListenerPtr listener)
try to send the table
Definition WPSTable.cpp:241
int numCells() const
returns the number of cell
Definition WPSTable.h:172
bool buildStructures()
create the correspondance list, ...
Definition WPSTable.cpp:122
std::vector< float > m_colsSize
Definition WPSTable.h:195
std::vector< float > m_rowsSize
the final row and col size (in point)
Definition WPSTable.h:195
WPSTable & operator=(WPSTable const &)=default
std::vector< WPSCellPtr > m_cellsList
the list of cells
Definition WPSTable.h:193
virtual ~WPSTable()
the destructor
Definition WPSTable.cpp:101
std::shared_ptr< WPSCell > WPSCellPtr
shared pointer to WPSCell
Definition libwps_internal.h:103
std::shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition libwps_internal.h:107