GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRSimpleBeam.h
1 #ifndef GRSimpleBeam_H
2 #define GRSimpleBeam_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 "GRNotationElement.h"
19 #include "GRBeam.h"
20 
24 {
25  public:
26  GRSimpleBeam(GRBeam * p_parent, const BeamRect&);
27 
28  virtual const unsigned char * getColRef() const;
29 
30  virtual void OnDraw( VGDevice & hdc ) const;
31  void setPoints( const BeamRect& );
32 
35 };
36 
37 #endif
GRSimpleBeam::fRect
BeamRect fRect
Definition: GRSimpleBeam.h:33
GRSimpleBeam::fParent
GRBeam * fParent
Definition: GRSimpleBeam.h:34
GRNotationElement
parent class for all notation elements.
Definition: GRNotationElement.h:54
GRSimpleBeam::OnDraw
virtual void OnDraw(VGDevice &hdc) const
GRSimpleBeam
Graphical representation af a Beam.
Definition: GRSimpleBeam.h:23
beamRect
Definition: GRBeam.h:33
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRSimpleBeam::GRSimpleBeam
GRSimpleBeam(GRBeam *p_parent, const BeamRect &)
GRBeam
The Beam notation element.
Definition: GRBeam.h:79
GRSimpleBeam::setPoints
void setPoints(const BeamRect &)
GRSimpleBeam::getColRef
virtual const unsigned char * getColRef() const

Guido Project Copyright © 2019 Grame-CNCM