diff edtimeline.h @ 402:0f290af63fc1

Timeline event drawing prototype works.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 19 Oct 2012 17:49:22 +0300
parents 8660c6005032
children d34922e6a244
line wrap: on
line diff
--- a/edtimeline.h	Fri Oct 19 16:28:06 2012 +0300
+++ b/edtimeline.h	Fri Oct 19 17:49:22 2012 +0300
@@ -20,6 +20,7 @@
     QTimelineTrackDisplay(QWidget *parent = 0);
     void setTrack(DMTimelineTrack *mtrack);
 
+    float getTimeScale(float value);
     float getTimeFromCoord(float value);
 
     void setTime(const int mtime);