|
|
|
|
Location:
APGCLI.H
Link against: apgrfx.lib
class CDataRecognitionResultArray : public CBase;
This class holds the recognition results of a recognized directory.
CBase - Base class for all classes to be instantiated on the heap
CDataRecognitionResultArray - This class holds the recognition results of a recognized directory
Defined in CDataRecognitionResultArray:
CDataRecognitionResultArray(), Count(), GetDataRecognitionResultL(), GetFileNameL(), Path(), ~CDataRecognitionResultArray()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
IMPORT_C const TFileName &Path() const;
Returns the path of the recognition results.
|
IMPORT_C TUint Count() const;
Returns the number of entries in the CDataRecognitionResultArray.
|
IMPORT_C void GetDataRecognitionResultL(TDataRecognitionResult &aResult, const TUint aIndex) const;
Returns the recognition result of the given index.
|
|
IMPORT_C void GetFileNameL(TFileName &aFileName, const TUint aIndex) const;
Returns the file name of the object at the given index.
|
|