#include <SortedNotes.h>
Public Member Functions | |
| void | append (NoteMusic *) |
| void | setUTFactor (int) |
| int | getUTFactor () |
| void | sort () |
| int | getLocalNumerator () |
| void | setLocalNumerator (int) |
| QPtrList< NoteMusic > | duplicateNotes () |
| QString | toString () |
Protected Member Functions | |
| int | compareItems (QPtrCollection::Item d1, QPtrCollection::Item d2) |
Protected Attributes | |
| int | localNumerator |
| int | UTFactor |
It also performs various opertaion for example, it build the voices. The sorting is applying only to a measure. And is not valuable for the whole score.
|
|
This method overide its ancestor to set the UTFactor of the note added |
|
||||||||||||
|
Whith this method we can sort notes by time If a note is a grace note then it comes before in anycase |
|
|
this method duplicate the list of note |
|
|
|
|
|
Sets the local Numerator |
|
|
This sets the ut factor of all the notes in the sorted notes
|
|
|
sort the notes. |
|
|
|
1.3.6