QXRD  0.11.16
qcepimagedataformatfactory-ptr.h
Go to the documentation of this file.
1 #ifndef QCEPIMAGEDATAFORMATFACTORY_PTR_H
2 #define QCEPIMAGEDATAFORMATFACTORY_PTR_H
3 
4 //#include "qcepmacros.h"
5 
6 //#include <QObject>
7 //#include <QString>
8 //#include <QList>
9 //#include "qcepimagedataformat.h"
10 
11 //template <typename T>
12 //class QcepImageDataFormatFactory
13 //{
14 // private:
15 // static bool s_Created;
16 // static QcepImageDataFormatFactory<T> *s_Factory;
17 
18 // QcepImageDataFormatFactory();
19 
20 // public:
21 // static QcepImageDataFormatFactory<T> *factory();
22 // ~QcepImageDataFormatFactory();
23 
24 // void insert(QcepImageDataFormat<T> *f);
25 // QcepImageDataFormat<T>* canLoad(QString path);
26 
27 // private:
28 // QList<QcepImageDataFormat<T>*> m_Formats;
29 //};
30 
31 #endif