GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRSpecial.h
1 #ifndef GRSpecial_H
2 #define GRSpecial_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7  Copyright (C) 2004 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 class ARSpecial;
19 
20 #include "GRTag.h"
21 #include "GRARNotationElement.h"
22 
25 class GRSpecial : public GRARNotationElement, public GRTag
26 {
27  public:
28  GRSpecial( const ARSpecial * arspec, bool p_ownsar = false );
29  virtual ~GRSpecial() {}
30 
31  virtual void OnDraw( VGDevice & hdc ) const;
32 
33  virtual void setPosition(const NVPoint & point) { GRARNotationElement::setPosition(point); }
34 };
35 
36 #endif
GRNotationElement::setPosition
virtual void setPosition(const NVPoint &newPosition)
NVPoint
Definition: NVPoint.h:20
GRSpecial::~GRSpecial
virtual ~GRSpecial()
Definition: GRSpecial.h:29
GRSpecial::OnDraw
virtual void OnDraw(VGDevice &hdc) const
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRSpecial::GRSpecial
GRSpecial(const ARSpecial *arspec, bool p_ownsar=false)
GRSpecial
Handles the list of all fonts used by the Guido Library.
Definition: GRSpecial.h:25
GRSpecial::setPosition
virtual void setPosition(const NVPoint &point)
Definition: GRSpecial.h:33
ARSpecial
not yet documented
Definition: ARSpecial.h:47
GRTag
The GRTag class is the base class for all GUIDO tags.
Definition: GRTag.h:37
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