#include <StemsMS.h>
Public Member Functions | |
| StemSupport () | |
| StemSupport (double x, double y, QString type,int d=1) | |
| QString | toString () |
| void | setY1 (double) |
| double | getY1 () |
| void | addY (double) |
Public Attributes | |
| int | numberofbar |
| double | uppery |
| double | lowery |
| double | x |
| double | y |
| int | direction |
| QString | type |
|
|
Defaut constructor for a stem support (Necessary for the value vector |
|
||||||||||||||||||||
|
Constructor
|
|
|
Used in Pages this variable is the end of the stem (Done by calling finalize on the stem when all the supports are added. |
|
|
y1 is the end Y of the stem. It can be either up or down. This is computed by the finalize method. |
|
|
|
|
|
uppery is the highest y note in the stem (For chords) lowery is the lowest y note in the stem (For chords) |
|
|
uppery is the highest y note in the stem (For chords) lowery is the lowest y note in the stem (For chords) |
|
|
y is the y of the main note in the stem |
|
|
y is the y of the main note in the stem |
1.3.6