Description. Mehr ...
gehe zum Quellcode dieser Datei
Klassen | |
class | GisToken |
class | GisSequenz |
class | GisSegment |
class | GisTag |
class | GisTagBegin |
class | GisTagEnd |
class | GisNote |
class | GisParaInt |
class | GisParaReal |
class | GisParaStr |
class | GisComma |
Makrodefinitionen | |
#define | FOR_MUTWIN |
################################################################## | |
#define | CHECKDUP(target, source) |
#define | NTAGS 52 |
#define | NTAGSHORTS 6 |
#define | TTintens 1 |
#define | TTslur 2 |
#define | TTtempo 12 |
#define | TTinstr 19 |
#define | TTtie 20 |
#define | TTstacc 21 |
#define | TTaccent 22 |
#define | TTten 23 |
#define | TTkey 36 |
#define | TToct 37 |
#define | TTalter 50 |
#define | TTmutabor 51 |
#define | NO_KEY -32000 |
Aufzählungen | |
enum | GisType { GTNull, GTUnknown, GTSequenz, GTSegment, GTTag, GTTagBegin, GTTagEnd, GTNote, GTParaInt, GTParaReal, GTParaStr, GTComma } |
Funktionen | |
int | GetTagId (const mutString &name, mutString ®istered) |
GisToken * | CopyPara (GisToken *para) |
GisType | GetGisType (GisToken *token) |
GisToken * | GisParse (const mutString FileName) |
int | StartSep () |
int | BeginSegment () |
int | EndSegment () |
int | BeginSequenz () |
int | EndSequenz () |
int | BeginParameter () |
int | EndParameter () |
int | BeginRange () |
int | EndRange () |
int | NextSequenz () |
int | Tag (const mutString tagName) |
int | TagParaInt (long i) |
int | TagParaReal (double x) |
int | TagParaStr (mutString s) |
int | Comma () |
int | Note (const mutString name, const mutString accedentials, int octave, frac duration) |
Variablen | |
const mutChar * | Tags [NTAGS] |
const mutChar * | TagShorts [NTAGSHORTS] |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.3 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei GIS.h.