#include <Container.h>
Public Member Functions | |
| MusicSymbolFactory * | getFactory () |
| void | setFactory (MusicSymbolFactory *) |
| Container (PrintDevice *) | |
| void | setScore (ScoreMusic *) |
| QString | name () |
| void | setPrintDevice (PrintDevice *) |
| PrintDevice * | getPrintDevice () |
| MeasureSectionContainer * | getMeasureSectionContainer (int i) |
| Painter * | getPainter (int i) |
| void | appendNote (MusicSymbol *) |
| void | link (NoteMusic *nm, MusicSymbol *ms) |
| ScoreMusic * | getScore () |
Public Attributes | |
| AssoMCMS | globalAssoMCMS |
Protected Attributes | |
| PrintDevice * | printDevice |
| QPtrList< MusicSymbol > | noteSymbols |
| QPtrList< MeasureSectionContainer > | measureSectionContainers |
| MusicSymbolFactory * | factory |
make the container a real side class
|
|
|
|
|
Append the noteMS to a vector (this is used to perform the collision detection of the slurs and beam) |
|
|
|
|
|
|
|
|
When a print is being done we get the screen painter save it somewhere and once it is done we restore it. this mean there cannot be any refreshment when a print is being done but this guarantee What You See Is What You Get !!! |
|
|
|
|
||||||||||||
|
Associate in the global association MCMS the note and the MS
|
|
|
|
|
|
set the factory |
1.3.6