Go to the documentation of this file.
8 #ifndef NOTECHECKERERROR_H_
9 #define NOTECHECKERERROR_H_
~CANoteCheckerError()
Definition: notecheckererror.cpp:28
CAContext * context()
Definition: muselement.h:48
void removeNoteCheckerError(CANoteCheckerError *nce)
Definition: muselement.h:77
QList< CANoteCheckerError * > & noteCheckerErrorList()
Definition: sheet.h:51
CANoteCheckerError(CAMusElement *targetElement, QString message)
Definition: notecheckererror.cpp:23
An abstract class which represents every music element in the score.
Definition: muselement.h:21
CAMusElement * _targetElement
Definition: notecheckererror.h:19
Class representing the error produced by the note checker.
Definition: notecheckererror.h:13
QString _message
Definition: notecheckererror.h:20
void addNoteCheckerError(CANoteCheckerError *nce)
Definition: muselement.h:76
CASheet * sheet()
Definition: context.h:34