GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRSpace.h
1 #ifndef GRSpace_H
2 #define GRSpace_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 class ARSpace;
18 class VGDevice;
19 
20 #include "GRARNotationElement.h"
21 
22 
23 class GRStaff;
24 
28 {
29  public:
30  GRSpace( const ARSpace * arspace, bool p_ownsar = false );
31  virtual ~GRSpace() {}
32 
33  virtual void OnDraw( VGDevice & hdc ) const;
34  const ARSpace * getARSpace() const;
35  virtual int getStandardSpacing() const;
36 };
37 
38 #endif
39 
GRSpace::getStandardSpacing
virtual int getStandardSpacing() const
ARSpace
not yet documented
Definition: ARSpace.h:42
GRSpace
not yet documented
Definition: GRSpace.h:27
GRStaff
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
GRSpace::~GRSpace
virtual ~GRSpace()
Definition: GRSpace.h:31
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRSpace::GRSpace
GRSpace(const ARSpace *arspace, bool p_ownsar=false)
GRSpace::getARSpace
const ARSpace * getARSpace() const
GRSpace::OnDraw
virtual void OnDraw(VGDevice &hdc) const
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