#include <mitkCoreExtConstants.h>
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" |
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.
const std::string mitk::CoreExtConstants::INPUTDEVICE_EXTENSION_NAME = "org.mitk.core.ext.inputdevices" [static] |
Definition at line 40 of file mitkCoreExtConstants.h.
Referenced by mitk::InputDeviceRegistry::InputDeviceRegistry().
const std::string mitk::CoreExtConstants::INPUTDEVICE_PREFERENCES = "org.mitk.core.ext.preferences.inputdevices" [static] |
Definition at line 39 of file mitkCoreExtConstants.h.
Referenced by QmitkInputDevicesPrefPage::QmitkInputDevicesPrefPage(), and mitk::CoreExtActivator::StartInputDeviceModules().
const std::string mitk::CoreExtConstants::INPUTDEVICE_SERVICE = "org.mitk.core.ext.services.inputdeviceregistry" [static] |
Definition at line 38 of file mitkCoreExtConstants.h.
Referenced by QmitkInputDevicesPrefPage::CreateQtControl(), QmitkInputDevicesPrefPage::PerformOk(), and mitk::CoreExtActivator::StartInputDeviceModules().
const std::string mitk::CoreExtConstants::INPUTDEVICE_XMLATTRIBUTE_CLASS = "class" [static] |
Definition at line 41 of file mitkCoreExtConstants.h.
Referenced by mitk::InputDeviceDescriptor::CreateInputDevice().
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().