HSPluginSettingsIf::CObjectMap Class Reference

class HSPluginSettingsIf::CObjectMap : public CBase

Presents object map as name, path and mediatype data


			
xnlayoutengine.lib
Since
S60 v5.0

Inherits from

  • HSPluginSettingsIf::CObjectMap

Constructor & Destructor Documentation

CObjectMap()

CObjectMap()[private]

~CObjectMap()

IMPORT_C~CObjectMap()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

MediaType()

IMPORT_C const TDesC8 &MediaType()const

Get object media type

NameL()

IMPORT_C const TDesC8 &NameL()const

Get object name

NewL()

IMPORT_C CObjectMap *NewL()[static]

Two-phased constructor.

NewLC()

IMPORT_C CObjectMap *NewLC()[static]

Path()

IMPORT_C const TDesC8 &Path()const

Get object path

SetMediaTypeL(const TDesC8 &)

IMPORT_C CObjectMap &SetMediaTypeL(const TDesC8 &aMediaType)

Set object media type

Parameters

const TDesC8 & aMediaTypeobject media type

SetNameL(const TDesC8 &)

IMPORT_C CObjectMap &SetNameL(const TDesC8 &aName)

Set object name

Parameters

const TDesC8 & aNameobject name

SetPathL(const TDesC8 &)

IMPORT_C CObjectMap &SetPathL(const TDesC8 &aPath)

Set object path

Parameters

const TDesC8 & aPathobject path

Member Data Documentation

HBufC8 * iMediaType

HBufC8 *iMediaType[private]

Own. Object mediatype

HBufC8 * iName

HBufC8 *iName[private]

Own. Object name

HBufC8 * iPath

HBufC8 *iPath[private]

Own. Object path