21 #ifndef __qSlicerSceneReader_h 22 #define __qSlicerSceneReader_h 25 #include "qSlicerDataModuleExport.h" 30 class qSlicerSceneReaderPrivate;
60 QScopedPointer<qSlicerSceneReaderPrivate>
d_ptr;
virtual Q_INVOKABLE qSlicerIOOptions * options() const
virtual bool load(const IOProperties &properties)
Properties availables : fileMode, multipleFiles, fileType.
QScopedPointer< qSlicerSceneReaderPrivate > d_ptr
virtual Q_INVOKABLE IOFileType fileType() const =0
Multiple readers can share the same file type.
virtual QStringList extensions() const
qSlicerFileReader Superclass
virtual Q_INVOKABLE QString description() const =0
Unique name of the reader/writer.