GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRBarFormat.h
1 #ifndef GRBarFormat_H
2 #define GRBarFormat_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 ARBarFormat;
21 
25 {
26  public:
27  GRBarFormat(const ARBarFormat * par);
28  virtual ~GRBarFormat() {}
29 
30  virtual void OnDraw( VGDevice & hdc ) const {}
31 
32 
33  protected:
34 };
35 
36 #endif
GRBarFormat::OnDraw
virtual void OnDraw(VGDevice &hdc) const
Definition: GRBarFormat.h:30
GRBarFormat::GRBarFormat
GRBarFormat(const ARBarFormat *par)
GRBarFormat
not yet documented
Definition: GRBarFormat.h:24
GRBarFormat::~GRBarFormat
virtual ~GRBarFormat()
Definition: GRBarFormat.h:28
VGDevice
Generic platform independant drawing device.
Definition: VGDevice.h:68
GRTagARNotationElement
GRTagARNotationElement.
Definition: GRTagARNotationElement.h:26
ARBarFormat
the bar format tag parameter.
Definition: ARBarFormat.h:47

Guido Project Copyright © 2019 Grame-CNCM