Public Member Functions

OpenExrLoaderFactory Class Reference

The OpenExrLoaderFactory class creates instances of OpenExrLoader. More...

Inheritance diagram for OpenExrLoaderFactory:
ImageLoaderFactory

List of all members.

Public Member Functions

virtual QStringList extensions () const
virtual ImageLoaderPtr createLoader (const QString &fileName) const

Detailed Description

The OpenExrLoaderFactory class creates instances of OpenExrLoader.

This class is an implementation of ImageLoaderFactory.

Definition at line 47 of file OpenExrLoader.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables