Static Public Attributes

mitk::CoreExtConstants Struct Reference
[org.mitk.core.ext Plugin]

#include <mitkCoreExtConstants.h>

List of all members.

Static Public Attributes

static const std::string INPUTDEVICE_SERVICE = "org.mitk.core.ext.services.inputdeviceregistry"
static const std::string INPUTDEVICE_PREFERENCES = "org.mitk.core.ext.preferences.inputdevices"
static const std::string INPUTDEVICE_EXTENSION_NAME = "org.mitk.core.ext.inputdevices"
static const std::string INPUTDEVICE_XMLATTRIBUTE_CLASS = "class"
static const std::string INPUTDEVICE_XMLATTRIBUTE_DESCRIPTION = "description"
static const std::string INPUTDEVICE_XMLATTRIBUTE_NAME = "name"
static const std::string INPUTDEVICE_XMLATTRIBUTE_ID = "id"

Detailed Description

The CoreExt Constants contains a list of unique ids in the following form:
"org.mitk.mybundle.mytype.propername"

This ids have the purpose of connecting the plugin.xml of each bundle to the appropriate classes.

Definition at line 36 of file mitkCoreExtConstants.h.


Member Data Documentation

const std::string mitk::CoreExtConstants::INPUTDEVICE_EXTENSION_NAME = "org.mitk.core.ext.inputdevices" [static]
const std::string mitk::CoreExtConstants::INPUTDEVICE_PREFERENCES = "org.mitk.core.ext.preferences.inputdevices" [static]
const std::string mitk::CoreExtConstants::INPUTDEVICE_SERVICE = "org.mitk.core.ext.services.inputdeviceregistry" [static]
const std::string mitk::CoreExtConstants::INPUTDEVICE_XMLATTRIBUTE_CLASS = "class" [static]
const std::string mitk::CoreExtConstants::INPUTDEVICE_XMLATTRIBUTE_DESCRIPTION = "description" [static]

Definition at line 42 of file mitkCoreExtConstants.h.

Referenced by mitk::InputDeviceDescriptor::GetDescription().

const std::string mitk::CoreExtConstants::INPUTDEVICE_XMLATTRIBUTE_ID = "id" [static]

Definition at line 44 of file mitkCoreExtConstants.h.

Referenced by mitk::InputDeviceDescriptor::GetID().

const std::string mitk::CoreExtConstants::INPUTDEVICE_XMLATTRIBUTE_NAME = "name" [static]

Definition at line 43 of file mitkCoreExtConstants.h.

Referenced by mitk::InputDeviceDescriptor::GetName().


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines