|
class EventEvents are atoms with a well defined position and length Contains pure virtuals #include <prPartEditor.h> Inherits: Atoma Inherited by: Note, Symbol, MasterEvent, MidiEvent |
Events are atoms with a well defined position and length
Event ()
Default constructor
Event (Event*)
Constructor used by copy()
Event (Position)
Constructor at a position
Event (Position,long)
Constructor with position and length
Position & start ()
returns the start position (offset) of an event
long end ()
returns the end position of an event
long length ()
returns the length of an event
void setStart (Position)
sets the start position
void setLength (long)
sets the length of an event
ostream & print (int,ostream&) [pure virtual]
print has to be implemented
void flush (char*) [pure virtual]
flush has to be implemented
Element * copy () [pure virtual]
copy has to be implemented
Generated by: wuerthne@clouseau on Fri Jan 19 23:08:00 200. |