This class is used when a modification is made on a FCurve. It contains the necessary information to identify the owner of the curve and what modification was made. More...
#include <fbdata.h>

Public Member Functions | |
| FBFCurveEvent (HKEventBase pEvent) | |
| Constructor. | |
| FBProperty * | GetParentProperty () |
| Return the parent FBProperty of the curve if possible. | |
| FBAnimationNode * | GetParentAnimationNode () |
| Return the parent FBAnimationNode of the curve if possible. | |
| FBComponent * | GetParentComponent () |
| Return the parent object holding the FBAnimationNode of the curve if possible. | |
Public Member Functions inherited from FBEvent | |
| FBEvent (HKEvent pEvent) | |
| Constructor. | |
Public Attributes | |
| FBPropertyFCurveEventType | EventType |
| Read Only Property: Type of fcurve event. | |
| FBPropertyInt | KeyIndexStart |
| Read Only Property: Index of the first key which is involved in the event. | |
| FBPropertyInt | KeyIndexStop |
| Read Only Property: Index of the last key which is involved in the event. | |
| FBPropertyFCurve | Curve |
| Read Only Property: Curve that will receive the new key. | |
| FBPropertyString | CurveName |
| Read Only Property: Name of curve. | |
| FBPropertyInt | CurveIndex |
| Read Only Property: Index of curve. | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. | |
This class is used when a modification is made on a FCurve. It contains the necessary information to identify the owner of the curve and what modification was made.
| FBFCurveEvent | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| FBAnimationNode * GetParentAnimationNode | ( | ) |
Return the parent FBAnimationNode of the curve if possible.
| FBComponent * GetParentComponent | ( | ) |
Return the parent object holding the FBAnimationNode of the curve if possible.
| FBProperty * GetParentProperty | ( | ) |
Return the parent FBProperty of the curve if possible.
| FBPropertyFCurve Curve |
| FBPropertyInt CurveIndex |
| FBPropertyString CurveName |
| FBPropertyFCurveEventType EventType |
| FBPropertyInt KeyIndexStart |
| FBPropertyInt KeyIndexStop |