TAlfVisualCommand Class Reference
class TAlfVisualCommand : public TAlfObjectCommand |
TAlfVisualCommand is an object command that operates on a visual. Usage:
//Create Visual command to move visual to front
TAlfVisualCommand command( *iVisual, EAlfOpEnableTransformation );
//Send command , visual will be moved to front
iEnv->Send( command, 1 );
Constructor & Destructor Documentation
TAlfVisualCommand(CAlfVisual &, TAlfOp, TInt, TInt)
Constructs a new visual command.
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 &)
IMPORT_C void | ExecuteL | ( | CAlfEnv & | aEnv | ) | const [virtual] |
Parameters
CAlfEnv & aEnv | The environment in which the command is being executed. |
FlagsToClear()
IMPORT_C TInt | FlagsToClear | ( | ) | const |
Returns the flags that will be cleared by the command.
FlagsToSet()
IMPORT_C TInt | FlagsToSet | ( | ) | const |
Returns the flags that will be set by the command.
Size()
IMPORT_C TInt | Size | ( | ) | const [virtual] |
Returns the size of the command.
Visual()
Returns the visual that the command operates on.
Member Data Documentation
TInt
iClearFlags
TInt
| iClearFlags | [private] |
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.