MAiPluginContentItem Class Reference

class MAiPluginContentItem

Active Idle framework dynamic content model item interface.

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

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

Sets the content item name.

Since
S60 5.0

Parameters

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

SetTypeL(const TDesC &)

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