X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolManager.h;h=82d2e5bd4ea649589829f72465cfabdb418b8cdb;hb=efd6d9e388a55ba4582c319d3c11d9337ddd0be7;hp=1c62f16aed98d09e647395fd09233e1cb8a8d091;hpb=71384a98b8774c033c1626e00d30a9d130b27013;p=clitk.git diff --git a/vv/vvToolManager.h b/vv/vvToolManager.h index 1c62f16..82d2e5b 100644 --- a/vv/vvToolManager.h +++ b/vv/vvToolManager.h @@ -40,6 +40,9 @@ public: /// Called in MainWindow, insert all tools into the menu static void InsertToolsInMenu(vvMainWindowBase * m); + /// Called in MainWindow, make the tools enabled/disabled + static void EnableToolsInMenu(vvMainWindowBase * m, bool enable); + protected: /// Singleton object pointer