summaryrefslogtreecommitdiff
path: root/muse2/muse/app.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-04-15 17:12:51 +0000
committerFlorian Jung <flo@windfisch.org>2011-04-15 17:12:51 +0000
commitd7e222752028fd0bed037c06806d252a66c5db88 (patch)
treeaf9ef20113c14560f41bf0a28783a0a6878c691d /muse2/muse/app.h
parent84fdf802caa8a37cbbc3e8d2a4b33e7e89251604 (diff)
scores now have names; the user can't change them yet,
but implementing this will be no problem
Diffstat (limited to 'muse2/muse/app.h')
-rw-r--r--muse2/muse/app.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/muse2/muse/app.h b/muse2/muse/app.h
index 3555ce87..8a9fdac0 100644
--- a/muse2/muse/app.h
+++ b/muse2/muse/app.h
@@ -265,12 +265,15 @@ class MusE : public QMainWindow
void startDrumEditor();
void startDrumEditor(PartList* /*pl*/, bool /*showDefaultCtrls*/ = false);
void startEditor(Track*);
+
void openInScoreEdit(ScoreEdit* destination, PartList* pl, bool allInOne=false);
void openInScoreEdit(ScoreEdit* destination, bool allInOne=false);
void openInScoreEdit_allInOne(QWidget* destination);
void openInScoreEdit_oneStaffPerTrack(QWidget* destination);
- void updateScoreMenus();
void clearScoreMenuMappers();
+ void updateScoreMenus();
+ void scoreNamingChanged();
+
void startPianoroll();
void startPianoroll(PartList* /*pl*/, bool /*showDefaultCtrls*/ = false);
void startWaveEditor();