![]() |
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/ctkAbstractObjectFactory.h>
Public Member Functions | |
virtual bool | load () |
![]() | |
ctkAbstractFactoryItem () | |
BaseClassType * | instance () const |
BaseClassType * | instantiate () |
QStringList | instantiateErrorStrings () const |
QStringList | instantiateWarningStrings () const |
bool | isInstantiated () const |
QStringList | loadErrorStrings () const |
QStringList | loadWarningStrings () const |
void | setVerbose (bool value) |
virtual void | uninstantiate () |
bool | verbose () const |
virtual | ~ctkAbstractFactoryItem () |
Protected Types | |
typedef BaseClassType *(* | InstantiateObjectFunc) () |
Protected Member Functions | |
virtual BaseClassType * | instanciator () |
Must be reimplemented in subclasses to instanciate a BaseClassType*. More... | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
BaseClassType * | Instance |
Definition at line 44 of file ctkAbstractObjectFactory.h.
|
protected |
Definition at line 47 of file ctkAbstractObjectFactory.h.
|
protectedvirtual |
Must be reimplemented in subclasses to instanciate a BaseClassType*.
Implements ctkAbstractFactoryItem< BaseClassType >.
|
virtual |
Implements ctkAbstractFactoryItem< BaseClassType >.