]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseWidget.h
...
[cpPlugins.git] / lib / cpPlugins / BaseWidget.h
index 04de85a7cef7f6e6de1600179278887af24a3694..3dddc59c86e1c39ac16fe7dece2cca9cf8156223 100644 (file)
@@ -39,6 +39,11 @@ namespace cpPlugins
     void SetMPRViewer( TMPRWidget* v );
     void SetSingleInteractor( vtkRenderWindowInteractor* i );
 
+    virtual bool IsInteractive( ) override;
+    virtual void SetInteractionObjects(
+      const std::vector< void* >& objs
+      ) override;
+
   protected:
     BaseWidget( );
     virtual ~BaseWidget( );