class CCalAlarm : public CBase |
Class representing an alarm. contains associated data extensions
This can be assigned to a calendar entry.
Public Member Functions | |
---|---|
~CCalAlarm() | |
IMPORT_C CCalContent * | AlarmAction() |
IMPORT_C const TDesC & | AlarmSoundNameL() |
IMPORT_C CCalAlarm * | NewL() |
IMPORT_C void | SetAlarmAction(CCalContent *) |
IMPORT_C void | SetAlarmSoundNameL(const TDesC &) |
IMPORT_C void | SetTimeOffset(TTimeIntervalMinutes) |
IMPORT_C TTimeIntervalMinutes | TimeOffset() |
Private Member Functions | |
---|---|
CCalAlarm() |
Private Attributes | |
---|---|
CCalContent * | iAlarmAction |
HBufC * | iAlarmName |
TTimeIntervalMinutes | iOffset |
IMPORT_C void | SetAlarmAction | ( | CCalContent * | aAlarmAction | ) |
CCalContent * aAlarmAction |
IMPORT_C void | SetAlarmSoundNameL | ( | const TDesC & | aAlarmSoundName | ) |
const TDesC & aAlarmSoundName |
IMPORT_C void | SetTimeOffset | ( | TTimeIntervalMinutes | aOffset | ) |
TTimeIntervalMinutes aOffset |