GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARRepeatEnd.h
1 #ifndef ARRepeatEnd_H
2 #define ARRepeatEnd_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 "ARBar.h"
19 #include "TimeUnwrap.h"
20 
21 class ARRepeatBegin;
22 
23 /*@mkdoc
24 
25 @group:Repeat Signs
26 
27 @tagname:\repeatEnd
28 @tagalias:
29 @tagtype:P
30 @tagnotation:An end repeat bar
31 @tagdesc
32 See the [Repeat Signs](@EXAMPLES/repeats/) example.
33 @tagend
34 
35 */
36 
39 class ARRepeatEnd : public ARBar
40 {
41  public:
43  virtual ~ARRepeatEnd() { }
44 
45  virtual const char* getTagName() const { return "ARRepeatEnd"; };
46  virtual std::string getGMNName() const { return "\\repeatEnd"; };
47 
48  ARMusicalObject *isARRepeatEnd() { return this; }
49 
50  virtual void browse(TimeUnwrap& mapper) const
51  { mapper.AtPos (this, TimeUnwrap::kRepeatEnd); }
52 };
53 
54 #endif
ARRepeatEnd::browse
virtual void browse(TimeUnwrap &mapper) const
Definition: ARRepeatEnd.h:50
TimeUnwrap::AtPos
virtual void AtPos(const ARMusicalObject *ev, EventType type)
ARRepeatEnd::isARRepeatEnd
ARMusicalObject * isARRepeatEnd()
Definition: ARRepeatEnd.h:48
ARBar
Bar tag.
Definition: ARBar.h:51
TimeUnwrap::kRepeatEnd
Definition: TimeUnwrap.h:51
ARMusicalTag::rangesetting
RANGE rangesetting
Definition: ARMusicalTag.h:140
ARRepeatBegin
The right facing repeat sign.
Definition: ARRepeatBegin.h:38
ARRepeatEnd::~ARRepeatEnd
virtual ~ARRepeatEnd()
Definition: ARRepeatEnd.h:43
ARRepeatEnd::ARRepeatEnd
ARRepeatEnd(ARRepeatBegin *curbeg=0)
Definition: ARRepeatEnd.h:42
ARMusicalTag::RANGEDC
Definition: ARMusicalTag.h:44
ARRepeatEnd::getGMNName
virtual std::string getGMNName() const
Definition: ARRepeatEnd.h:46
ARRepeatEnd
not yet documented
Definition: ARRepeatEnd.h:39
ARMusicalObject
The base class for all AR objects. It contains all musical information : duration and time position.
Definition: ARMusicalObject.h:33
ARRepeatEnd::getTagName
virtual const char * getTagName() const
Definition: ARRepeatEnd.h:45
TimeUnwrap
Definition: TimeUnwrap.h:29

Guido Project Copyright © 2019 Grame-CNCM