]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
More tree visualization
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 803e5f81189ef745767708e121d707893c802c41..2f41e10ceb99021c0dd11bd42ee81b519e17d4fb 100644 (file)
@@ -26,13 +26,18 @@ namespace cpPlugins
       typedef itk::SmartPointer< Self >         Pointer;
       typedef itk::SmartPointer< const Self >   ConstPointer;
 
-      typedef
-        std::vector< cpPlugins::Interface::Parameters::TString >
-        TStringList;
+      typedef Superclass::TParameters TParameters;
+      typedef std::vector< TParameters::TString > TStringList;
 
     public:
       itkNewMacro( Self );
       itkTypeMacro( ImageReader, cpPluginsInterfaceImageSource );
+      cpPlugins_Id_Macro(
+        cpPlugins::IO::ImageReader, "ImageReader"
+        );
+
+    public:
+      virtual bool ExecConfigurationDialog( QWidget* parent );
 
     protected:
       ImageReader( );