]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/ImageReader.h
Kind of bored: graph editor debugged
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / ImageReader.h
index 803e5f81189ef745767708e121d707893c802c41..50f0b0a7ec98fa7079a1333a65a46ab03c9153ac 100644 (file)
@@ -26,13 +26,16 @@ 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, "IO" );
+
+    public:
+      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
 
     protected:
       ImageReader( );