CEvtBasicEventInfo Class Reference
class CEvtBasicEventInfo : public CBase |
Constructor & Destructor Documentation
CEvtBasicEventInfo()
CEvtBasicEventInfo | ( | ) | [private] |
CEvtBasicEventInfo(CEvtBasicEventInfo &)
Default Copy Constructor.
~CEvtBasicEventInfo()
~CEvtBasicEventInfo | ( | ) | [virtual] |
Member Functions Documentation
ConstructL()
void | ConstructL | ( | ) | [private] |
Second phase of the two phase constructor.
EventId()
Gets the Trigger id, identifying the Location Event. This identifier is definded by Location Triggering Engine.
EventStatus()
Gets the Status of the Location Event. The Status is defined by the Location EventsUi on Creation. Status is updated as and when the Event moves to different state.
NewL()
Constructs a new instance of CEvtBasicEventInfo.
-
leave
- System wide error code if the object creation fails.
NewLC()
Constructs a new instance of CEvtBasicEventInfo Object. Leaves the created instance on the cleanup stack.
-
leave
- System wide error code if the object creation fails.
Place()
IMPORT_C TPtrC | Place | ( | ) | const |
Gets the Place for the Location Events. The Place is defined by the Location EventsUi on Creation. A reference to the object's internal string is returned.
Repeat()
IMPORT_C TBool | Repeat | ( | ) | const |
Gets the Repeast flag for the Location Event. The Repeast is defined by the Location EventsUi on Creation.
SetEventId(const TEvtEventId)
Set the Trigger id, identifying the Location Event. The identifer is definded by Location Triggering Engine.
Parameters
const TEvtEventId aId | Event identifier identifying the Location Event. |
SetEventStatus(const TEvtEventStatus)
Set the Status for the Location Event.
SetPlaceL(const TDesC &)
IMPORT_C void | SetPlaceL | ( | const TDesC & | aPlace | ) | |
Set the Place String for the Location Event. The Place is copied.
- Since
- S60 v9.1
-
leave
- KErrNoMemory If there is not enough memory to copy the string.
Parameters
const TDesC & aPlace | Place String for the Location Event. The Place string is copied. |
SetRepeat(const TBool)
IMPORT_C void | SetRepeat | ( | const TBool | aRepeat | ) | |
Set the Repeat flag for the Location Event.
SetSubjectL(const TDesC &)
IMPORT_C void | SetSubjectL | ( | const TDesC & | aSubject | ) | |
Set the Subject String for the Location Event. The Subject is copied.
- Since
- S60 v9.1
-
leave
- KErrNoMemory If there is not enough memory to copy the string.
Parameters
const TDesC & aSubject | Subject String for the Location Event. The Subject string is copied. |
Subject()
IMPORT_C TPtrC | Subject | ( | ) | const |
Gets the Subject for the Location Events. The Subject is defined by the Location EventsUi on Creation. A reference to the object's internal string is returned.
Member Data Documentation
TEvtEventId
iEventId
System wide unique identifier identifying the Location Event. This identifier is defined by the Location Triggering Engine.
Owns
TEvtEventStatus
iEventStatus
HBufC * iPlace
Event Place. Place for the Location Event. The String is defined by the Location Events Ui.
Owns
HBufC * iSubject
Event Subject. Subject for the Location Event. The Subject is defined by the Location Events Ui.
Owns
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.