43 WPXTableCell(
unsigned char colSpan,
unsigned char rowSpan,
unsigned char borderBits);
55 void insertCell(
unsigned char colSpan,
unsigned char rowSpan,
unsigned char borderBits);
77 int adjacencyBitCell,
int adjacencyBitBoundCells);
unsigned char m_rowSpan
Definition: WPXTable.h:45
const WPXTableCell * getCell(size_t i, size_t j)
Definition: WPXTable.h:56
Definition: WPXTable.h:49
void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits)
Definition: WPXTable.cpp:48
Definition: WPXTable.h:41
std::vector< WPXTableCell * > _getCellsRightAdjacent(int i, int j)
Definition: WPXTable.cpp:125
void _makeCellBordersConsistent(WPXTableCell &cell, std::vector< WPXTableCell * > &adjacentCells, int adjacencyBitCell, int adjacencyBitBoundCells)
Definition: WPXTable.cpp:81
unsigned getColumnCount(unsigned row) const
Definition: WPXTable.h:66
unsigned char m_colSpan
Definition: WPXTable.h:44
void insertRow()
Definition: WPXTable.cpp:43
std::vector< std::vector< WPXTableCell > > m_tableRows
Definition: WPXTable.h:82
void makeBordersConsistent()
Definition: WPXTable.cpp:58
WPXTable()
Definition: WPXTable.h:52
bool isEmpty() const
Definition: WPXTable.h:70
unsigned getRowCount() const
Definition: WPXTable.h:62
~WPXTable()
Definition: WPXTable.cpp:39
std::vector< WPXTableCell * > _getCellsBottomAdjacent(int i, int j)
Definition: WPXTable.cpp:105
WPXTableCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits)
Definition: WPXTable.cpp:32
unsigned char m_borderBits
Definition: WPXTable.h:46