GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef ARStaffFormat_H 2 #define ARStaffFormat_H 18 #include "ARMTParameter.h" 19 #include "TagParameterFloat.h" 62 virtual const char*
getParamsStr()
const {
return kARStaffFormatParams; };
63 virtual const char*
getTagName()
const {
return "ARStaffFormat"; };
64 virtual std::string
getGMNName()
const {
return "\\staffFormat"; };
not yet documented
Definition: ARMTParameter.h:24
The floating point parameter type for Guido Tags.
Definition: TagParameterFloat.h:24
A string-type tag parameter.
Definition: TagParameterString.h:25
A list of tag parameters represented as a map.
Definition: TagParameterMap.h:31