#include <kfcurve.h>

Definition at line 349 of file kfcurve.h.
Public Member Functions |
|
| KFBX_FCURVE_INLINE void | Clear () |
| Count of events. |
|
| KFBX_FCURVE_INLINE void | Add (int pWhat, int pIndex) |
| Add a curve event of type pWhat to a curve
event object. |
|
Public Attributes |
|
| int | mKeyIndexStart |
| int | mKeyIndexStop |
| Start key index. |
|
| int | mEventCount |
| Stop key index. |
|
| KFBX_FCURVE_INLINE void Clear | ( | ) |
Count of events.
Clear curve event.
Definition at line 2369 of file kfcurve.h.
References KFCURVEEVENT_NONE, mEventCount, mKeyIndexStart, mKeyIndexStop, and KEventBase::mType.
Add a curve event of type pWhat to a curve event object.
| pWhat | ||
| pIndex |
Definition at line 2377 of file kfcurve.h.
References mEventCount, mKeyIndexStart, mKeyIndexStop, and KEventBase::mType.