]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.h
- add other types/dim (warning still bugs ! do not use)
[clitk.git] / vv / vvMainWindow.h
index 60d37d6e3d39a128ea4f78705725a9e5ab180ccc..6426dfdd14c5edb2dc1aa7adc2392c70b1cb6034 100644 (file)
@@ -131,7 +131,7 @@ public slots:
   void SelectOverlayImage();
   void AddFusionImage();
 
-  void SetVFProperty(int subsampling,int scale,int lut);
+  void SetVFProperty(int subsampling,int scale,int lut, int width);
   void SetOverlayProperty(int color);
   void SetFusionProperty(int opacity,int colormap,double window,double level);
 
@@ -143,9 +143,6 @@ public slots:
   }
   void UpdateRenderWindows();
 
-// signals:
-//   void SlicerManagersHasChanged();
-
 private:
 
   //variables
@@ -185,6 +182,9 @@ private:
   // std::vector<vvToolCreatorBase*> mListOfRunningTool;
 
   static vvMainWindow * mSingleton;
+
+  int mCurrentTime;
+
 };
 
 #include "vvMainWindow.txx"