MFindItemDialogCallBack Class Reference

class MFindItemDialogCallBack

Member Functions Documentation

AtSameLine(const TInt &, const TInt &)

TBool AtSameLine ( const TInt & aItem1,
const TInt & aItem2
) [pure virtual]

Returns ETrue if items are in same line

Parameters

const TInt & aItem1 First document position to compare
const TInt & aItem2 Second document position to compare

SelectionChangedL(const CFindItemEngine::SFoundItem &)

void SelectionChangedL ( const CFindItemEngine::SFoundItem & aItem ) [pure virtual]

Updates editor's selection. Pure virtual method that needs to be overriden

Parameters

const CFindItemEngine::SFoundItem & aItem Item that will be selected

SelectionChangedL(const CFindItemEngine::SFoundItem &, const TBool)

void SelectionChangedL ( const CFindItemEngine::SFoundItem & aItem,
const TBool aNext
) [pure virtual]

Updates editor's selection. Pure virtual method that needs to be overriden

Parameters

const CFindItemEngine::SFoundItem & aItem Item that will be selected
const TBool aNext Gives the direction of selections movement aNext is ETrue if moving forward