small structure to define a cell point More...
#include <MWAWTable.hxx>
Public Member Functions | |
| Point (int wh, MWAWTableCell 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... | |
| MWAWTableCell 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 MWAWTableCell::Compare::operator()().
|
inline |
returns the cells size
| MWAWTableCell const* MWAWTableCell::Compare::Point::m_cell |
the cell
Referenced by getPos(), getSize(), and MWAWTableCell::Compare::operator()().
| int MWAWTableCell::Compare::Point::m_cellId |
the cell id ( used by compare)
Referenced by MWAWTableCell::Compare::operator()().
| int MWAWTableCell::Compare::Point::m_which |
the position of the point in the cell (0: LT, 1: RB)
Referenced by getPos(), and MWAWTableCell::Compare::operator()().