Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: GRDSTD.H

Class MGridCursorMoveCallBack

class MGridCursorMoveCallBack;

Description

An interface to a callback function that is intended to be called whenever there is a change to the cursor position.

If such a callback is needed, a concrete implementation is defined, instantiated and passed to CGridImg::SetCursorMoveCallBack().

Members

Defined in MGridCursorMoveCallBack:
HandleCursorMoveL()


Member functions


HandleCursorMoveL()

virtual void HandleCursorMoveL()=0;

Description

Deals with the change to the cursor position.

This function is called immediately before exiting the following functions: CGridImg::SetCursorPosL(), CGridImg::SetAnchorPosL(), CGridImg::MoveCursorL(),CGridImg::ResetSelectedL(), CGridImg::AddRangeToSelectedL(), CGridImg::AddRegionToSelectedL(), CGridImg::AddRowToSelectedL(), CGridImg::AddColToSelectedL().

The function is commonly used to do any necessary redrawing.