C++ API Reference
MFnKeyframeDeltaScale Class Reference

This method is obsolete. More...

#include <MFnKeyframeDeltaScale.h>

+ Inheritance diagram for MFnKeyframeDeltaScale:

Public Member Functions

virtual MFn::Type type () const
 Function set type. More...
 
virtual ~MFnKeyframeDeltaScale ()
 Destructor.
 
 MFnKeyframeDeltaScale ()
 Default constructor.
 
 MFnKeyframeDeltaScale (MObject &object, MStatus *ReturnStatus=NULL)
 Constructor. More...
 
MTime startTime (MStatus *ReturnStatus=NULL) const
 The start time of the scaling block. More...
 
MTime endTime (MStatus *ReturnStatus=NULL) const
 The end time of the scaling block. More...
 
MTime currentStartTime (MStatus *ReturnStatus=NULL) const
 The current scale time (after scaling has been performed). More...
 
MTime currentEndTime (MStatus *ReturnStatus=NULL) const
 The current end time. More...
 
MTime pivotTime (MStatus *ReturnStatus=NULL) const
 The pivot point of the scale (in time). More...
 
 MFnKeyframeDeltaScale (const MObject &object, MStatus *ReturnStatus=NULL)
 Constructor. More...
 
- Public Member Functions inherited from MFnKeyframeDelta
virtual ~MFnKeyframeDelta ()
 Destructor.
 
 MFnKeyframeDelta ()
 Default constructor.
 
 MFnKeyframeDelta (MObject &object, MStatus *ReturnStatus=NULL)
 Constructor. More...
 
MObject paramCurve (MStatus *ReturnStatus=NULL) const
 Return the Animation Curve MObject that this key belongs to. More...
 
virtual unsigned int keyIndex (MStatus *ReturnStatus=NULL) const
 The index of this key on the animation curve. More...
 
 MFnKeyframeDelta (const MObject &object, MStatus *ReturnStatus=NULL)
 Constructor. More...
 
- Public Member Functions inherited from MFnBase
virtual ~MFnBase ()
 Class Destructor. More...
 
bool hasObj (MFn::Type) const
 Determines whether or not the Function Set is compatible with the specified Maya Object within the API RTTI system. More...
 
bool hasObj (const MObject &) const
 Determines whether or not the Function Set is compatible with the specified Maya Object within the API RTTI system. More...
 
MObject object (MStatus *ReturnStatus=nullptr) const
 Returns the MObject that is attached to the Function Set. More...
 
virtual MStatus setObject (MObject &object)
 Attaches the Function Set to the specified Maya Object. More...
 
virtual MStatus setObject (const MObject &object)
 NO SCRIPT SUPPORT. More...
 

Static Public Member Functions

static const char * className ()
 Returns the name of this class. More...
 
- Static Public Member Functions inherited from MFnKeyframeDelta
static const char * className ()
 Returns the name of this class. More...
 
- Static Public Member Functions inherited from MFnBase
static const char * className ()
 Returns the name of this class. More...
 
static const char * typeString (MFn::Type)
 Returns the type string for a given type. More...
 
static bool isValid (MFn::Type)
 Returns true if type is in the range of valid types. More...
 

Detailed Description

This method is obsolete.

[as of Maya 2018]

Deprecated:
Not used. Maya instead generates MFnKeyframeDeltaMove and MFnKeyframeDeltaTangent events when a group of keys is scaled.

Constructor & Destructor Documentation

MFnKeyframeDeltaScale ( MObject object,
MStatus ReturnStatus = NULL 
)

Constructor.

Class constructor that initializes the function set to the given MObject.

Parameters
[in]objectThe MObject to attach the function set to
[out]ReturnStatusthe return status
Status Codes:
  • MS::kSuccess if the function set is successfully attached
  • MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject
MFnKeyframeDeltaScale ( const MObject object,
MStatus ReturnStatus = NULL 
)

Constructor.

Class constructor that initializes the function set to the given MObject.

Parameters
[in]objectThe MObject to attach the function set to
[out]ReturnStatusthe return status
Status Codes:
  • MS::kSuccess if the function set is successfully attached
  • MS::kInvalidParameter if the MObject does not represent a valid Maya object or if the function set is not allowed to attach to this MObject

Member Function Documentation

MFn::Type type ( ) const
virtual

Function set type.

Return the class type : MFn::kKeyframeDeltaScale.

Returns
the class type.

Reimplemented from MFnKeyframeDelta.

const char * className ( )
static

Returns the name of this class.

Return the class name : "MFnKeyframeDeltaScale".

Returns
Name of this class.
MTime startTime ( MStatus ReturnStatus = NULL) const

The start time of the scaling block.

Parameters
[out]ReturnStatusreturn code.
Returns
An MTime value
Status Codes:
  • MS::kSuccess The operation succeeded.
  • MS::kFailure An object error has occurred.
MTime endTime ( MStatus ReturnStatus = NULL) const

The end time of the scaling block.

Parameters
[out]ReturnStatusreturn code.
Returns
An MTime value
Status Codes:
  • MS::kSuccess The operation succeeded.
  • MS::kFailure An object error has occurred.
MTime currentStartTime ( MStatus ReturnStatus = NULL) const

The current scale time (after scaling has been performed).

Parameters
[out]ReturnStatusreturn code.
Returns
An MTime value
Status Codes:
  • MS::kSuccess The operation succeeded.
  • MS::kFailure An object error has occurred.
MTime currentEndTime ( MStatus ReturnStatus = NULL) const

The current end time.

Parameters
[out]ReturnStatusreturn code.
Returns
An MTime value
Status Codes:
  • MS::kSuccess The operation succeeded.
  • MS::kFailure An object error has occurred.
MTime pivotTime ( MStatus ReturnStatus = NULL) const

The pivot point of the scale (in time).

Parameters
[out]ReturnStatusreturn code.
Returns
An MTime value
Status Codes:
  • MS::kSuccess The operation succeeded.
  • MS::kFailure An object error has occurred.

The documentation for this class was generated from the following files: