]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/WindowLevelImageConfiguration.h
Visualization integration in a single interface.
[cpPlugins.git] / lib / cpExtensions / QT / WindowLevelImageConfiguration.h
index 665e741e8c87c9616e2b2dc617f30bfbb15c5eaa..c3984cafc9d63cc578d966ccc01a0cc4d39834be 100644 (file)
@@ -15,7 +15,7 @@ namespace cpExtensions
 {
   namespace QT
   {
-    class SimpleMPRWidget;
+    class ActorsWidgetInterface;
 
     /**
      */
@@ -34,7 +34,7 @@ namespace cpExtensions
         );
       virtual ~WindowLevelImageConfiguration( );
 
-      void setData( SimpleMPRWidget* data );
+      void setData( ActorsWidgetInterface* data, const std::string& name );
 
     protected slots:
       void _maximumValue( int v );
@@ -46,7 +46,8 @@ namespace cpExtensions
 
     protected:
       Ui::WindowLevelImageConfiguration* m_UI;
-      SimpleMPRWidget* m_Data;
+      ActorsWidgetInterface* m_Data;
+      std::string m_Name;
     };
 
   } // ecapseman