class CAgnCalendarInfo : public CBase |
Public Member Functions | |
---|---|
~CAgnCalendarInfo() | |
IMPORT_C TRgb | Color() |
IMPORT_C const TDesC & | DescriptionL() |
IMPORT_C TBool | Enabled() |
IMPORT_C void | ExternalizePropertiesL(CFileStore &, const CAgnCalendarInfo *) |
IMPORT_C void | FileExternalizeL(RWriteStream &) |
IMPORT_C void | FileInternalizeL(RReadStream &) |
IMPORT_C const TDesC & | FileNameL() |
IMPORT_C void | IpcExternalizeL(RWriteStream &) |
IMPORT_C void | IpcInternalizeL(RReadStream &) |
IMPORT_C TBool | IsValid() |
IMPORT_C const TDesC & | NameL() |
IMPORT_C CAgnCalendarInfo * | NewL() |
IMPORT_C CDesC8Array * | PropertyKeysL() |
IMPORT_C const TDesC8 & | PropertyValueL(const TDesC8 &) |
IMPORT_C void | RemovePropertyL(const TDesC8 &) |
IMPORT_C void | SetColor(TRgb) |
IMPORT_C void | SetDescriptionL(const TDesC &) |
IMPORT_C void | SetEnabled(TBool) |
IMPORT_C void | SetFileNameL(const TDesC &) |
IMPORT_C void | SetIsValid(TBool) |
IMPORT_C void | SetNameL(const TDesC &) |
IMPORT_C void | SetPropertyL(const TDesC8 &, const TDesC8 &) |
Protected Member Functions | |
---|---|
CAgnCalendarInfo() | |
IMPORT_C void | ConstructL() |
Protected Attributes | |
---|---|
TRgb | iColor |
HBufC * | iDescription |
TBool | iEnabled |
HBufC * | iFileName |
TBool | iIsValid |
TLinearOrder< CAgnCalendarInfoProperty > | iLinearOrder |
HBufC * | iName |
RPointerArray< CAgnCalendarInfoProperty > | iProperties |
IMPORT_C void | ExternalizePropertiesL | ( | CFileStore & | iFileStore, |
const CAgnCalendarInfo * | aOldCalendarInfo | |||
) | const |
CFileStore & iFileStore | |
const CAgnCalendarInfo * aOldCalendarInfo |
IMPORT_C void | FileExternalizeL | ( | RWriteStream & | aWriteStream | ) | const |
RWriteStream & aWriteStream |
IMPORT_C void | FileInternalizeL | ( | RReadStream & | aReadStream | ) |
RReadStream & aReadStream |
IMPORT_C void | IpcExternalizeL | ( | RWriteStream & | aWriteStream | ) | const |
RWriteStream & aWriteStream |
IMPORT_C void | IpcInternalizeL | ( | RReadStream & | aReadStream | ) |
RReadStream & aReadStream |
IMPORT_C const TDesC8 & | PropertyValueL | ( | const TDesC8 & | aKey | ) | const [virtual] |
const TDesC8 & aKey |
IMPORT_C void | RemovePropertyL | ( | const TDesC8 & | aKey | ) |
const TDesC8 & aKey |
IMPORT_C void | SetDescriptionL | ( | const TDesC & | aDescription | ) |
const TDesC & aDescription |
IMPORT_C void | SetFileNameL | ( | const TDesC & | aFileName | ) |
const TDesC & aFileName |
IMPORT_C void | SetPropertyL | ( | const TDesC8 & | aKey, |
const TDesC8 & | aValue | |||
) |
TLinearOrder< CAgnCalendarInfoProperty > | iLinearOrder | [protected] |
RPointerArray< CAgnCalendarInfoProperty > | iProperties | [protected] |