]> Creatis software - clitk.git/blobdiff - vv/vvOverlayPanel.h
Update panel height
[clitk.git] / vv / vvOverlayPanel.h
index 2d6b6b59fc720e48a28f894bbe4b0161b3c22aea..71a7297d91e667803e419ae4856aeeb5f3d66e4f 100644 (file)
@@ -52,12 +52,12 @@ public slots:
     void setVFProperty();
     void setOverlayProperty();
     void setFusionProperty();
+    void VFColorChangeRequest();
 
 signals:
-    void VFPropertyUpdated(int subsampling, int scale, int log, int width);
+    void VFPropertyUpdated(int subsampling, int scale, int log, int width, double r, double g, double b);
     void OverlayPropertyUpdated(int color);
     void FusionPropertyUpdated(int opacity, int colormap, double window, double level);
-
 }; // end class vvOverlayPanel
 //====================================================================