#include </home/clem/local/src/opie/noncore/multimedia/tonleiter/tonleiterdata.h>
Collaboration diagram for Data::TonleiterData:

Public Slots | |
| void | setCurrentInstrumetID (int id) |
| void | setCurrentScaleID (int id) |
| void | setCurrentNote (int id) |
| void | setDrawNames (bool dn) |
Signals | |
| void | dataChange () |
Public Member Functions | |
| TonleiterData (QObject *parent) | |
| ~TonleiterData () | |
| int | noOfInstruments () |
| Instrument | getInstrument (int id) |
| int | getCurrentInstrumentID () |
| int | noOfScales () |
| Scale | getScale (int id) |
| int | getCurrentScaleID () |
| int | getCurrentBaseNote () |
| bool | isDrawNames () |
Private Member Functions | |
| void | loadData () |
| void | saveData () |
Private Attributes | |
| QValueList< Instrument > | instruments |
| int | currentInstrumentID |
| QValueList< Scale > | scales |
| int | currentScaleID |
| int | currentNote |
| bool | drawnames |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 15 of file tonleiterdata.h. |
|
|
Definition at line 20 of file tonleiterdata.h. |
|
|
Definition at line 18 of file tonleiterdata.h. |
|
|
Definition at line 21 of file tonleiterdata.h. |
|
|
Definition at line 12 of file tonleiterdata.h. |
|
|
Definition at line 17 of file tonleiterdata.h. |
1.4.2