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 | Functions
Configuration Admin
Collaboration diagram for Configuration Admin:

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< ctkConfigurationctkConfigurationPtr
 
uint CTK_PLUGINFW_EXPORT qHash (ctkConfigurationPtr configuration)
 
bool CTK_PLUGINFW_EXPORT operator== (const ctkConfigurationPtr &c1, const ctkConfigurationPtr c2)
 

Detailed Description

Typedef Documentation

◆ ctkConfigurationPtr

typedef QSharedPointer<ctkConfiguration> ctkConfigurationPtr

Definition at line 235 of file ctkConfiguration.h.

Function Documentation

◆ operator<<() [1/2]

CTK_PLUGINFW_EXPORT QDebug operator<< ( QDebug  dbg,
const ctkConfigurationException exc 
)

◆ operator<<() [2/2]

CTK_PLUGINFW_EXPORT QDebug operator<< ( QDebug  dbg,
ctkConfigurationEvent::Type  type 
)

◆ operator==()

bool CTK_PLUGINFW_EXPORT operator== ( const ctkConfigurationPtr c1,
const ctkConfigurationPtr  c2 
)

◆ qHash()

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.

Parameters
configurationThe configuration object for which to compute the hash value.
Returns
hash code for this ctkConfiguration object