EaseCurveAnimProp Class Reference
 
 
 
EaseCurveAnimProp Class Reference

#include <control.h>

Inheritance diagram for EaseCurveAnimProp:
AnimProperty MaxHeapOperators

Public Member Functions

  EaseCurveAnimProp ()
DWORD  ID ()

Public Attributes

EaseCurveList el

Constructor & Destructor Documentation

EaseCurveAnimProp ( ) [inline]
{ el=NULL; }

Member Function Documentation

DWORD ID ( ) [inline, virtual]
Remarks:
Returns the ID of the property. Values above PROPID_USER can be used by plug-ins. Note: that a plug-in should only put user defined properties on its own list. So IDs only have to be unique within a plug-in. If a plug-in needs to attach data to another object, it can do so via APP_DATA.

Implements AnimProperty.

{return PROPID_EASELIST;}

Member Data Documentation