GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRDummy.h
1 #ifndef GRDummy_H
2 #define GRDummy_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 
20 class GRPositionTag;
21 
24 class GRDummy : public GRNotationElement
25 {
26  public:
27 
28  GRDummy(GRPositionTag *p_myptag);
29  virtual ~GRDummy();
30 
32 
33  virtual void OnDraw(VGDevice & hdc ) const;
34  virtual void tellPosition(GObject *caller,const NVPoint &newPosition);
35 
36  protected:
38 };
39 
40 #endif
GRDummy::getPositionTag
GRPositionTag * getPositionTag()
Definition: GRDummy.h:31
GRDummy::OnDraw
virtual void OnDraw(VGDevice &hdc) const
GObject
The base class for all graphic objects.
Definition: GObject.h:54
GRDummy::GRDummy
GRDummy(GRPositionTag *p_myptag)
GRDummy
not yet documented
Definition: GRDummy.h:24
GRNotationElement
parent class for all notation elements.
Definition: GRNotationElement.h:54
NVPoint
Definition: NVPoint.h:20
GRPositionTag
The GRPositionTag is the base class for representing range tags.
Definition: GRPositionTag.h:65
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRDummy::myptag
GRPositionTag * myptag
Definition: GRDummy.h:37
GRDummy::~GRDummy
virtual ~GRDummy()
GRDummy::tellPosition
virtual void tellPosition(GObject *caller, const NVPoint &newPosition)

Guido Project Copyright © 2019 Grame-CNCM