MAiPluginConfigurationItem Class Reference

class MAiPluginConfigurationItem

Active Idle framework dynamic content source configuration interface.

Since
S60 5.0
Public Member Functions
TPtrC Name ()
TPtrC Owner ()
void SetNameL (const TDesC &)
void SetOwnerL (const TDesC &)
void SetValueL (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 &)

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

Sets the configuration item name.

Since
S60 5.0

Parameters

const TDesC & aName the descriptor name for the configuration item.

SetOwnerL(const TDesC &)

void SetOwnerL ( const TDesC & aOwner ) [pure virtual]

Sets the owner of the configuration item.

Since
S60 5.0

Parameters

const TDesC & aOwner

SetValueL(const TDesC &)

void SetValueL ( 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