GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRDoubleBar.h
1 #ifndef GRDoubleBar_H
2 #define GRDoubleBar_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 "GRBar.h"
19 
20 class GRStaff;
21 class ARDoubleBar;
22 
23 
26 class GRDoubleBar : public GRBar
27 {
28 public:
29  GRDoubleBar(const ARDoubleBar * ar, GRStaff * staff, const TYPE_TIMEPOSITION & date, float propRender);
30  GRDoubleBar(const ARDoubleBar * ar, GRSystem * sys, GRStaff * inStaff, const TYPE_TIMEPOSITION & date, float propRender);
31  virtual ~GRDoubleBar() {}
32 
33  const ARDoubleBar * getARDoubleBar() const;
34  virtual void DrawWithLines( VGDevice & hdc ) const;
35 
36 protected:
38 };
39 
40 #endif
GRDoubleBar::DrawWithLines
virtual void DrawWithLines(VGDevice &hdc) const
GRBar
Measure bar.
Definition: GRBar.h:29
Fraction
Numerator and denominator.
Definition: Fraction.h:23
ARDoubleBar
not yet documented
Definition: ARDoubleBar.h:41
GRStaff
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
GRDoubleBar::fStaffThickness
float fStaffThickness
Definition: GRDoubleBar.h:37
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRDoubleBar::~GRDoubleBar
virtual ~GRDoubleBar()
Definition: GRDoubleBar.h:31
GRDoubleBar::getARDoubleBar
const ARDoubleBar * getARDoubleBar() const
GRSystem
Manages a number of staffs and has a given start and end timeposition. GRSystem is the grafical repre...
Definition: GRSystem.h:52
GRDoubleBar
The double barline.
Definition: GRDoubleBar.h:26
GRDoubleBar::GRDoubleBar
GRDoubleBar(const ARDoubleBar *ar, GRStaff *staff, const TYPE_TIMEPOSITION &date, float propRender)

Guido Project Copyright © 2019 Grame-CNCM