8#ifndef NOTECHECKERERROR_H_
9#define NOTECHECKERERROR_H_
An abstract class which represents every music element in the score.
Definition: muselement.h:21
Class representing the error produced by the note checker.
Definition: notecheckererror.h:13
~CANoteCheckerError()
Definition: notecheckererror.cpp:28
CANoteCheckerError(CAMusElement *targetElement, QString message)
Definition: notecheckererror.cpp:23
QString _message
Definition: notecheckererror.h:20
CAMusElement * _targetElement
Definition: notecheckererror.h:19