|
C++ API Reference
|
Function set for changes in a key's breakdown state. More...
#include <MFnKeyframeDeltaBreakdown.h>
Inheritance diagram for MFnKeyframeDeltaBreakdown:Public Member Functions | |
| virtual MFn::Type | type () const |
| Function set type. More... | |
| virtual | ~MFnKeyframeDeltaBreakdown () |
| Destructor. | |
| MFnKeyframeDeltaBreakdown () | |
| Default constructor. | |
| MFnKeyframeDeltaBreakdown (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. More... | |
| bool | wasBreakdown (MStatus *ReturnStatus=NULL) const |
| Returns the previous breakdown state of the key. More... | |
| bool | isBreakdown (MStatus *ReturnStatus=NULL) const |
| Returns the current breakdown state of the key. More... | |
| MFnKeyframeDeltaBreakdown (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... | |
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... | |
Function set for changes in a key's breakdown state.
Delta keyframe object for changes in breakdown state of a key.
| MFnKeyframeDeltaBreakdown | ( | MObject & | object, |
| MStatus * | ReturnStatus = NULL |
||
| ) |
| MFnKeyframeDeltaBreakdown | ( | const MObject & | object, |
| MStatus * | ReturnStatus = NULL |
||
| ) |
|
virtual |
Function set type.
Return the class type : MFn::kKeyframeDeltaBreakdown.
Reimplemented from MFnKeyframeDelta.
|
static |
Returns the name of this class.
Return the class name : "MFnKeyframeDeltaBreakdown".
| bool wasBreakdown | ( | MStatus * | ReturnStatus = NULL | ) | const |
Returns the previous breakdown state of the key.
It will return false if the key was converted to a breakdown key.
| [out] | ReturnStatus | Return code. |
| bool isBreakdown | ( | MStatus * | ReturnStatus = NULL | ) | const |
Returns the current breakdown state of the key.
It will return true if the key was converted to a breakdown key.
| [out] | ReturnStatus | Return code. |