MAiPluginConfigurationItem Class Reference

class MAiPluginConfigurationItem

Active Idle framework dynamic content source configuration interface.

Since
S60 5.0
Public Member Functions
TPtrC Name()
TPtrC Owner()
voidSetNameL(const TDesC &)
voidSetOwnerL(const TDesC &)
voidSetValueL(const TDesC &)
TPtrC Value()
Protected Member Functions
~MAiPluginConfigurationItem()

Constructor & Destructor Documentation

~MAiPluginConfigurationItem()

~MAiPluginConfigurationItem()[protected, inline]

Protected destructor prevents deletion through this interface.

Member Functions Documentation

Name()

TPtrC Name()[pure virtual]

Get a pointer to the descriptor name of the configuration item.

Since
S60 5.0

Owner()

TPtrC Owner()[pure virtual]

Get a pointer to the configuration item owner.

Since
S60 5.0

SetNameL(const TDesC &)

voidSetNameL(const TDesC &aName)[pure virtual]

Sets the configuration item name.

Since
S60 5.0

Parameters

const TDesC & aNamethe descriptor name for the configuration item.

SetOwnerL(const TDesC &)

voidSetOwnerL(const TDesC &aOwner)[pure virtual]

Sets the owner of the configuration item.

Since
S60 5.0

Parameters

const TDesC & aOwner

SetValueL(const TDesC &)

voidSetValueL(const TDesC &aValue)[pure virtual]

Sets the value of the configuration item.

Since
S60 5.0

Parameters

const TDesC & aValue

Value()

TPtrC Value()[pure virtual]

Get a pointer to the configuration item value.

Since
S60 5.0