X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvOverlayPanel.h;h=71a7297d91e667803e419ae4856aeeb5f3d66e4f;hb=ff1d5b8af965e75ecdbc1b0cbff0dad6f3b3c511;hp=2d6b6b59fc720e48a28f894bbe4b0161b3c22aea;hpb=a2d7d0fe5356215b7de062e5bb6f40753e0bfbc6;p=clitk.git diff --git a/vv/vvOverlayPanel.h b/vv/vvOverlayPanel.h index 2d6b6b5..71a7297 100644 --- a/vv/vvOverlayPanel.h +++ b/vv/vvOverlayPanel.h @@ -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 //====================================================================