MCLFModifiableItem Class Reference
API published in: S60 3rd Ed FP 1
Link against: contentlistingframework.lib
Capability Information
Required Capabilities
None
#include <mclfmodifiableitem.h>
Inherits MCLFItem.
Detailed Description
Modifiable item for Content Listing Framework.
Use ContentListingFactory to create modifiable items. These new items are used as groups in the custom grouper (see MCLFCustomGrouper). Modifiable item is like MCLFItem but you can add new fields to the modifiable item. One item can contain multiple fields, but normally it is not needed in
a custom grouper. The field consists of a Field ID and field data. Type of the field is defined with Field ID. See TCLFDefaultFieldId
in CLFContentListing.hrh.
Example:
Constructor & Destructor Documentation
virtual MCLFModifiableItem::~MCLFModifiableItem |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
virtual void MCLFModifiableItem::AddFieldL |
( |
TCLFFieldId
|
aFieldId,
|
|
|
const TTime & |
aValue |
|
) |
[pure virtual] |
|
|
Add new time field to the item.
- Parameters:
-
|
aFieldId
|
Field ID |
|
aValue
|
Field value |
|
virtual void MCLFModifiableItem::AddFieldL |
( |
TCLFFieldId
|
aFieldId,
|
|
|
TInt32 |
aValue |
|
) |
[pure virtual] |
|
|
Add new integer field to the item.
- Parameters:
-
|
aFieldId
|
Field ID |
|
aValue
|
Field value |
|
virtual void MCLFModifiableItem::AddFieldL |
( |
TCLFFieldId
|
aFieldId,
|
|
|
const TDesC & |
aValue |
|
) |
[pure virtual] |
|
|
Add new string field to the item.
- Parameters:
-
|
aFieldId
|
Field ID |
|
aValue
|
Field value |
|
The documentation for this class was generated from the following file: