#include <YLinesConstraints.h>
Public Member Functions | |
| void | draw (Painter *p) |
| void | attachMusicSymbol (MusicSymbol *) |
| YStaffConstraint (double, int) | |
| double | getHeight () |
| double | getY () |
| int | getBeginMeasureSectionIndex () |
| void | setBeginMeasureSectionIndex (int) |
| void | moveY (double) |
| double | getYBaseLine () |
| QString | toString () |
|
||||||||||||
|
Build the Y part constraint
|
|
|
This attach a music symbol to a line this mean when the line move on the symbols attached to this line will also move of the same shift |
|
|
This very special function let us know what is the first mesure section when the staff appear on the line This is usefull if a staff starts not at the beginning of the line to let us know if we should draw attributs or not. |
|
|
|
|
|
the Y of the staff |
|
|
|
|
|
This displace the symbol from shift
|
|
|
This very special function set the first mesure section. That is represented on a line. This is usefull if a staff starts not at the beginning of the line to let us know if we should draw attributs or not. Only the lower measure section index will be the first |
|
|
|
1.3.6