CLbtTriggerInfo Class Reference
class CLbtTriggerInfo : public CBase
|
Data class for trigger information. The trigger information contains trigger entry and trigger dynamic information.
lbt.lib
Constructor & Destructor Documentation
CLbtTriggerInfo()
IMPORT_C
|
CLbtTriggerInfo
|
(
|
)
|
[protected]
|
CLbtTriggerInfo(const CLbtTriggerInfo &)
By default, prohibit copy constructor
~CLbtTriggerInfo()
IMPORT_C
|
~CLbtTriggerInfo
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL(CLbtTriggerEntry *, TLbtTriggerDynamicInfo *)
Symbian 2nd phase constructor.
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
Symbian 2nd phase constructor.
DynInfo()
Gets trigger dynamic information object.
ExternalizeL(RWriteStream &)
Externalizes the trigger object's details and attributes to stream.
The presence of this function means that the standard template
operator<<()
( defined in s32strm.h ) is available to externalize objects of this class.
Parameters
RWriteStream
& aStream
|
Stream to which the object should be externalized.
|
InternalizeL(RReadStream &)
Internalizes the trigger object's details and attributes from stream.
The presence of this function means that the standard template
operator>>()
( defined in s32strm.h ) is available to internalize objects of this class.
Parameters
RReadStream
& aStream
|
Stream from which the object should be internalized.
|
NewL()
Constructs a new instance of trigger information object.
NewL(CLbtTriggerEntry *, TLbtTriggerDynamicInfo *)
Constructs a new instance of trigger information object.
Parameters
CLbtTriggerEntry
* aEntry
|
The pointer to the trigger entry. Ownership is transferred to this object.
|
TLbtTriggerDynamicInfo
* aDynInfo
|
The pointer to the trigger dynamic information object. Ownership is transferred to this object.
|
NewLC()
Constructs a new instance of trigger information object and pushes it onto cleanup stack.
SetDynInfo(TLbtTriggerDynamicInfo *)
Sets trigger dynamic information object.
Parameters
TLbtTriggerDynamicInfo
* aDynInfo
|
Pointer to the trigger dynamic information object. Ownership is transferred to this object.
|
SetTriggerEntry(CLbtTriggerEntry *)
Parameters
CLbtTriggerEntry
* aEntry
|
The trigger entry object. Ownership is transferred to this object.
|
TriggerEntry()
Gets trigger entry object.
operator=(const CLbtTriggerInfo &)
Prohibit assigment operator
Member Data Documentation
TLbtTriggerDynamicInfo * iDynInfo
CLbtTriggerEntry * iEntry
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.