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