Function set for scaling in time.
This function set is used for keyframe deltas of type MFn::kKeyframeDeltaScale. These deltas are generated from scaling events. Particularly scaling on the time axis. Changes in value are recorded as a MFnKeyframeDeltaMove.
#include <MFnKeyframeDeltaScale.h>

Public Member Functions |
|
| virtual MFn::Type | type () const |
| Function set type. |
|
| virtual | ~MFnKeyframeDeltaScale () |
| Destructor. |
|
| MFnKeyframeDeltaScale () | |
| Default constructor. |
|
| MFnKeyframeDeltaScale (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
| MTime | startTime (MStatus *ReturnStatus=NULL) const |
| The start time of the scaling block.
|
|
| MTime | endTime (MStatus *ReturnStatus=NULL) const |
| The end time of the scaling block. |
|
| MTime | currentStartTime (MStatus *ReturnStatus=NULL) const |
| The current scale time (after scaling has
been performed). |
|
| MTime | currentEndTime (MStatus *ReturnStatus=NULL) const |
| The current end time. |
|
| MTime | pivotTime (MStatus *ReturnStatus=NULL) const |
| The pivot point of the scale (in time).
|
|
| MFnKeyframeDeltaScale (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. |
|
Protected Member Functions |
|
| virtual const char * | className () const |
| Class name. |
|
| MFnKeyframeDeltaScale | ( | MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFnKeyframeDeltaScale | ( | const MObject & | object, |
| MStatus * | ReturnStatus =
NULL |
||
| ) |
Constructor.
Class constructor that initializes the function set to the given MObject.
| [in] | object | The MObject to attach the function set to |
| [out] | ReturnStatus | the return status |
| MFn::Type type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kKeyframeDeltaScale.
Reimplemented from MFnKeyframeDelta.
| const char * className | ( | ) | const [protected, virtual] |
The start time of the scaling block.
| [out] | ReturnStatus | return code. |
The end time of the scaling block.
| [out] | ReturnStatus | return code. |
The current scale time (after scaling has been performed).
| [out] | ReturnStatus | return code. |
The current end time.
| [out] | ReturnStatus | return code. |
The pivot point of the scale (in time).
| [out] | ReturnStatus | return code. |