CDataRecognitionResultArray Class Reference

class CDataRecognitionResultArray : public CBase

This class holds the MIME-type recognition results of a recognized directory.

Inherits from

  • CDataRecognitionResultArray

Constructor & Destructor Documentation

CDataRecognitionResultArray()

IMPORT_CCDataRecognitionResultArray()

Constructor

~CDataRecognitionResultArray()

IMPORT_C~CDataRecognitionResultArray()

Destructor

Member Functions Documentation

GetDataRecognitionResultL(TDataRecognitionResult &, const TUint)

IMPORT_C voidGetDataRecognitionResultL(TDataRecognitionResult &aResult,
const TUintaIndex
)const
Returns the recognition result of the given index.
leave
KErrNotFound An invalid index is passed

Parameters

TDataRecognitionResult & aResultOn successful completion, this parameter contains the recognition result at the given index.
const TUint aIndexThe index of the recognition result to be returned. An invalid index causes the function to leave with KErrNotFound.

GetFileNameL(TFileName &, const TUint)

IMPORT_C voidGetFileNameL(TFileName &aFileName,
const TUintaIndex
)const
Returns the file name of the object at the given index.
leave
KErrNotFound An invalid index is passed

Parameters

TFileName & aFileNameOn successful completion, this parameter contains the file name of the object at the given index.
const TUint aIndexSpecifies which file name to be returned. An invalid index causes the function to leave with KErrNotFound.

InternalizeL(const CBufFlat &)

TUint InternalizeL(const CBufFlat &aBuffer)

Parameters

const CBufFlat & aBuffer

NONSHARABLE_CLASS(CItem)

NONSHARABLE_CLASS(CItem)[private]

Parameters

CItem

Path()

IMPORT_C const TFileName &Path()const

SetPath(const TFileName &)

voidSetPath(const TFileName &aPath)

Parameters

const TFileName & aPath

Member Data Documentation

RPointerArray< CItem > iItems

RPointerArray< CItem >iItems[private]