GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRSystemTag.h
1 #ifndef GRSystemTag_H
2 #define GRSystemTag_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 #include "GRNotationElement.h"
18 
19 class GRSystem;
21 
26 {
27  public:
29  virtual ~GRSystemTag() {}
30 
31  virtual void checkPosition(const GRSystem * grsys);
32  virtual void OnDraw( VGDevice & hdc ) const {}
33 
34  protected:
36 };
37 
38 #endif
GRNotationElement
parent class for all notation elements.
Definition: GRNotationElement.h:54
GRSystemTag::~GRSystemTag
virtual ~GRSystemTag()
Definition: GRSystemTag.h:29
GRSystemTag::GRSystemTag
GRSystemTag(GRSystemTagInterface *pitag)
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRSystemTagInterface
not yet documented
Definition: GRSystemTagInterface.h:23
GRSystemTag::checkPosition
virtual void checkPosition(const GRSystem *grsys)
GRSystem
Manages a number of staffs and has a given start and end timeposition. GRSystem is the grafical repre...
Definition: GRSystem.h:52
GRSystemTag::OnDraw
virtual void OnDraw(VGDevice &hdc) const
Definition: GRSystemTag.h:32
GRSystemTag::itag
GRSystemTagInterface * itag
Definition: GRSystemTag.h:35
GRSystemTag
GRSystemTag.
Definition: GRSystemTag.h:25

Guido Project Copyright © 2019 Grame-CNCM