X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindow.cxx;h=10df05bce2682c3de4c0348207f68a58ffbdd970;hb=c2ab58be4d4d65c577a944df6849c70387b1095f;hp=8884cbbb95bc3b040b4e093d80016ae84c5caf94;hpb=2c99c542733ba463090e72e88f363cb9fca46027;p=clitk.git diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 8884cbb..10df05b 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -2321,6 +2321,12 @@ void vvMainWindow::ReadSavedStateFile(const std::string& stateFile) } //------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ +void vvMainWindow::LinkAllImages() +{ + linkPanel->linkAll(); +} + //------------------------------------------------------------------------------ void vvMainWindow::AddLink(QString image1,QString image2) {