#include <MeasureSectionConstraint.h>
Public Member Functions | |
| MeasureSectionConstraint () | |
| void | middleAttach (MusicSymbol *) |
| void | finalizeMiddleAttachements () |
| void | setTimeConstraint (TimeConstraint *) |
| TimeConstraint * | getTimeConstraint () |
| double | getXStaffBegin () |
| void | setXStaffBegin (double) |
| double | getLastXNotePos () |
| void | moveX (double) |
| void | reset (double) |
| double | getEndOfMeasureSection () |
| double | getBeginNoteOfMeasureSection () |
| void | setEndOfMeasureSection (double) |
| QString | toString () |
|
|
Constructor of the MeasureSectionConstraint |
|
|
This method should be called at the end of the second pass, it apply a moving of the symbols that have a middle atachements |
|
|
|
|
|
|
|
|
|
|
|
get the time constraint |
|
|
|
|
|
This method attach symbol to the middle X of a measure. This is usefull for symbol like Whole Rest |
|
|
This move the constraint by the movement in x
|
|
|
To call before drawing a line
|
|
|
Set the end of measure section. This has no effect if this value is lower thant the last X note pos + 10 |
|
|
set the time constraint |
|
|
set the x coord for the begin x coords for the drawing of note in the staff Since there can be several staff we use the greatest of all |
|
|
|
1.3.6