]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/ActorsWidgetInterface.h
...
[cpPlugins.git] / lib / cpExtensions / QT / ActorsWidgetInterface.h
index ff8dc1400a0b43db1e434d59148f897d37623620..6af66eac6a73cf41d0b896eb6b7fb09470843d1f 100644 (file)
@@ -3,11 +3,11 @@
 
 #include <cpExtensions/Config.h>
 
-#ifdef cpExtensions_QT4
-
 #include <string>
 #include <set>
 
+class vtkRenderWindowInteractor;
+
 namespace cpExtensions
 {
   namespace QT
@@ -23,6 +23,8 @@ namespace cpExtensions
       ActorsWidgetInterface( ) { }
       virtual ~ActorsWidgetInterface( ) { }
 
+      virtual std::set< vtkRenderWindowInteractor* > GetInteractors( ) const = 0;
+
       virtual std::set< std::string > GetActorsNames( ) const = 0;
       virtual bool IsWindowLevelImageActor( const std::string& name ) const = 0;
       virtual bool IsLUTImageActor( const std::string& name ) const = 0;
@@ -61,8 +63,6 @@ namespace cpExtensions
 
 } // ecapseman
 
-#endif // cpExtensions_QT4
-
 #endif // __cpExtensions__QT__ActorsWidgetInterface__h__
 
 // eof - $RCSfile$