#include <PitchNote.hxx>
Public Types | |
enum | tEnum { eC, eDb, eD, eEb, eE, eF, eGb, eG, eAb, eA, eBb, eB, eNone } |
Public Member Functions | |
EPitch () | |
EPitch (tValue v) | |
EPitch (std::string s) | |
virtual Component * | Species () const |
Returns a new object of the same class than the receiver object. | |
Static Public Member Functions | |
static tEnumValue * | ValueTable () |
Definition at line 37 of file PitchNote.hxx.
enum CLAM::EPitch::tEnum |
Definition at line 44 of file PitchNote.hxx.
CLAM::EPitch::EPitch | ( | ) | [inline] |
Definition at line 40 of file PitchNote.hxx.
Referenced by Species().
CLAM::EPitch::EPitch | ( | tValue | v | ) | [inline] |
Definition at line 41 of file PitchNote.hxx.
CLAM::EPitch::EPitch | ( | std::string | s | ) | [inline] |
Definition at line 42 of file PitchNote.hxx.
virtual Component* CLAM::EPitch::Species | ( | ) | const [inline, virtual] |
Returns a new object of the same class than the receiver object.
To be reimplemented by subclasses.
Implements CLAM::Enum.
Definition at line 48 of file PitchNote.hxx.
References EPitch().
static tEnumValue* CLAM::EPitch::ValueTable | ( | ) | [inline, static] |