#include <MeasureSection.h>
Inheritance diagram for MeasureSectionGr:

Public Member Functions | |
| MeasureSectionGr (Constraint *, Graphical *parent, Container *container, int indice, int lineIndex, int pgnb) | |
| void | update () |
| void | firstPass () |
| void | collisionDetectionPass () |
| void | secondPass () |
| double | y () |
| double | x () |
| double | getEndOfMeasureSection () |
| void | paint () |
| void | closeMeasureSection () |
|
||||||||||||||||||||||||||||
|
Here we will fill the list of MeasureSectionStaff. To construct a measure sction we must know its indice. For each measureSection we build There there will be a need to compute the resulting constraint when there are several staves having a different lenght the score number of staves in it.
|
|
|
Close all the staff section in this measure section This method is alled by the last measre in the line |
|
|
In this pass we compute and resolve the collisions |
|
|
The measure section building is a two pass process. This is the first |
|
|
|
|
|
Implements Graphical. |
|
|
This does the second pass
|
|
|
The update method do a drawing of all the symbol * TODO Boooh ... Its empty Reimplemented from Graphical. |
|
|
|
|
|
|
1.3.6