Function set for changes in a key's breakdown state.
Delta keyframe object for changes in breakdown state of a key.
#include <MFnKeyframeDeltaBreakdown.h>
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 |
Returns the previous breakdown state of the
key. |
|
bool | isBreakdown (MStatus *ReturnStatus=NULL) const |
Returns the current breakdown state of the
key. |
|
MFnKeyframeDeltaBreakdown (const MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. |
|
Protected Member Functions |
|
virtual const char * | className () const |
Class name. |
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 | ( | 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::kKeyframeDeltaBreakdown.
Reimplemented from MFnKeyframeDelta.
const char * className | ( | ) | const [protected, virtual] |
Class name.
Return the class name : "MFnKeyframeDeltaBreakdown".
Reimplemented from MFnKeyframeDelta.
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. |