#include <WPXTable.h>
§ WPXTable()
§ ~WPXTable()
§ _getCellsBottomAdjacent()
std::vector< WPXTableCell * > WPXTable::_getCellsBottomAdjacent |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
§ _getCellsRightAdjacent()
std::vector< WPXTableCell * > WPXTable::_getCellsRightAdjacent |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
§ _makeCellBordersConsistent()
void WPXTable::_makeCellBordersConsistent |
( |
WPXTableCell * |
cell, |
|
|
std::vector< WPXTableCell *> & |
adjacentCells, |
|
|
int |
adjacencyBitCell, |
|
|
int |
adjacencyBitBoundCells |
|
) |
| |
§ getCell()
const WPXTableCell* WPXTable::getCell |
( |
size_t |
i, |
|
|
size_t |
j |
|
) |
| |
|
inline |
§ getRows()
const std::vector< std::vector<WPXTableCell *> >& WPXTable::getRows |
( |
| ) |
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: