]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 822c5fd7b4ccaea3e83b9b2408072b1fbc1cce1a..882ab04737cb0f1182596e8f6e084012cf594b17 100644 (file)
@@ -26,18 +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, "ImageReader"
-        );
-
-    public:
-      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
+      cpPlugins_Id_Macro( cpPlugins::IO::ImageReader, IO );
 
     protected:
       ImageReader( );
@@ -60,9 +55,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( ImageReader );
-
   } // ecapseman
 
 } // ecapseman