X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.h;h=e308314c59620094e59ac7bb778856154089283c;hb=84facf1bc847da95b567b0c7531404c170f68cc2;hp=1621c32ea3e417f32c44d9fda482ad6d42706509;hpb=eaa43bf30ce191f4f83f70823aa68d9d242e5da9;p=clitk.git diff --git a/vv/vvMainWindow.h b/vv/vvMainWindow.h index 1621c32..e308314 100644 --- a/vv/vvMainWindow.h +++ b/vv/vvMainWindow.h @@ -125,7 +125,7 @@ public slots: void ApplyLevelToSetOfImages(double level, unsigned int indexMin, unsigned int indexMax); void UpdateLinkManager(std::string id, int slicer, double x, double y, double z, int temps); void UpdateLinkedNavigation(std::string id, vvSlicerManager *sm, vvSlicer* refSlicer); - void AddLink(QString image1,QString image2); + void AddLink(QString image1,QString image2,bool fromPanel = true); void RemoveLink(QString image1,QString image2); void ChangeImageWithIndexOffset(vvSlicerManager *sm, int slicer, int offset);