Canorus  0.0
notechecker.h
Go to the documentation of this file.
1 
8 #ifndef NOTECHECKER_H_
9 #define NOTECHECKER_H_
10 
11 class CASheet;
12 
14 public:
15  CANoteChecker();
16  virtual ~CANoteChecker();
17 
18  void checkSheet(CASheet*);
19 };
20 
21 #endif /* NOTECHECKER_H_ */
CANoteChecker
Class checking the user errors in the score (e.g. too long bars etc.)
Definition: notechecker.h:13
CATimeSignature
Represents a time signature in the staff.
Definition: timesignature.h:18
CANoteChecker::CANoteChecker
CANoteChecker()
Definition: notechecker.cpp:27
notecheckererror.h
CANoteChecker::checkSheet
void checkSheet(CASheet *)
Definition: notechecker.cpp:36
CASheet::addNoteCheckerError
void addNoteCheckerError(CANoteCheckerError *nce)
Definition: sheet.h:49
CABarline::barlineType
CABarlineType barlineType()
Definition: barline.h:36
notechecker.h
CANoteChecker::~CANoteChecker
virtual ~CANoteChecker()
Definition: notechecker.cpp:30
playablelength.h
CASheet::clearNoteCheckerErrors
void clearNoteCheckerErrors()
Definition: sheet.cpp:186
CASheet::staffList
QList< CAStaff * > staffList()
Definition: sheet.cpp:157
CANoteCheckerError
Class representing the error produced by the note checker.
Definition: notecheckererror.h:13
sheet.h
timesignature.h
barline.h
CABarline
Music element which represents a barline in the score.
Definition: barline.h:17
CASheet
Represents a single sheet of paper in the document.
Definition: sheet.h:22
CABarline::Dotted
@ Dotted
Definition: barline.h:27
staff.h