CTzLocalizedCityGroup Class Reference

class CTzLocalizedCityGroup : public CBase

Encapsulates a localized group of (exemplar) cities.

Inherits from

Constructor & Destructor Documentation

CTzLocalizedCityGroup(const TUint8)

CTzLocalizedCityGroup ( const TUint8 aGroupId ) [private]

First phase constructor.

Parameters

const TUint8 aGroupId The city group ID.

~CTzLocalizedCityGroup()

~CTzLocalizedCityGroup ( )

Destructor

Member Functions Documentation

ConstructL(const TDesC &)

void ConstructL ( const TDesC & aName ) [private]

Second phase construtor

Parameters

const TDesC & aName The city group name.

Id()

IMPORT_C TUint8 Id ( ) const

Returns the unique group ID.

Name()

IMPORT_C TPtrC Name ( ) const

Returns the name of the localized city group.

NewL(const TDesC &, const TUint8)

CTzLocalizedCityGroup * NewL ( const TDesC & aName,
const TUint8 aGroupId
) [static]

Two phase Symbian constructor.

Parameters

const TDesC & aName The group's name.
const TUint8 aGroupId The unique group ID.

NewLC(const TDesC &, const TUint8)

CTzLocalizedCityGroup * NewLC ( const TDesC & aName,
const TUint8 aGroupId
) [static]

Two phase Symbian constructor.

Parameters

const TDesC & aName The group's name.
const TUint8 aGroupId The unique group ID.

Member Data Documentation

TUint8 iGroupId

TUint8 iGroupId [private]

HBufC * iName

HBufC * iName [private]