small structure to define a cell point More...
Public Member Functions | |
Point (int wh, MWAWCell const *cell, int cellId) | |
float | getPos (int coord) const |
float | getSize (int coord) const |
returns the cells size More... | |
Public Attributes | |
int | m_which |
the position of the point in the cell (0: LT, 1: RB) More... | |
MWAWCell const * | m_cell |
the cell More... | |
int | m_cellId |
the cell id ( used by compare) More... | |
small structure to define a cell point
|
inline |
|
inline |
Referenced by MWAWTableInternal::Compare::operator()().
|
inline |
returns the cells size
MWAWCell const* MWAWTableInternal::Compare::Point::m_cell |
the cell
Referenced by getPos(), getSize(), and MWAWTableInternal::Compare::operator()().
int MWAWTableInternal::Compare::Point::m_cellId |
the cell id ( used by compare)
Referenced by MWAWTableInternal::Compare::operator()().
int MWAWTableInternal::Compare::Point::m_which |
the position of the point in the cell (0: LT, 1: RB)
Referenced by getPos(), and MWAWTableInternal::Compare::operator()().