]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/ProcessObject.h
...
[cpPlugins.git] / lib / cpPlugins / ProcessObject.h
index 3979ac5bd7eee828f33e05e9b6f4437b03568eab..932d46574a63890c01267f962340e81667b3be21 100644 (file)
@@ -9,11 +9,6 @@
 
 namespace cpPlugins
 {
-  // Forward declaration
-  /* TODO
-     class ParametersQtDialog;
-  */
-
   /**
    */
   class cpPlugins_EXPORT ProcessObject
@@ -62,6 +57,8 @@ namespace cpPlugins
 
     // Qt dialog creation
     virtual ParametersQtDialog* CreateQtDialog( );
+    virtual bool IsInteractive( );
+    virtual void SetInteractionObjects( const std::vector< void* >& objs );
 
   protected:
     ProcessObject( );