MAiPluginContentItem Class Reference

class MAiPluginContentItem

Active Idle framework dynamic content model item interface.

Since
S60 5.0
Public Member Functions
TPtrC Name()
voidSetNameL(const TDesC &)
voidSetTypeL(const TDesC &)
TPtrC Type()
Protected Member Functions
~MAiPluginContentItem()

Constructor & Destructor Documentation

~MAiPluginContentItem()

~MAiPluginContentItem()[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 content item.

Since
S60 5.0

SetNameL(const TDesC &)

voidSetNameL(const TDesC &aName)[pure virtual]

Sets the content item name.

Since
S60 5.0

Parameters

const TDesC & aNamethe descriptor name for the content item.

SetTypeL(const TDesC &)

voidSetTypeL(const TDesC &aType)[pure virtual]

Sets the type of the content item.

Since
S60 5.0

Parameters

const TDesC & aType

Type()

TPtrC Type()[pure virtual]

Get a pointer to the content item type.

Since
S60 5.0