WPXTable Class Reference

#include <WPXTable.h>

List of all members.

Public Member Functions

 WPXTable ()
 ~WPXTable ()
void insertRow ()
void insertCell (unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits)
const WPXTableCellgetCell (size_t i, size_t j)
void makeBordersConsistent ()
void _makeCellBordersConsistent (WPXTableCell *cell, std::vector< WPXTableCell * > &adjacentCells, int adjacencyBitCell, int adjacencyBitBoundCells)
std::vector< WPXTableCell * > _getCellsBottomAdjacent (int i, int j)
std::vector< WPXTableCell * > _getCellsRightAdjacent (int i, int j)
const std::vector< std::vector
< WPXTableCell * > > & 
getRows () const
bool isEmpty () const

Private Attributes

std::vector< std::vector
< WPXTableCell * > > 
m_tableRows

Constructor & Destructor Documentation

WPXTable::WPXTable ( ) [inline]

Member Function Documentation

std::vector< WPXTableCell * > WPXTable::_getCellsBottomAdjacent ( int  i,
int  j 
)

Referenced by makeBordersConsistent().

std::vector< WPXTableCell * > WPXTable::_getCellsRightAdjacent ( int  i,
int  j 
)

Referenced by makeBordersConsistent().

void WPXTable::_makeCellBordersConsistent ( WPXTableCell cell,
std::vector< WPXTableCell * > &  adjacentCells,
int  adjacencyBitCell,
int  adjacencyBitBoundCells 
)

Referenced by makeBordersConsistent().

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 
)
bool WPXTable::isEmpty ( ) const [inline]

Member Data Documentation


The documentation for this class was generated from the following files: