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
drawableaccidental.h
Go to the documentation of this file.
1
8
#ifndef DRAWABLEACCIDENTAL_H_
9
#define DRAWABLEACCIDENTAL_H_
10
11
#include "
drawable/drawablemuselement.h
"
12
13
class
CADrawableAccidental
:
public
CADrawableMusElement
{
14
public
:
15
CADrawableAccidental
(
signed
char
accs,
CAMusElement
*
musElement
,
CADrawableContext
*
drawableContext
,
double
x,
double
y);
16
~CADrawableAccidental
();
17
void
draw
(QPainter *p,
CADrawSettings
s);
18
CADrawableAccidental
*
clone
(
CADrawableContext
* newContext = 0);
19
20
private
:
21
signed
char
_accs
;
22
double
_centerX
,
_centerY
;
// easier to do clone(), otherwise not needed
23
};
24
25
#endif
/* DRAWABLEACCIDENTAL_H_ */
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3