THuiTransformationCommand Class Reference
| class THuiTransformationCommand : public THuiObjectCommand |
Inherits from
- THuiTransformationCommand
Constructor & Destructor Documentation
THuiTransformationCommand(TAny *, CHuiTransformation &, THuiOp, TInt)
| IMPORT_C | THuiTransformationCommand | ( | TAny * | aOwner, |
| | CHuiTransformation & | aTransformation, |
| | THuiOp | aOperation = EHuiOpLoadIdentity, |
| | TInt | aStep = EStepNone |
| | ) | |
Constructs a new transformation command.
Parameters
| TAny * aOwner | Owner of the transformation. Allowed be NULL. |
| CHuiTransformation & aTransformation | Transformation to operate on. |
| THuiOp aOperation = EHuiOpLoadIdentity | Operation to perform. |
| TInt aStep = EStepNone | Step index in the transformation. |
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(CHuiEnv &)
| IMPORT_C void | ExecuteL | ( | CHuiEnv & | aEnv | ) | const [virtual] |
Parameters
| CHuiEnv & aEnv | The environment in which the command is being executed. |
SetAngle(const THuiTimedValue &)
Returns a reference to the angle component.
SetX(const THuiTimedValue &)
SetY(const THuiTimedValue &)
Returns a reference to the Y component.
SetZ(const THuiTimedValue &)
Returns a reference to the Z component.
Size()
| IMPORT_C TInt | Size | ( | ) | const [virtual] |
Returns the size of the command.
Step()
Returns the transformation step index.
Transformation()
| IMPORT_C CHuiTransformation & | Transformation | ( | ) | const |
Returns the transformation that the command operates on.
Member Enumerations Documentation
Enum anonymous
Enumerators
| EStepNone = -1 |
Used in the aStep parameter to specify that no step index is specified.
|
Member Data Documentation
THuiTimedValue
iAngle
Angle component. Suspended.
CHuiTransformation & iTransformation
| CHuiTransformation & | iTransformation | [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.