#include <Attribute.h>
Inheritance diagram for AttributeMusic:

Public Member Functions | |
| virtual QString | getSymbolName () |
| virtual void | print () |
| virtual QString | getType () |
| void | setTacit (bool) |
| bool | isTacit () |
| int | getStaff () |
| virtual QString | toString () |
| virtual QString | getNature ()=0 |
Protected Member Functions | |
| AttributeMusic (int nstaff) | |
Protected Attributes | |
| int | nstaff |
| bool | tacit |
|
|
Constructor for an attribute music n is the staff number the attribute apply. Some attributes apply two all tha staves int the part int this case set n to -1
|
|
|
|
|
|
|
|
|
Implements MeasureInserter. Reimplemented in TimeMusic. |
|
|
Reimplemented from MeasureInserter. |
|
|
|
|
|
If an attribute is tacit it will not be displayed |
|
|
|
1.3.6