| class CTzLocalizedCityRecord : public CBase |
Class used instead of CTzLocalizedCity which we can't use in TZ.
| Public Member Functions | |
|---|---|
| ~CTzLocalizedCityRecord() | |
| IMPORT_C void | CleanupArray(TAny *) |
| IMPORT_C void | ExternalizeL(RWriteStream &) |
| IMPORT_C void | ExternalizeL(const RPointerArray< CTzLocalizedCityRecord > &, RWriteStream &) |
| IMPORT_C TInt | ExternalizeSize() |
| IMPORT_C TInt | ExternalizeSize(const RPointerArray< CTzLocalizedCityRecord > &) |
| TUint8 | GroupId() |
| TInt | Index() |
| IMPORT_C void | InternalizeL(RReadStream &, RPointerArray< CTzLocalizedCityRecord > &) |
| const TDesC & | Name() |
| IMPORT_C CTzLocalizedCityRecord * | NewL(const TDesC &, TUint8, TInt, TInt, TUint) |
| IMPORT_C CTzLocalizedCityRecord * | NewL(RReadStream &) |
| IMPORT_C CTzLocalizedCityRecord * | NewLC(const TDesC &, TUint8, TInt, TInt, TUint) |
| IMPORT_C CTzLocalizedCityRecord * | NewLC(RReadStream &) |
| TUint16 | TzId() |
| TUint | TzResourceId() |
| Private Member Functions | |
|---|---|
| CTzLocalizedCityRecord() | |
| CTzLocalizedCityRecord(TUint8, TInt, TUint) | |
| void | ConstructL(const TDesC &, TInt) |
| void | ConstructL(RReadStream &) |
| Private Attributes | |
|---|---|
| TUint8 | iGroupId |
| TInt | iIndex |
| HBufC * | iName |
| TUint16 | iTzId |
| TUint | iTzResourceId |
| CTzLocalizedCityRecord | ( | TUint8 | aGroupId, |
| TInt | aIndex, | ||
| TUint | aTzResourceId | ||
| ) | [private] | ||
| void | ConstructL | ( | RReadStream & | aStream | ) | [private] |
| RReadStream & aStream |
| IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
| RWriteStream & aStream |
| IMPORT_C void | ExternalizeL | ( | const RPointerArray< CTzLocalizedCityRecord > & | aCities, |
| RWriteStream & | aStream | |||
| ) | [static] | |||
| const RPointerArray< CTzLocalizedCityRecord > & aCities | |
| RWriteStream & aStream |
| IMPORT_C TInt | ExternalizeSize | ( | const RPointerArray< CTzLocalizedCityRecord > & | aCities | ) | [static] |
| const RPointerArray< CTzLocalizedCityRecord > & aCities |
| IMPORT_C void | InternalizeL | ( | RReadStream & | aStream, |
| RPointerArray< CTzLocalizedCityRecord > & | aCities | |||
| ) | [static] | |||
| RReadStream & aStream | |
| RPointerArray< CTzLocalizedCityRecord > & aCities |
| IMPORT_C CTzLocalizedCityRecord * | NewL | ( | const TDesC & | aName, |
| TUint8 | aGroupId, | |||
| TInt | aIndex, | |||
| TInt | aTzId, | |||
| TUint | aTzResourceId | |||
| ) | [static] | |||
| IMPORT_C CTzLocalizedCityRecord * | NewL | ( | RReadStream & | aStream | ) | [static] |
| RReadStream & aStream |
| IMPORT_C CTzLocalizedCityRecord * | NewLC | ( | const TDesC & | aName, |
| TUint8 | aGroupId, | |||
| TInt | aIndex, | |||
| TInt | aTzId, | |||
| TUint | aTzResourceId | |||
| ) | [static] | |||
| IMPORT_C CTzLocalizedCityRecord * | NewLC | ( | RReadStream & | aStream | ) | [static] |
| RReadStream & aStream |