GUIDOLib
1.7.7
Guido Engine Internal Documentation
src
engine
graphic
GRDrHoos.h
1
#ifndef GRDrHoos_H
2
#define GRDrHoos_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 "GRTagARNotationElement.h"
19
20
class
ARDrHoos
;
21
class
Bitmap
;
22
23
26
class
GRDrHoos
:
public
GRTagARNotationElement
27
{
28
public
:
29
30
GRDrHoos
(
const
ARDrHoos
* par);
31
virtual
~GRDrHoos
();
32
33
virtual
void
OnDraw
(
VGDevice
& hdc )
const
;
34
35
protected
:
36
37
Bitmap
*
face
;
38
};
39
40
#endif
GRDrHoos::face
Bitmap * face
Definition:
GRDrHoos.h:37
ARDrHoos
not yet documented
Definition:
ARDrHoos.h:25
Bitmap
a Bitmap image that can be drawn on the score. (not fully implemented yet)
Definition:
Bitmap.h:24
GRDrHoos::~GRDrHoos
virtual ~GRDrHoos()
GRDrHoos
not yet documented
Definition:
GRDrHoos.h:26
VGDevice
Generic platform independant drawing device.
Definition:
VGDevice.h:68
GRTagARNotationElement
GRTagARNotationElement.
Definition:
GRTagARNotationElement.h:26
GRDrHoos::GRDrHoos
GRDrHoos(const ARDrHoos *par)
GRDrHoos::OnDraw
virtual void OnDraw(VGDevice &hdc) const
Guido Project
Copyright © 2019
Grame-CNCM