GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRBreathMark.h
1 #ifndef GRBreathMark_H
2 #define GRBreathMark_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2004 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 ARBreathMark;
20 
21 
28 {
29  public:
30 
31  GRBreathMark( const ARBreathMark * ar );
32  virtual ~GRBreathMark() {}
33 
34  virtual void OnDraw( VGDevice & hdc ) const;
35 
36 
37  virtual const NVPoint & getReferencePosition() const
38  { return refpos; }
39 
40  protected:
41 
42  static unsigned int sBreathMarkSymbol;
43  static NVPoint refpos;
44 };
45 
46 #endif
GRBreathMark::getReferencePosition
virtual const NVPoint & getReferencePosition() const
Retrieves the Symbol-reference-position with respect to the GUIDO-reference-position.
Definition: GRBreathMark.h:37
NVPoint
Definition: NVPoint.h:20
GRBreathMark
A Breath mark graphical element.
Definition: GRBreathMark.h:27
GRBreathMark::OnDraw
virtual void OnDraw(VGDevice &hdc) const
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRTagARNotationElement
GRTagARNotationElement.
Definition: GRTagARNotationElement.h:26
GRBreathMark::refpos
static NVPoint refpos
Definition: GRBreathMark.h:43
GRBreathMark::~GRBreathMark
virtual ~GRBreathMark()
Definition: GRBreathMark.h:32
ARBreathMark
not yet documented
Definition: ARBreathMark.h:36
GRBreathMark::sBreathMarkSymbol
static unsigned int sBreathMarkSymbol
Definition: GRBreathMark.h:42
GRBreathMark::GRBreathMark
GRBreathMark(const ARBreathMark *ar)

Guido Project Copyright © 2019 Grame-CNCM