#include <mw/tzlocalizationdatatypes.h>
class CTzLocalizedCityGroup : public CBase |
Public Member Functions | |
---|---|
~CTzLocalizedCityGroup() | |
IMPORT_C TUint8 | Id() |
IMPORT_C TPtrC | Name() |
CTzLocalizedCityGroup * | NewL(const TDesC &, const TUint8) |
CTzLocalizedCityGroup * | NewLC(const TDesC &, const TUint8) |
Encapsulates a localized group of (exemplar) cities.
IMPORT_C TPtrC | Name | ( | ) | const |
Returns the name of the localized city group.
Returns: The name the of localized city group.
CTzLocalizedCityGroup * | NewL | ( | const TDesC & | aName, |
const TUint8 | aGroupId | |||
) | [static] |
Two phase Symbian constructor.
Parameter | Description |
---|---|
aName | The group's name. |
aGroupId | The unique group ID. |
Returns: A pointer to a new instance of a localized city group object.
CTzLocalizedCityGroup * | NewLC | ( | const TDesC & | aName, |
const TUint8 | aGroupId | |||
) | [static] |
Two phase Symbian constructor.
Parameter | Description |
---|---|
aName | The group's name. |
aGroupId | The unique group ID. |
Returns: A pointer to a new instance of a localized city group object that is left on the cleanup stack.