#include <GIS.h>


Öffentliche Methoden | |
| GisNote (const mutString &name=mutEmptyString, const mutString &accedentials=mutEmptyString, int octave=0, frac duration=frac(1, 4), const mutString &sep=mutEmptyString, GisToken *next=0) | |
| GisNote (int key, int octave, int acc, const mutString sep=mutEmptyString, GisToken *next=0) | |
| int | GetKey () |
| virtual GisType | Type () const |
Öffentliche Attribute | |
| mutString | Name |
| mutString | Accedentials |
| int | Octave |
| frac | Duration |
| GisNote::GisNote | ( | const mutString & | name = mutEmptyString, |
| const mutString & | accedentials = mutEmptyString, |
||
| int | octave = 0, |
||
| frac | duration = frac(1,4), |
||
| const mutString & | sep = mutEmptyString, |
||
| GisToken * | next = 0 |
||
| ) | [inline] |
Definiert in Zeile 441 der Datei GIS.h.
Benutzt accedentials, Accedentials, CHECKDUP, duration, Duration, name, Name, octave und Octave.
: GisToken(sep, next),Name(name),Accedentials(accedentials) { CHECKDUP(Name, name); CHECKDUP(Accedentials, accedentials); Octave = octave; Duration = duration; }
| virtual GisType GisNote::Type | ( | ) | const [inline, virtual] |
| mutString GisNote::Accedentials |
| mutString GisNote::Name |
| int GisNote::Octave |
1.7.4