#include <TKey.h>
Inheritance diagram for TKey:
Public Types | |
enum | { undefined = -1 } |
enum | { major = 1, minor, dorian, phrygian, lydian, mixolydian, aeolian, ionian, locrian, last = locrian } |
Public Member Functions | |
void | setCancel (long cancel) |
void | setFifths (long fifths) |
void | setMode (long mode) |
long | getCancel () const |
long | getFifths () const |
long | getMode () const |
virtual void | accept (TScoreVisitor &visitor) |
Static Public Member Functions | |
const string | xmlmode (int d) |
convert an integer mode to a MusicXML string | |
int | xmlmode (const string str) |
convert an MusicXML string to an integer mode | |
Friends | |
EXP friend SMARTP< TKey > | newKey () |