summaryrefslogtreecommitdiff
path: root/muse2/muse/master/master.h
diff options
context:
space:
mode:
authorrj <rj@rj>2013-10-08 22:05:44 +0200
committerrj <rj@rj>2013-10-08 22:05:44 +0200
commit3ff42facba9ce594c9fe616953c06406fc686759 (patch)
treeaf043459dfdc72734455d1ff41bdac38bcd9d863 /muse2/muse/master/master.h
parent653d1ee2d649b18901bd6d284802a6703e78501d (diff)
added line draw of tempo
Diffstat (limited to 'muse2/muse/master/master.h')
-rw-r--r--muse2/muse/master/master.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/muse/master/master.h b/muse2/muse/master/master.h
index 37991a7f..04a00896 100644
--- a/muse2/muse/master/master.h
+++ b/muse2/muse/master/master.h
@@ -57,6 +57,11 @@ class Master : public MusEGui::View {
DragMode drag;
MidiEditor* editor;
+ int line1x;
+ int line1y;
+ int line2x;
+ int line2y;
+ bool drawLineMode;
virtual void pdraw(QPainter&, const QRect&);
virtual void viewMouseMoveEvent(QMouseEvent* event);
@@ -69,6 +74,8 @@ class Master : public MusEGui::View {
bool deleteVal1(unsigned int x1, unsigned int x2);
void deleteVal(int x1, int x2);
+ void newValRamp(int x1, int y1, int x2, int y2);
+
private slots:
void songChanged(MusECore::SongChangedFlags_t);