GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARCue.h
1 #ifndef ARCue_H
2 #define ARCue_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7  Copyright (C) 2002-2017 Grame
8 
9  This Source Code Form is subject to the terms of the Mozilla Public
10  License, v. 2.0. If a copy of the MPL was not distributed with this
11  file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 
13  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
14  research@grame.fr
15 
16 */
17 
18 #include "ARMTParameter.h"
19 #include "ARPositionTag.h"
20 #include "ARFontAble.h"
21 
22 class TagParameterString;
23 
24 /*@mkdoc
25 
26 @group:Notes
27 
28 @tagname:\cue
29 @tagalias:
30 @tagtype:R
31 @tagnotation:cue notes
32 @tagdesc
33 Regarding the notes, the **\cue** tag is equivalent to **\noteFormat<color="blue", size=0.6>** tag.
34 Cue notes are colored in blue by default. You can override that with [**\noteFormat**](#noteformat)
35 @tagend
36 
37 @params:
38 @param:name:string:the cue description:*none*:true
39 @fontparams:
40 @paramdesc
41 @paramend
42 
43 */
44 
47 class ARCue : public ARFontAble, public ARPositionTag
48 {
49  public:
50  ARCue();
51  virtual ~ARCue() {}
52 
53  virtual const char* getParamsStr() const { return kARCueParams; };
54  virtual const char* getTagName() const { return "ARCue"; };
55  virtual std::string getGMNName() const { return "\\cue"; };
56 
57  const TagParameterString * getName() const;
58 };
59 
60 #endif
ARCue::getGMNName
virtual std::string getGMNName() const
Definition: ARCue.h:55
ARCue::getTagName
virtual const char * getTagName() const
Definition: ARCue.h:54
ARCue::getName
const TagParameterString * getName() const
ARFontAble
Definition: ARFontAble.h:21
ARCue::ARCue
ARCue()
ARCue
not yet documented
Definition: ARCue.h:47
ARCue::getParamsStr
virtual const char * getParamsStr() const
Definition: ARCue.h:53
TagParameterString
A string-type tag parameter.
Definition: TagParameterString.h:25
ARPositionTag
The base class for all range tags.
Definition: ARPositionTag.h:26
ARCue::~ARCue
virtual ~ARCue()
Definition: ARCue.h:51

Guido Project Copyright © 2019 Grame-CNCM