Canorus  0.0
drawablenotecheckererror.h
Go to the documentation of this file.
1 
8 #ifndef DRAWABLENOTECHECKERERROR_H_
9 #define DRAWABLENOTECHECKERERROR_H_
10 
11 #include "layout/drawable.h"
12 
13 class CANoteCheckerError;
14 
16 public:
18  void draw(QPainter *p, const CADrawSettings s);
19  CADrawable *clone();
20 
21 private:
23 };
24 
25 #endif /* DRAWABLECONTEXT_H_ */
drawablenotecheckererror.h
CADrawSettings::x
int x
Definition: drawable.h:18
CADrawable
Definition: drawable.h:27
CADrawableNoteCheckerError::draw
void draw(QPainter *p, const CADrawSettings s)
Definition: drawablenotecheckererror.cpp:19
CADrawable::setWidth
void setWidth(double width)
Definition: drawable.h:73
CADrawSettings
Definition: drawable.h:16
CADrawableNoteCheckerError::clone
CADrawable * clone()
Definition: drawablenotecheckererror.cpp:43
CADrawable::setHeight
void setHeight(double height)
Definition: drawable.h:74
CADrawableNoteCheckerError::_noteCheckerError
CANoteCheckerError * _noteCheckerError
Definition: drawablenotecheckererror.h:22
CADrawableNoteCheckerError::CADrawableNoteCheckerError
CADrawableNoteCheckerError(CANoteCheckerError *nce, CADrawable *dTarget)
Definition: drawablenotecheckererror.cpp:13
drawable.h
CADrawSettings::color
QColor color
Definition: drawable.h:22
CADrawSettings::y
int y
Definition: drawable.h:19
CADrawable::width
double width() const
Definition: drawable.h:57
CANoteCheckerError
Class representing the error produced by the note checker.
Definition: notecheckererror.h:13
CADrawSettings::z
float z
Definition: drawable.h:17
CADrawableNoteCheckerError
Definition: drawablenotecheckererror.h:15