GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARDaCoda.h
1 #ifndef __ARDaCoda__
2 #define __ARDaCoda__
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2004-2017 Grame
7 
8  This Source Code Form is subject to the terms of the Mozilla Public
9  License, v. 2.0. If a copy of the MPL was not distributed with this
10  file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 
12  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
13  research@grame.fr
14 
15 */
16 
17 #include "ARJump.h"
18 #include "TimeUnwrap.h"
19 
20 /*@mkdoc
21 
22 @group:Repeat Signs
23 
24 @tagname:\daCoda
25 @tagalias:
26 @tagtype:P
27 @tagnotation:Da Coda
28 @tagdesc
29 See the [Repeat Signs](@EXAMPLES/repeats/) example.
30 @tagend
31 
32 */
33 
36 class ARDaCoda : public ARJump
37 {
38  public:
39  ARDaCoda() : ARJump ("to Coda [coda]") {}
40  virtual ~ARDaCoda() {}
41 
42  virtual const char* getTagName() const { return "ARDaCoda"; };
43  virtual std::string getGMNName() const { return "\\daCoda"; };
44 
45  virtual void browse(TimeUnwrap& mapper) const
46  { mapper.AtPos (this, TimeUnwrap::kDaCoda); }
47 };
48 
49 #endif
ARDaCoda
to coda (\daCoda tag)
Definition: ARDaCoda.h:36
TimeUnwrap::AtPos
virtual void AtPos(const ARMusicalObject *ev, EventType type)
ARDaCoda::~ARDaCoda
virtual ~ARDaCoda()
Definition: ARDaCoda.h:40
ARDaCoda::getTagName
virtual const char * getTagName() const
Definition: ARDaCoda.h:42
ARDaCoda::ARDaCoda
ARDaCoda()
Definition: ARDaCoda.h:39
TimeUnwrap::kDaCoda
Definition: TimeUnwrap.h:53
ARDaCoda::getGMNName
virtual std::string getGMNName() const
Definition: ARDaCoda.h:43
ARDaCoda::browse
virtual void browse(TimeUnwrap &mapper) const
Definition: ARDaCoda.h:45
ARJump
common implementation for \coda, \segno, \toCoda etc...
Definition: ARJump.h:25
TimeUnwrap
Definition: TimeUnwrap.h:29

Guido Project Copyright © 2019 Grame-CNCM