GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARLabel.h
1 #ifndef ARLabel_H
2 #define ARLabel_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 "ARText.h"
19 
20 
23 class ARLabel : public ARText
24 {
25  public:
26  ARLabel() {}
27  virtual ~ARLabel() {}
28 
29  virtual const char* getParamsStr() const { return kARTextParams; };
30  virtual const char* getTagName() const { return "ARLabel"; };
31  virtual std::string getGMNName() const { return "\\label"; };
32 };
33 
34 #endif
ARLabel::ARLabel
ARLabel()
Definition: ARLabel.h:26
ARLabel::getGMNName
virtual std::string getGMNName() const
Definition: ARLabel.h:31
ARLabel
not yet documented
Definition: ARLabel.h:23
ARLabel::getTagName
virtual const char * getTagName() const
Definition: ARLabel.h:30
ARLabel::~ARLabel
virtual ~ARLabel()
Definition: ARLabel.h:27
ARText
The text tag.
Definition: ARText.h:49
ARLabel::getParamsStr
virtual const char * getParamsStr() const
Definition: ARLabel.h:29

Guido Project Copyright © 2019 Grame-CNCM