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 &)
IMPORT_C void
|
SetAngle
|
(
|
const
THuiTimedValue
&
|
aValue
|
)
|
|
Returns a reference to the angle component.
Parameters
const
THuiTimedValue
& aValue
|
|
SetX(const THuiTimedValue &)
IMPORT_C void
|
SetX
|
(
|
const
THuiTimedValue
&
|
aValue
|
)
|
|
Parameters
const
THuiTimedValue
& aValue
|
Value.
|
SetY(const THuiTimedValue &)
IMPORT_C void
|
SetY
|
(
|
const
THuiTimedValue
&
|
aValue
|
)
|
|
Returns a reference to the Y component.
Parameters
const
THuiTimedValue
& aValue
|
|
SetZ(const THuiTimedValue &)
IMPORT_C void
|
SetZ
|
(
|
const
THuiTimedValue
&
|
aValue
|
)
|
|
Returns a reference to the Z component.
Parameters
const
THuiTimedValue
& aValue
|
|
Size()
IMPORT_C
TInt
|
Size
|
(
|
)
|
const [virtual]
|
Returns the size of the command.
Step()
IMPORT_C
TInt
|
Step
|
(
|
)
|
const
|
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
THuiTimedValue
|
iAngle
|
[private]
|
Angle component. Suspended.
CHuiTransformation & iTransformation
CHuiTransformation &
|
iTransformation
|
[private]
|
THuiTimedValue
iX
THuiTimedValue
|
iX
|
[private]
|
THuiTimedValue
iY
THuiTimedValue
|
iY
|
[private]
|
THuiTimedValue
iZ
THuiTimedValue
|
iZ
|
[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.