Canorus 0.0
Public Member Functions | Private Attributes | List of all members
CANoteCheckerError Class Reference

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
 

Detailed Description

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.

See also
CANoteChecker, CADrawableNoteCheckerError

Constructor & Destructor Documentation

◆ CANoteCheckerError()

CANoteCheckerError::CANoteCheckerError ( CAMusElement targetElement,
QString  message 
)

References CAMusElement::addNoteCheckerError().

Here is the call graph for this function:

◆ ~CANoteCheckerError()

CANoteCheckerError::~CANoteCheckerError ( )

Member Data Documentation

◆ _message

QString CANoteCheckerError::_message
private

◆ _targetElement

CAMusElement* CANoteCheckerError::_targetElement
private

Referenced by ~CANoteCheckerError().


The documentation for this class was generated from the following files: