MFindItemDialogCallBack Class Reference

class MFindItemDialogCallBack
Public Member Functions
TBool AtSameLine(const TInt &, const TInt &)
voidSelectionChangedL(const CFindItemEngine::SFoundItem &)
voidSelectionChangedL(const CFindItemEngine::SFoundItem &, const TBool)

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 & aItem1First document position to compare
const TInt & aItem2Second document position to compare

SelectionChangedL(const CFindItemEngine::SFoundItem &)

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

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

Parameters

const CFindItemEngine::SFoundItem & aItemItem that will be selected

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

voidSelectionChangedL(const CFindItemEngine::SFoundItem &aItem,
const TBoolaNext
)[pure virtual]

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

Parameters

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