#include <WPXTable.h>
◆ WPXTable()
◆ ~WPXTable()
◆ _getCellsBottomAdjacent()
std::vector< WPXTableCell * > WPXTable::_getCellsBottomAdjacent |
( |
int | i, |
|
|
int | j ) |
|
private |
◆ _getCellsRightAdjacent()
std::vector< WPXTableCell * > WPXTable::_getCellsRightAdjacent |
( |
int | i, |
|
|
int | j ) |
|
private |
◆ _makeCellBordersConsistent()
void WPXTable::_makeCellBordersConsistent |
( |
WPXTableCell & | cell, |
|
|
std::vector< WPXTableCell * > & | adjacentCells, |
|
|
int | adjacencyBitCell, |
|
|
int | adjacencyBitBoundCells ) |
|
private |
◆ getCell()
const WPXTableCell * WPXTable::getCell |
( |
size_t | i, |
|
|
size_t | j ) |
|
inline |
◆ getColumnCount()
unsigned WPXTable::getColumnCount |
( |
unsigned | row | ) |
const |
|
inline |
◆ getRowCount()
unsigned WPXTable::getRowCount |
( |
| ) |
const |
|
inline |
◆ insertCell()
void WPXTable::insertCell |
( |
unsigned char | colSpan, |
|
|
unsigned char | rowSpan, |
|
|
unsigned char | borderBits ) |
◆ insertRow()
void WPXTable::insertRow |
( |
| ) |
|
◆ isEmpty()
bool WPXTable::isEmpty |
( |
| ) |
const |
|
inline |
◆ makeBordersConsistent()
void WPXTable::makeBordersConsistent |
( |
| ) |
|
◆ m_tableRows
std::vector< std::vector<WPXTableCell> > WPXTable::m_tableRows |
|
private |
The documentation for this class was generated from the following files: