Private Member Functions | |
CellLine (void) | |
virtual | ~CellLine (void) |
Private Attributes | |
fp_CellContainer * | m_pCell |
fp_TableContainer * | m_pBrokenTable |
fp_Line * | m_pLine |
Friends | |
class | FV_View |
bool | FV_View::_drawOrClearBetweenPositions (PT_DocPosition iPos1, PT_DocPosition iPos2, bool bClear, bool bFullLineHeight) |
This class was local to FV_View::_drawOrClearBetweenPositions(), but you can't use local types for a template instancation. HACK: I did move it outside and made everything private to prevent anyone else to use it.
CellLine::CellLine | ( | void | ) | [inline, private] |
virtual CellLine::~CellLine | ( | void | ) | [inline, private, virtual] |
friend class FV_View [friend] |
bool FV_View::_drawOrClearBetweenPositions | ( | PT_DocPosition | iPos1, | |
PT_DocPosition | iPos2, | |||
bool | bClear, | |||
bool | bFullLineHeight | |||
) | [friend] |
fp_TableContainer* CellLine::m_pBrokenTable [private] |
Referenced by FV_View::_drawOrClearBetweenPositions().
fp_CellContainer* CellLine::m_pCell [private] |
Referenced by FV_View::_drawOrClearBetweenPositions().
fp_Line* CellLine::m_pLine [private] |
Referenced by FV_View::_drawOrClearBetweenPositions().