Canorus
0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
drawable
drawableclef.h
Go to the documentation of this file.
1
8
#include "
drawable/drawablemuselement.h
"
9
10
#ifndef DRAWABLECLEF_H_
11
#define DRAWABLECLEF_H_
12
13
class
CAClef
;
14
class
CADrawableStaff
;
15
16
class
CADrawableClef
:
public
CADrawableMusElement
{
17
public
:
18
CADrawableClef
(
CAClef
*
clef
,
CADrawableStaff
*drawableStaff,
double
x,
double
y);
19
20
void
draw
(QPainter *p,
CADrawSettings
s);
21
CADrawableClef
*
clone
(
CADrawableContext
* newContext = 0);
22
inline
CAClef
*
clef
() {
return
(
CAClef
*)
_musElement
; }
23
24
static
const
int
CLEF_EIGHT_SIZE
;
25
};
26
27
#endif
/* DRAWABLECLEF_H_ */
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3