Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
drawableaccidental.h
Go to the documentation of this file.
1 
8 #ifndef DRAWABLEACCIDENTAL_H_
9 #define DRAWABLEACCIDENTAL_H_
10 
12 
14  public:
15  CADrawableAccidental(signed char accs, CAMusElement *musElement, CADrawableContext *drawableContext, double x, double y);
17  void draw(QPainter *p, CADrawSettings s);
19 
20  private:
21  signed char _accs;
22  double _centerX, _centerY; // easier to do clone(), otherwise not needed
23 };
24 
25 #endif /* DRAWABLEACCIDENTAL_H_ */