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