#include <MFnKeyframeDeltaBreakdown.h>


Delta keyframe object for changes in breakdown state of a key.
| Public Member Functions | |
| virtual MFn::Type | type () const | 
| Function set type. | |
| virtual | ~MFnKeyframeDeltaBreakdown () | 
| Destructor. | |
| MFnKeyframeDeltaBreakdown () | |
| Default constructor. | |
| MFnKeyframeDeltaBreakdown (MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
| bool | wasBreakdown (MStatus *ReturnStatus=NULL) const | 
| bool | isBreakdown (MStatus *ReturnStatus=NULL) const | 
| MFnKeyframeDeltaBreakdown (const MObject &object, MStatus *ReturnStatus=NULL) | |
| Constructor. | |
| Protected Member Functions | |
| virtual const char * | className () const | 
| Class name. | |
| MFnKeyframeDeltaBreakdown::MFnKeyframeDeltaBreakdown | ( | 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 | 
| MFnKeyframeDeltaBreakdown::MFnKeyframeDeltaBreakdown | ( | 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 MFnKeyframeDeltaBreakdown::type | ( | ) | const  [virtual] | 
Function set type.
Return the class type : MFn::kKeyframeDeltaBreakdown
Reimplemented from MFnKeyframeDelta.
| const char * MFnKeyframeDeltaBreakdown::className | ( | ) | const  [protected, virtual] | 
Class name.
Return the class name : "MFnKeyframeDeltaBreakdown"
Reimplemented from MFnKeyframeDelta.
| bool MFnKeyframeDeltaBreakdown::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 MFnKeyframeDeltaBreakdown::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. | 
| Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with  1.5.6 |