QXRD
0.11.16
|
#include <qcepimagedataformatfactory.h>
Public Member Functions | |
~QcepImageDataFormatFactory () | |
void | insert (QcepImageDataFormat< T > *f) |
QcepImageDataFormat< T > * | canLoad (QString path) |
Static Public Member Functions | |
static QcepImageDataFormatFactory< T > * | factory () |
Private Member Functions | |
QcepImageDataFormatFactory () | |
Private Attributes | |
QList< QcepImageDataFormat< T > * > | m_Formats |
Static Private Attributes | |
static bool | s_Created = false |
static QcepImageDataFormatFactory< T > * | s_Factory = NULL |
Definition at line 12 of file qcepimagedataformatfactory.h.
|
private |
Definition at line 23 of file qcepimagedataformatfactory.cpp.
QcepImageDataFormatFactory< T >::~QcepImageDataFormatFactory | ( | ) |
Definition at line 28 of file qcepimagedataformatfactory.cpp.
QcepImageDataFormat< T > * QcepImageDataFormatFactory< T >::canLoad | ( | QString | path | ) |
Definition at line 40 of file qcepimagedataformatfactory.cpp.
References QcepImageDataFormat< T >::canLoadFile(), fmt, and QcepImageDataFormatBase::priority().
|
static |
Definition at line 12 of file qcepimagedataformatfactory.cpp.
Referenced by QcepImageDataFormat< T >::QcepImageDataFormat(), and QcepImageData< T >::readImage().
void QcepImageDataFormatFactory< T >::insert | ( | QcepImageDataFormat< T > * | f | ) |
Definition at line 34 of file qcepimagedataformatfactory.cpp.
|
private |
Definition at line 28 of file qcepimagedataformatfactory.h.
|
staticprivate |
Definition at line 15 of file qcepimagedataformatfactory.h.
|
staticprivate |
Definition at line 16 of file qcepimagedataformatfactory.h.