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