GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARTagBegin.h
1 #ifndef ARTagBegin_H
2 #define ARTagBegin_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 
23 class ARTagBegin : public ARMTParameter, public ARPositionTag
24 {
25  public:
26  ARTagBegin(int id = 0) : ARMTParameter(id) { }
27  virtual ~ARTagBegin() {}
28 
29  virtual const char* getTagName() const { return "ARTagBegin"; };
30  virtual std::string getGMNName() const { return "\\tagBegin"; };
31 };
32 
33 #endif
ARTagBegin::getTagName
virtual const char * getTagName() const
Definition: ARTagBegin.h:29
ARTagBegin
not yet documented
Definition: ARTagBegin.h:23
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARTagBegin::~ARTagBegin
virtual ~ARTagBegin()
Definition: ARTagBegin.h:27
ARTagBegin::ARTagBegin
ARTagBegin(int id=0)
Definition: ARTagBegin.h:26
ARTagBegin::getGMNName
virtual std::string getGMNName() const
Definition: ARTagBegin.h:30
ARPositionTag
The base class for all range tags.
Definition: ARPositionTag.h:26
ARMusicalTag::id
int id
Definition: ARMusicalTag.h:132

Guido Project Copyright © 2019 Grame-CNCM