MFnKeyframeDeltaWeighted Class Reference

#include <MFnKeyframeDeltaWeighted.h>

Class Description

Function set for changes in a key's weighted state.

Delta keyframe object for changes in weighted state of a key.

+ Inheritance diagram for MFnKeyframeDeltaWeighted:

Public Member Functions

virtual MFn::Type type () const
 Function set type. More...
 
virtual ~MFnKeyframeDeltaWeighted ()
 Destructor.
 
 MFnKeyframeDeltaWeighted ()
 Default constructor.
 
 MFnKeyframeDeltaWeighted (MObject &object, MStatus *ReturnStatus=NULL)
 Constructor. More...
 
bool wasWeighted (MStatus *ReturnStatus=NULL) const
 Returns true if the key had weighted tangent, but it is not currently. More...
 
 MFnKeyframeDeltaWeighted (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=NULL) 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...
 

Protected Member Functions

virtual const char * className () const
 Class name. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from MFnBase
static const char * className ()
 Returns the name of this class. More...
 

Constructor & Destructor Documentation

MFnKeyframeDeltaWeighted ( 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:
MFnKeyframeDeltaWeighted ( 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:

Member Function Documentation

MFn::Type type ( ) const
virtual

Function set type.

Return the class type : MFn::kKeyframeDeltaWeighted.

Reimplemented from MFnKeyframeDelta.

const char * className ( ) const
protectedvirtual

Class name.

Return the class name : "MFnKeyframeDeltaWeighted".

Reimplemented from MFnKeyframeDelta.

bool wasWeighted ( MStatus ReturnStatus = NULL) const

Returns true if the key had weighted tangent, but it is not currently.

Parameters
[out]ReturnStatusReturn code.
Returns
true or false depending on the key's weight status.
Status Codes:

The documentation for this class was generated from the following files:
  • MFnKeyframeDeltaWeighted.h
  • MFnKeyframeDeltaWeighted.cpp