![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/Core/ctkAbstractFileBasedFactory.h>
Public Member Functions | |
QString | path () const |
void | setPath (const QString &path) |
Get path associated with the object identified by key. More... | |
![]() | |
ctkAbstractFactoryItem () | |
BaseClassType * | instance () const |
BaseClassType * | instantiate () |
QStringList | instantiateErrorStrings () const |
QStringList | instantiateWarningStrings () const |
bool | isInstantiated () const |
virtual bool | load ()=0 |
QStringList | loadErrorStrings () const |
QStringList | loadWarningStrings () const |
void | setVerbose (bool value) |
virtual void | uninstantiate () |
bool | verbose () const |
virtual | ~ctkAbstractFactoryItem () |
Additional Inherited Members | |
![]() | |
void | appendInstantiateErrorString (const QString &msg) |
void | appendInstantiateWarningString (const QString &msg) |
void | appendLoadErrorString (const QString &msg) |
void | appendLoadWarningString (const QString &msg) |
void | clearInstantiateErrorStrings () |
void | clearInstantiateWarningStrings () |
void | clearLoadErrorStrings () |
void | clearLoadWarningStrings () |
virtual BaseClassType * | instanciator ()=0 |
Must be reimplemented in subclasses to instanciate a BaseClassType*. More... | |
![]() | |
BaseClassType * | Instance |
Definition at line 34 of file ctkAbstractFileBasedFactory.h.
QString ctkAbstractFactoryFileBasedItem< BaseClassType >::path | ( | ) | const |
void ctkAbstractFactoryFileBasedItem< BaseClassType >::setPath | ( | const QString & | path | ) |
Get path associated with the object identified by key.