GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARSecondGlue.h
1 #ifndef ARSecondGlue_H
2 #define ARSecondGlue_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 "ARMusicalTag.h"
19 
20 
23 class ARSecondGlue : public ARMusicalTag
24 {
25  public:
27  virtual ~ARSecondGlue() {}
28 
29  virtual const char* getParamsStr() const { return ""; };
30  virtual const char* getTagName() const { return "ARSecondGlue"; };
31  virtual std::string getGMNName() const { return "\\secondGlue"; };
32 
33  virtual bool IsStateTag() const { return true; }
34 
35  ARMusicalObject *isARSecondGlue() { return this; }
36 };
37 
38 #endif
39 
ARSecondGlue::getTagName
virtual const char * getTagName() const
Definition: ARSecondGlue.h:30
ARSecondGlue::isARSecondGlue
ARMusicalObject * isARSecondGlue()
Definition: ARSecondGlue.h:35
ARSecondGlue::~ARSecondGlue
virtual ~ARSecondGlue()
Definition: ARSecondGlue.h:27
ARSecondGlue
not yet documented
Definition: ARSecondGlue.h:23
ARSecondGlue::ARSecondGlue
ARSecondGlue()
Definition: ARSecondGlue.h:26
ARSecondGlue::getGMNName
virtual std::string getGMNName() const
Definition: ARSecondGlue.h:31
ARSecondGlue::IsStateTag
virtual bool IsStateTag() const
Definition: ARSecondGlue.h:33
ARSecondGlue::getParamsStr
virtual const char * getParamsStr() const
Definition: ARSecondGlue.h:29
ARMusicalTag
The base class for all musical tag classes.
Definition: ARMusicalTag.h:34
ARMusicalObject
The base class for all AR objects. It contains all musical information : duration and time position.
Definition: ARMusicalObject.h:33

Guido Project Copyright © 2019 Grame-CNCM