InterpKeyInfo Class Reference
 
 
 
InterpKeyInfo Class Reference

#include <interpik.h>

Inheritance diagram for InterpKeyInfo:
AnimProperty MaxHeapOperators

Public Member Functions

DWORD  ID ()
virtual  ~InterpKeyInfo ()

Constructor & Destructor Documentation

virtual ~InterpKeyInfo ( ) [inline, virtual]
{}

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_KEYINFO;}