HSPluginSettingsIf::CPropertyMap Class Reference

class HSPluginSettingsIf::CPropertyMap : public CBase

Presents property as name and value pair


			
xnlayoutengine.lib
Since
S60 v5.0

Inherits from

  • HSPluginSettingsIf::CPropertyMap

Constructor & Destructor Documentation

CPropertyMap()

CPropertyMap()[private]

Constructor.

~CPropertyMap()

IMPORT_C~CPropertyMap()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

Second phase constructor.

Name()

IMPORT_C const TDesC8 &Name()const

Get property name

NewL()

IMPORT_C CPropertyMap *NewL()[static]

Two-phased constructor.

NewLC()

IMPORT_C CPropertyMap *NewLC()[static]

Two-phased constructor.

SetNameL(const TDesC8 &)

IMPORT_C CPropertyMap &SetNameL(const TDesC8 &aName)

Set property name

Parameters

const TDesC8 & aNameProperty nane

SetValueL(const TDesC8 &)

IMPORT_C CPropertyMap &SetValueL(const TDesC8 &aValue)

Set property value

Parameters

const TDesC8 & aValueProperty value

Value()

IMPORT_C const TDesC8 &Value()const

Get property value

Member Data Documentation

HBufC8 * iName

HBufC8 *iName[private]

Own. Property name

HBufC8 * iValue

HBufC8 *iValue[private]

Own. Property value