#include <MeasureInserter.h>
Inheritance diagram for MeasureInserter:

Public Member Functions | |
| void | setMark (QString) |
| QString | getMark () |
| MeasureInserter (int i=-1) | |
| void | setStaff (int i) |
| virtual QString | getSymbolName ()=0 |
| virtual QString | getType () |
Protected Attributes | |
| int | staff |
| QString | mark |
|
|
In the constructor, the staff n° is ste by default to -1 |
|
|
Implemented in AttributeMusic, NoteMusic, PitchedNoteMusic, RestMusic, and TimeMusic. |
|
|
Reimplemented in AttributeMusic, PitchedNoteMusic, LyricNoteMusic, and RestMusic. |
|
|
For a debugging purpose we can mark note so the debug mark will be represented close to the symbol |
|
|
Use this méthode if it is a staffInserter * Reimplemented in NoteMusic. |
|
|
We use the staff parameter to determine wether the measureinserter is also a staff inserter. i.e it has a property staff >0. We set this to -1 by default and give the Measure inserter a setter for this property. * Reimplemented in NoteMusic. |
1.3.6