![]() |
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/ctkAbstractPluginFactory.h>


Public Member Functions | |
| virtual bool | load () |
| virtual QString | loadErrorString () const |
Public Member Functions inherited from ctkAbstractFactoryFileBasedItem< BaseClassType > | |
| QString | path () const |
| void | setPath (const QString &path) |
| Get path associated with the object identified by key. More... | |
Public Member Functions inherited from ctkAbstractFactoryItem< BaseClassType > | |
| 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 Member Functions | |
| virtual BaseClassType * | instanciator () |
| Must be reimplemented in subclasses to instanciate a BaseClassType*. More... | |
Protected Member Functions inherited from ctkAbstractFactoryItem< BaseClassType > | |
| 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 | |
Protected Attributes inherited from ctkAbstractFactoryItem< BaseClassType > | |
| BaseClassType * | Instance |
Definition at line 34 of file ctkAbstractPluginFactory.h.
|
protectedvirtual |
Must be reimplemented in subclasses to instanciate a BaseClassType*.
Implements ctkAbstractFactoryItem< BaseClassType >.
|
virtual |
Implements ctkAbstractFactoryItem< BaseClassType >.
|
virtual |