CItemMini Class Reference

class CItemMini : public CBase

Holds minimum information about a feed's item.

Library: FeedsEngine.lib

Since
3.0

Inherits from

Constructor & Destructor Documentation

CItemMini()

CItemMini()[private]

C++ default constructor.

~CItemMini()

IMPORT_C~CItemMini()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

Id()

IMPORT_C TIntId()const

Returns the item's id.

Since
3.1

NewL()

CItemMini *NewL()[private, static]

Two-phased constructor. Only called from RFeed.

SetAttribute(TUint, const TPtrC &)

voidSetAttribute(TUintaAttribute,
const TPtrC &aAttributeValue
)[private]

Sets an attribute.

Since
3.1

Parameters

TUint aAttributeThe attribute.
const TPtrC & aAttributeValueThe attribute value.

Title()

IMPORT_C const TDesC &Title()const

Returns the item's title.

Since
3.0

Member Data Documentation

TInt iId

TInt iId[private]

TLeakTracker iLeakTracker

TLeakTrackeriLeakTracker[private]

TPtrC iTitle

TPtrC iTitle[private]