#include <YLinesConstraints.h>
Public Member Functions | |
| double | getYLine (int lineindex) |
| double | getHeight () |
| double | getY () |
| void | draw (Painter *p) |
| Header * | getHeader () |
| void | attachMusicSymbol (int lineIndex, int partIndex, int stafIndex, MusicSymbol *) |
| void | setBeginMeasureSectionIndex (int lineIndex, int partIndex, int stafIndex, int mesureSectionIndex) |
| int | getBeginMeasureSectionIndex (int lineIndex, int partIndex, int stafIndex) |
| double | getYStaffBaseLine (int lineindex, int partindex, int staffindex) |
| double | getLastYStaffBaseLine () |
| QString | toString () |
| YLinesConstraint (double) | |
Protected Member Functions | |
| YLineConstraint * | getLine (int) |
|
|
Constructor of the lines constraint |
|
||||||||||||||||||||
|
This attach a music symbol to an y line
|
|
||||||||||||||||
|
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.
|
|
|
|
|
|
|
|
|
It is important that you never access neither a part neither a staff whithout calling this function first (Inner calls)
|
|
|
|
|
|
|
|
||||||||||||||||
|
This function use the getYLine
|
|
||||||||||||||||||||
|
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.
|
|
|
|
1.3.6