#include <kfcurvenode.h>

Definition at line 268 of file kfcurvenode.h.
| Public Member Functions | |
| void | Clear () | 
| Clear the curve node event object. | |
| void | Add (int pWhat) | 
| Add an event of type pWhat. | |
| Public Attributes | |
| int | mEventCount | 
| Nature (s) of this node event. | |
| void * | mData | 
| Data. | |
| void Clear | ( | ) | [inline] | 
Clear the curve node event object.
Definition at line 283 of file kfcurvenode.h.
| void Add | ( | int | pWhat | ) | [inline] | 
Add an event of type pWhat.
| pWhat | Use EKFCurveNodeEventType to identify what pWhat means. | 
Definition at line 293 of file kfcurvenode.h.
| int mEventCount | 
Nature (s) of this node event.
It is a bit field. Value defined in the enum stated before the class can composited. stored in mType Event count.
Definition at line 277 of file kfcurvenode.h.
| void* mData | 
Data.
Definition at line 280 of file kfcurvenode.h.