TAlfCommand Class Reference
TAlfCommand
is the base class of all commands. A command is an instruction to some class that can be set to occur some time in the future. Each command stores information about an operation. Each command is also responsible for the execution of the command. Commands are processed by the class's OfferEventL() method.
Constructor & Destructor Documentation
TAlfCommand(TAlfCommandType)
~TAlfCommand()
IMPORT_C
|
~TAlfCommand
|
(
|
)
|
[virtual]
|
Member Functions Documentation
CommandExtension(const TUid &, TAny **)
IMPORT_C void
|
CommandExtension
|
(
|
const
TUid
&
|
aExtensionUid,
|
|
TAny
**
|
aExtensionParams
|
|
)
|
[protected, virtual]
|
Parameters
const
TUid
& aExtensionUid
|
|
TAny
** aExtensionParams
|
|
ExecuteL(CAlfEnv &)
void
|
ExecuteL
|
(
|
CAlfEnv &
|
aEnv
|
)
|
const [pure virtual]
|
Parameters
CAlfEnv & aEnv
|
The environment in which the command is being executed.
|
Size()
TInt
|
Size
|
(
|
)
|
const [pure virtual]
|
Returns the size of the command.
Member Data Documentation
TAlfCommandType
iType
Type of the command. Depends on the command class.
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.