Searched refs:_rCursorRect (Results 1 – 3 of 3) sorted by relevance
577 void GridTableRenderer::ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) in ShowCellCursor() argument579 _rView.ShowFocus( _rCursorRect ); in ShowCellCursor()583 void GridTableRenderer::HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) in HideCellCursor() argument585 (void)_rCursorRect; in HideCellCursor()
215 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;222 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect) = 0;
101 virtual void ShowCellCursor( Window& _rView, const Rectangle& _rCursorRect);102 virtual void HideCellCursor( Window& _rView, const Rectangle& _rCursorRect);
Completed in 14 milliseconds