CCFContextSourceSettingParameter Class Reference

class CCFContextSourceSettingParameter : public CBase

Describes context source setting parameter. Context source setting parameter is defined with parameter name and a set of attributes. Attributes are defined as key valeu pairs.

CCFContextSourceSettingManagerCFContextSourceSettingsManager.lib
Since
S60 5.0

Inherits from

  • CCFContextSourceSettingParameter

Member Functions Documentation

AddAttributeL(CCFKeyValuePair *)

void AddAttributeL ( CCFKeyValuePair * aAttribute ) [pure virtual]

Adds an attribute for the paramter block.

Since
S60 5.0

Parameters

CCFKeyValuePair * aAttribute Attribute to add.

Attributes()

const RKeyValueArray & Attributes ( ) const [pure virtual]

Returns all attributes defined for this parameter.

Since
S60 5.0

Name()

const TDesC & Name ( ) const [pure virtual]

Returns name of the parameter block,

Since
S60 5.0

SetNameL(const TDesC &)

void SetNameL ( const TDesC & aName ) [pure virtual]

Sets name for this parameter block.

Since
S60 5.0

Parameters

const TDesC & aName Name for the parameter block.