GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRCoda.h
1 #ifndef GRCoda_H
2 #define GRCoda_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2004 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 "GRJump.h"
18 
19 class ARCoda;
20 
23 class GRCoda : public GRJump
24 {
25  public:
26  GRCoda( const ARCoda * ar );
27  virtual ~GRCoda() {}
28  protected:
29  virtual float getSymbolSize () const;
30 };
31 
32 #endif
GRCoda::GRCoda
GRCoda(const ARCoda *ar)
GRJump
common part for coda, segno, da capo etc...
Definition: GRJump.h:30
GRCoda
A Coda graphical element.
Definition: GRCoda.h:23
GRCoda::getSymbolSize
virtual float getSymbolSize() const
GRCoda::~GRCoda
virtual ~GRCoda()
Definition: GRCoda.h:27
ARCoda
Coda.
Definition: ARCoda.h:36

Guido Project Copyright © 2019 Grame-CNCM