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
14
16public:
18 void draw(QPainter *p, const CADrawSettings s);
20
21private:
23};
24
25#endif /* DRAWABLECONTEXT_H_ */
Definition: drawablenotecheckererror.h:15
CANoteCheckerError * _noteCheckerError
Definition: drawablenotecheckererror.h:22
CADrawableNoteCheckerError(CANoteCheckerError *nce, CADrawable *dTarget)
Definition: drawablenotecheckererror.cpp:13
void draw(QPainter *p, const CADrawSettings s)
Definition: drawablenotecheckererror.cpp:19
CADrawable * clone()
Definition: drawablenotecheckererror.cpp:43
Definition: drawable.h:27
Class representing the error produced by the note checker.
Definition: notecheckererror.h:13
Definition: drawable.h:16