]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 50f0b0a7ec98fa7079a1333a65a46ab03c9153ac..882ab04737cb0f1182596e8f6e084012cf594b17 100644 (file)
@@ -26,16 +26,13 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >         Pointer;
       typedef itk::SmartPointer< const Self >   ConstPointer;
 
-      typedef Superclass::TParameters TParameters;
-      typedef std::vector< TParameters::TString > TStringList;
+      typedef Superclass::TParameters    TParameters;
+      typedef std::vector< std::string > TStringList;
 
     public:
       itkNewMacro( Self );
       itkTypeMacro( ImageReader, cpPluginsInterfaceImageSource );
-      cpPlugins_Id_Macro( cpPlugins::IO::ImageReader, "IO" );
-
-    public:
-      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
+      cpPlugins_Id_Macro( cpPlugins::IO::ImageReader, IO );
 
     protected:
       ImageReader( );
@@ -58,9 +55,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( ImageReader );
-
   } // ecapseman
 
 } // ecapseman