NoteKeyClipObject Class Reference
 
 
 
NoteKeyClipObject Class Reference

#include <notetrck.h>

Inheritance diagram for NoteKeyClipObject:
TrackClipObject MaxHeapOperators

Public Member Functions

Class_ID  ClassID ()
SClass_ID  SuperClassID ()
CoreExport void  DeleteThis ()
  NoteKeyClipObject (Interval iv)

Public Attributes

NoteKeyTab  tab

Constructor & Destructor Documentation

NoteKeyClipObject ( Interval  iv ) [inline]
: TrackClipObject(iv) {}

Member Function Documentation

Class_ID ClassID ( ) [inline, virtual]
Remarks:
Returns the ClassID of the creator of the clip object.

Implements TrackClipObject.

SClass_ID SuperClassID ( ) [inline, virtual]
Remarks:
This method is used to identify the creator of the clip object by returning the SuperClassID of the creator.

Implements TrackClipObject.

{ return NOTETRACK_CLASS_ID; }
CoreExport void DeleteThis ( ) [virtual]
Remarks:
This method is called to delete this instance of the clip object.

Implements TrackClipObject.


Member Data Documentation