track labels
[mussa.git] / qui / PathScene.hpp
index 7433907df35a909db215c331ca9cee6a25b907f5..ef4a357edd5433840ead7244e433b060122155ce 100644 (file)
@@ -24,7 +24,11 @@ public:
   PathScene(QWidget *parent=0);
 
   QSize sizeHint() const;
-    
+
+  void clear();
+  void push_sequence(const Sequence &s);
+  void push_sequence(GlSequence &);
+      
 public slots:
   void setClipPlane(int z);
   //! set the center of the current viewport
@@ -33,8 +37,8 @@ public slots:
   void setZoom(int);
 
 signals:
-  //! emitted when our analysis has changed
-  void analysisUpdated();
+  //! emited when someone adds to our list of tracks
+  void tracksChanged();
   void viewportChanged();
 
 private: