GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
This class is used to determine when a position tag ends. More...
Public Types | |
enum | setflag { LEFTMOST, RIGHTMOST, OPENLEFT, OPENRIGHT, NOTKNOWN } |
Public Member Functions | |
GRSystemStartEndStruct () | |
virtual | ~GRSystemStartEndStruct () |
Public Attributes | |
GRSystem * | grsystem = 0 |
GRNotationElement * | startElement = 0 |
GRNotationElement * | endElement = 0 |
setflag | startflag = NOTKNOWN |
setflag | endflag = NOTKNOWN |
GuidoPos | startpos = 0 |
GuidoPos | endpos = 0 |
void * | p = 0 |
This class is used to determine when a position tag ends.
The endposition is the position within the voice. When this position has been parsed in the GRVoiceManager, then we know, that the positiontag-range has ended.
|
inline |
|
virtual |
GRNotationElement* GRSystemStartEndStruct::endElement = 0 |
GuidoPos GRSystemStartEndStruct::endpos = 0 |
GRSystem* GRSystemStartEndStruct::grsystem = 0 |
void* GRSystemStartEndStruct::p = 0 |
GRNotationElement* GRSystemStartEndStruct::startElement = 0 |
GuidoPos GRSystemStartEndStruct::startpos = 0 |