]> Creatis software - clitk.git/blobdiff - vv/vvToolROIManager.h
Creation of the Profile Tool
[clitk.git] / vv / vvToolROIManager.h
index 03cbff9a3242fdc3dba1d00c1360f924c696f142..c69dc363cff92e5cafeb13d49822bb6838a486b9 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef VVTOOLROIMANAGER_H
 #define VVTOOLROIMANAGER_H
 
-#include <QtDesigner/QDesignerExportWidget>
+#include <QtUiPlugin/QDesignerExportWidget>
 #include <QSharedPointer>
 
 #include "vvToolBase.h"
@@ -43,7 +43,7 @@ class vvToolROIManager:
   static void Initialize();
   virtual void InputIsSelected(vvSlicerManager *m);
 
-  void AddImage(vvImage * binaryImage, std::string filename, double BG, bool m_modeBG=true);
+  void AddImage(vvImage * binaryImage, std::string name, std::string filename, double BG, bool m_modeBG=true);
   void UpdateAllContours();
   void UpdateAllROIStatus();
   virtual void SaveState(std::auto_ptr<QXmlStreamWriter> & m_XmlWriter);