Interface to the Key Property.
This interface allows defining properties for keys. Properties are additional attributes that are not interpolated between keys.
#include <istdplug.h>
Public Types |
|
enum | PropID { kIKProp } |
Property ID enumeration. More... |
|
Public Member Functions |
|
virtual | ~IKeyProperty () |
Virtual destructor. |
|
virtual PropID | GetPropID () const =0 |
Get the Property ID. |
enum PropID |
virtual ~IKeyProperty | ( | ) | [inline, virtual] |
Virtual destructor.
{}
virtual PropID GetPropID | ( | ) | const [pure virtual] |