]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/RendererWidget.h
...
[cpPlugins.git] / lib / cpExtensions / QT / RendererWidget.h
index 256c5b10c9a4a379457d65a81d9690b2d27c1f66..2a5b145f2b3502896347293995d068a7fece07bb 100644 (file)
@@ -2,9 +2,6 @@
 #define __cpExtensions__QT__RendererWidget__h__
 
 #include <cpExtensions/Config.h>
-
-#ifdef cpExtensions_QT4
-
 #include <cpExtensions/QT/ActorsWidgetInterface.h>
 #include <vtkSmartPointer.h>
 #include <map>
@@ -36,7 +33,6 @@ namespace cpExtensions
         public ActorsWidgetInterface
     {
       Q_OBJECT;
-
     public:
       typedef RendererWidget          Self;
       typedef cpExtensions_QVTKWidget Superclass;
@@ -90,6 +86,7 @@ namespace cpExtensions
       virtual void ResetCamera( );
       virtual void Render( );
 
+      virtual std::set< vtkRenderWindowInteractor* > GetInteractors( ) const cpExtensions_OVERRIDE;
       virtual std::set< std::string > GetActorsNames( ) const cpExtensions_OVERRIDE;
       virtual bool IsWindowLevelImageActor( const std::string& name ) const cpExtensions_OVERRIDE;
       virtual bool IsLUTImageActor( const std::string& name ) const cpExtensions_OVERRIDE;
@@ -136,8 +133,6 @@ namespace cpExtensions
 
 } // ecapseman
 
-#endif // cpExtensions_QT4
-
 #endif // __cpExtensions__QT__RendererWidget__h__
 
 // eof - $RCSfile$