The LdrFormatsLoaderFactory class creates instances of LdrFormatsLoader. More...
Public Member Functions | |
virtual QStringList | extensions () const |
virtual ImageLoaderPtr | createLoader (const QString &fileName) const |
The LdrFormatsLoaderFactory class creates instances of LdrFormatsLoader.
This class is an implementation of ImageLoaderFactory.
Definition at line 42 of file LdrFormatsLoader.h.
ImageLoaderPtr LdrFormatsLoaderFactory::createLoader | ( | const QString & | fileName ) | const [virtual] |
Returns a newly created loader.
Implements ImageLoaderFactory.
Definition at line 138 of file LdrFormatsLoader.cpp.
QStringList LdrFormatsLoaderFactory::extensions | ( | ) | const [virtual] |
Returns the list of file extensions the loader can read: bmp, gif, jpg, png, tiff.
Implements ImageLoaderFactory.
Definition at line 130 of file LdrFormatsLoader.cpp.