![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Classes | |
struct | ctkConfiguration |
struct | ctkConfigurationAdmin |
class | ctkConfigurationEvent |
class | ctkConfigurationException |
struct | ctkConfigurationListener |
struct | ctkConfigurationPlugin |
struct | ctkManagedService |
struct | ctkManagedServiceFactory |
Functions | |
CTK_PLUGINFW_EXPORT QDebug | operator<< (QDebug dbg, const ctkConfigurationException &exc) |
CTK_PLUGINFW_EXPORT QDebug | operator<< (QDebug dbg, ctkConfigurationEvent::Type type) |
typedef QSharedPointer< ctkConfiguration > | ctkConfigurationPtr |
uint CTK_PLUGINFW_EXPORT | qHash (ctkConfigurationPtr configuration) |
bool CTK_PLUGINFW_EXPORT | operator== (const ctkConfigurationPtr &c1, const ctkConfigurationPtr c2) |
typedef QSharedPointer<ctkConfiguration> ctkConfigurationPtr |
Definition at line 235 of file ctkConfiguration.h.
CTK_PLUGINFW_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const ctkConfigurationException & | exc | ||
) |
CTK_PLUGINFW_EXPORT QDebug operator<< | ( | QDebug | dbg, |
ctkConfigurationEvent::Type | type | ||
) |
bool CTK_PLUGINFW_EXPORT operator== | ( | const ctkConfigurationPtr & | c1, |
const ctkConfigurationPtr | c2 | ||
) |
uint CTK_PLUGINFW_EXPORT qHash | ( | ctkConfigurationPtr | configuration | ) |
Hash code is based on PID.
The hashcode for two ctkConfiguration objects must be the same when the Configuration PID's are the same.
configuration | The configuration object for which to compute the hash value. |