GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRRange.h
1 #ifndef GRRange_H
2 #define GRRange_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 "GRPositionTag.h"
19 #include "GRARNotationElement.h"
20 #include "GRVisitor.h"
21 
22 class ARMusicalTag;
23 
24 
30 {
31  public:
32  GRRange(GRStaff * pstaff, const ARMusicalTag * mtag);
33  virtual ~GRRange() {}
34 
35  virtual void accept (GRVisitor& visitor);
36  virtual void OnDraw( VGDevice & hdc ) const;
37  virtual void addAssociation(GRNotationElement * el);
38  virtual void removeAssociation(GRNotationElement * el);
39 
40  protected:
41 
42  // const type_info & tinfo;
43 };
44 
45 #endif
GRRange::~GRRange
virtual ~GRRange()
Definition: GRRange.h:33
GRVisitor
Definition: GRVisitor.h:39
GRRange::OnDraw
virtual void OnDraw(VGDevice &hdc) const
GRNotationElement
parent class for all notation elements.
Definition: GRNotationElement.h:54
GRRange::GRRange
GRRange(GRStaff *pstaff, const ARMusicalTag *mtag)
GRRange::addAssociation
virtual void addAssociation(GRNotationElement *el)
GRStaff
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
GRRange
Placeholder for range-tags that directly place articulation marks for notes/events ....
Definition: GRRange.h:29
GRPositionTag
The GRPositionTag is the base class for representing range tags.
Definition: GRPositionTag.h:65
GRRange::accept
virtual void accept(GRVisitor &visitor)
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
ARMusicalTag
The base class for all musical tag classes.
Definition: ARMusicalTag.h:34
GRRange::removeAssociation
virtual void removeAssociation(GRNotationElement *el)
GRARNotationElement
This class is the base class for all graphical elements that have a direct counterpart in the Abstrac...
Definition: GRARNotationElement.h:25

Guido Project Copyright © 2019 Grame-CNCM