| class CDataRecognitionResultArray : public CBase |
This class holds the MIME-type recognition results of a recognized directory.
| Public Member Functions | |
|---|---|
| CDataRecognitionResultArray() | |
| ~CDataRecognitionResultArray() | |
| IMPORT_C TUint | Count() |
| IMPORT_C void | GetDataRecognitionResultL(TDataRecognitionResult &, const TUint) |
| IMPORT_C void | GetFileNameL(TFileName &, const TUint) |
| TUint | InternalizeL(const CBufFlat &) |
| IMPORT_C const TFileName & | Path() |
| void | SetPath(const TFileName &) |
| Private Attributes | |
|---|---|
| RPointerArray< CItem > | iItems |
| TFileName | iPath |
| IMPORT_C void | GetDataRecognitionResultL | ( | TDataRecognitionResult & | aResult, |
| const TUint | aIndex | |||
| ) | const | |||
| TDataRecognitionResult & aResult | |
| const TUint aIndex |
| IMPORT_C void | GetFileNameL | ( | TFileName & | aFileName, |
| const TUint | aIndex | |||
| ) | const | |||
| TUint | InternalizeL | ( | const CBufFlat & | aBuffer | ) |
| const CBufFlat & aBuffer |