#include <MFnKeyframeDeltaBlockAddRemove.h>
Certain keyframe editing operations work on group of keys rather than an single key. These operations require this function set to retrieve changes.
Function set for reading a block of keyframe changes. They are used internally to set a large group of keys quickly. Because changes occur in groups using base class keyframe methods on this derived class do not make sense. Therefore, methods describing where the block of keys were added or removed are available though methods on this class.
Public Types | |
enum | DeltaType { kAdded, kRemoved } |
Type of change. More... | |
Public Member Functions | |
virtual MFn::Type | type () const |
Function set type. | |
virtual | ~MFnKeyframeDeltaBlockAddRemove () |
Destructor. | |
MFnKeyframeDeltaBlockAddRemove () | |
Default constructor. | |
MFnKeyframeDeltaBlockAddRemove (MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
DeltaType | deltaType (MStatus *ReturnStatus=NULL) const |
MTime | startTime (MStatus *ReturnStatus=NULL) const |
MTime | endTime (MStatus *ReturnStatus=NULL) const |
unsigned int | numKeys (MStatus *ReturnStatus=NULL) const |
void | getValues (MDoubleArray &values, MStatus *ReturnStatus=NULL) const |
void | getTimes (MTimeArray ×, MStatus *ReturnStatus=NULL) const |
MFnKeyframeDeltaBlockAddRemove (const MObject &object, MStatus *ReturnStatus=NULL) | |
Constructor. | |
Protected Member Functions | |
virtual const char * | className () const |
Class name. |
MFnKeyframeDeltaBlockAddRemove::MFnKeyframeDeltaBlockAddRemove | ( | 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 |
MFnKeyframeDeltaBlockAddRemove::MFnKeyframeDeltaBlockAddRemove | ( | 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 MFnKeyframeDeltaBlockAddRemove::type | ( | ) | const [virtual] |
Function set type.
Return the class type : MFn::kKeyframeDeltaBlockAddRemove
Reimplemented from MFnKeyframeDelta.
const char * MFnKeyframeDeltaBlockAddRemove::className | ( | ) | const [protected, virtual] |
Class name.
Return the class name : "MFnKeyframeDeltaBlockAddRemove"
Reimplemented from MFnKeyframeDelta.
MFnKeyframeDeltaBlockAddRemove::DeltaType MFnKeyframeDeltaBlockAddRemove::deltaType | ( | MStatus * | ReturnStatus = NULL |
) | const |
Indicates the type of change, i.e. keys added or removed, that this class instance represents.
[out] | ReturnStatus | Return code. |
An MTime value indicating the start time of the add/remove.
[out] | ReturnStatus | Return code. |
Returns an MTime value indicating the endTime of the add/remove.
[out] | ReturnStatus | Return code. |
unsigned int MFnKeyframeDeltaBlockAddRemove::numKeys | ( | MStatus * | ReturnStatus = NULL |
) | const |
Total number of keys involved in this add or remove operation.
[out] | ReturnStatus | Return code. |
void MFnKeyframeDeltaBlockAddRemove::getValues | ( | MDoubleArray & | values, | |
MStatus * | ReturnStatus = NULL | |||
) | const |
Returns the values of all keys involved in the group add or remove.
[in] | values | MDoubleArray to store values. |
[out] | ReturnStatus | Status code. |
void MFnKeyframeDeltaBlockAddRemove::getTimes | ( | MTimeArray & | times, | |
MStatus * | ReturnStatus = NULL | |||
) | const |
Returns the times of all keys involved in the group add or remove.
[in] | times | MTimeArray to store all time values. |
[out] | ReturnStatus | Return code. |
Autodesk® Maya® 2009 © 1997-2008 Autodesk, Inc. All rights reserved. | Generated with 1.5.6 |