|
Canorus
0.0
|
Class representing the error produced by the note checker. More...
#include <notecheckererror.h>
Public Member Functions | |
| CANoteCheckerError (CAMusElement *targetElement, QString message) | |
| ~CANoteCheckerError () | |
Private Attributes | |
| CAMusElement * | _targetElement |
| QString | _message |
Class representing the error produced by the note checker.
Copyright (c) 2015, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
CANoteCheckerError is a class corresponding to the error, warning, hint etc. in the score, produced by the CANoteChecker.
| CANoteCheckerError::CANoteCheckerError | ( | CAMusElement * | targetElement, |
| QString | message | ||
| ) |
| CANoteCheckerError::~CANoteCheckerError | ( | ) |
References _targetElement, CAMusElement::context(), CASheet::noteCheckerErrorList(), CAMusElement::removeNoteCheckerError(), and CAContext::sheet().

|
private |
|
private |
Referenced by ~CANoteCheckerError().