X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvMainWindowBase.h;h=9aaf79c64e6749dcd03702deb96789844c7ff343;hb=2fc09af39b364b82ddf930be3fee40ca192218ff;hp=77e5539a59af56cb817656176e5c297651f8830a;hpb=095b3f14beafe4ce1c62146f2e5726a4b3f3c874;p=clitk.git diff --git a/vv/vvMainWindowBase.h b/vv/vvMainWindowBase.h index 77e5539..9aaf79c 100644 --- a/vv/vvMainWindowBase.h +++ b/vv/vvMainWindowBase.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef VVMAINWINDOWBASE_H #define VVMAINWINDOWBASE_H @@ -40,6 +40,7 @@ public: virtual QTabWidget * GetTab() = 0; const std::vector & GetSlicerManagers() const { return mSlicerManagers; } QMenu * GetToolMenu() const { return mMenuTools; } + QMenu * GetMenu(std::string menuName) const;// { return mMenuTools; } QMenu * GetContextMenu() const { return mContextMenu; } QMenu * GetExperimentalToolMenu() const { return mMenuExperimentalTools; } int GetSlicerManagerCurrentIndex() const { return mSlicerManagerCurrentIndex; } @@ -53,6 +54,7 @@ signals: protected: std::vector mSlicerManagers; QMenu * mMenuTools; + QMenu * mMenuSegmentation; QMenu * mContextMenu; QMenu * mMenuExperimentalTools; int mSlicerManagerCurrentIndex;