Canorus 0.0
notechecker.h
Go to the documentation of this file.
1
8#ifndef NOTECHECKER_H_
9#define NOTECHECKER_H_
10
11class CASheet;
12
14public:
16 virtual ~CANoteChecker();
17
18 void checkSheet(CASheet*);
19};
20
21#endif /* NOTECHECKER_H_ */
Class checking the user errors in the score (e.g. too long bars etc.)
Definition: notechecker.h:13
virtual ~CANoteChecker()
Definition: notechecker.cpp:30
void checkSheet(CASheet *)
Definition: notechecker.cpp:36
CANoteChecker()
Definition: notechecker.cpp:27
Represents a single sheet of paper in the document.
Definition: sheet.h:22