GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRNotations.h
1 #ifndef GRNotations_H
2 #define GRNotations_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002-2019 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 "GRTagARNotationElement.h"
18 
19 class ARNotations;
20 class GRStaff;
21 class VGDevice;
22 
23 
27 {
28  public:
29  GRNotations( GRStaff * inStaff, const ARNotations * ar);
30  virtual ~GRNotations() {}
31 
32  virtual void OnDraw(VGDevice & hdc ) const;
33  virtual void accept (GRVisitor& visitor);
34 
35  const ARNotations* getARNotations() const;
36 };
37 
38 #endif
39 
40 
GRVisitor
Definition: GRVisitor.h:39
GRNotations::getARNotations
const ARNotations * getARNotations() const
GRStaff
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
GRNotations::accept
virtual void accept(GRVisitor &visitor)
ARNotations
The Pedal tag.
Definition: ARNotations.h:47
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRNotations::GRNotations
GRNotations(GRStaff *inStaff, const ARNotations *ar)
GRNotations
not yet documented
Definition: GRNotations.h:26
GRTagARNotationElement
GRTagARNotationElement.
Definition: GRTagARNotationElement.h:26
GRNotations::~GRNotations
virtual ~GRNotations()
Definition: GRNotations.h:30
GRNotations::OnDraw
virtual void OnDraw(VGDevice &hdc) const

Guido Project Copyright © 2019 Grame-CNCM