Public Member Functions

LdrFormatsLoaderFactory Class Reference

The LdrFormatsLoaderFactory class creates instances of LdrFormatsLoader. More...

Inheritance diagram for LdrFormatsLoaderFactory:
ImageLoaderFactory

List of all members.

Public Member Functions

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

Detailed Description

The LdrFormatsLoaderFactory class creates instances of LdrFormatsLoader.

This class is an implementation of ImageLoaderFactory.

Definition at line 42 of file LdrFormatsLoader.h.


Member Function Documentation

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.


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