CFLDEntryReference Class Reference

class CFLDEntryReference : public CBase

A simple container class that is used to reference a single entry in the file list.

filelist.lib
Since
2.1

Inherits from

Constructor & Destructor Documentation

CFLDEntryReference()

CFLDEntryReference ( )

Constructor

~CFLDEntryReference()

~CFLDEntryReference ( ) [virtual]

Destructor

Member Functions Documentation

FormattedPresentation()

HBufC & FormattedPresentation ( ) const

Gets formatted presentation

MediaType()

TInt32 MediaType ( ) const

Gets Media type

PathAndMediaFileName()

HBufC & PathAndMediaFileName ( ) const

Gets path and filename

SetFormattedPresentation(HBufC *)

void SetFormattedPresentation ( HBufC * aFormattedPresentation )

Sets formatted presentation

Parameters

HBufC * aFormattedPresentation Formatted presentation, ownership transferred

SetMediaType(TInt32)

void SetMediaType ( TInt32 aMediaType )

Sets media type

Parameters

TInt32 aMediaType Media type

SetPathAndMediaFileName(HBufC *)

void SetPathAndMediaFileName ( HBufC * aPathAndMediaFileName )

Sets path and filename

Parameters

HBufC * aPathAndMediaFileName Path and filename, ownership transferred

Member Data Documentation

HBufC * iFormattedPresentation

HBufC * iFormattedPresentation [private]

Own: Listbox formatted data

TInt32 iMediaType

TInt32 iMediaType [private]

HBufC * iPathAndMediaFileName

HBufC * iPathAndMediaFileName [private]

Own: Listbox formatted data