The OpenExrLoaderFactory class creates instances of OpenExrLoader. More...
Public Member Functions | |
virtual QStringList | extensions () const |
virtual ImageLoaderPtr | createLoader (const QString &fileName) const |
The OpenExrLoaderFactory class creates instances of OpenExrLoader.
This class is an implementation of ImageLoaderFactory.
Definition at line 47 of file OpenExrLoader.h.
ImageLoaderPtr OpenExrLoaderFactory::createLoader | ( | const QString & | fileName ) | const [virtual] |
Returns a newly created loader.
Implements ImageLoaderFactory.
Definition at line 161 of file OpenExrLoader.cpp.
QStringList OpenExrLoaderFactory::extensions | ( | ) | const [virtual] |
Returns the list of file extensions the loader can read: exr.
Implements ImageLoaderFactory.
Definition at line 153 of file OpenExrLoader.cpp.