 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
23 #ifndef CTKCONFIGURATION_H
24 #define CTKCONFIGURATION_H
26 #include <QSharedPointer>
252 #endif // CTKCONFIGURATION_H
QSharedPointer< ctkConfiguration > ctkConfigurationPtr
bool operator==(const ctkConfiguration &other) const
uint CTK_PLUGINFW_EXPORT qHash(ctkConfigurationPtr configuration)
virtual void update(const ctkDictionary &properties)=0
bool CTK_PLUGINFW_EXPORT operator==(const ctkConfigurationPtr &c1, const ctkConfigurationPtr c2)
virtual QString getFactoryPid() const =0
virtual ctkDictionary getProperties() const =0
virtual void setPluginLocation(const QString &pluginLocation)=0
virtual ~ctkConfiguration()
virtual QString getPid() const =0
virtual QString getPluginLocation() const =0