Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkCoreExtConstants.cpp
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #include <mitkCoreExtConstants.h>
14 
15 const QString mitk::CoreExtConstants::INPUTDEVICE_SERVICE = "org.mitk.core.ext.services.inputdeviceregistry";
16 const QString mitk::CoreExtConstants::INPUTDEVICE_PREFERENCES = "org.mitk.core.ext.preferences.inputdevices";
17 const QString mitk::CoreExtConstants::INPUTDEVICE_EXTENSION_NAME = "org.mitk.core.ext.inputdevices";
22 const QString mitk::CoreExtConstants::WIIMOTE_SURFACEINTERACTION = "Surface Interaction";
23 const QString mitk::CoreExtConstants::WIIMOTE_HEADTRACKING = "Headtracking";
24 const QString mitk::CoreExtConstants::WIIMOTE_XMLATTRIBUTE_NAME = "org.mitk.inputdevices.wiimote";
static const QString INPUTDEVICE_PREFERENCES
static const QString INPUTDEVICE_XMLATTRIBUTE_NAME
static const QString INPUTDEVICE_XMLATTRIBUTE_CLASS
static const QString INPUTDEVICE_XMLATTRIBUTE_ID
static const QString INPUTDEVICE_XMLATTRIBUTE_DESCRIPTION
static const QString WIIMOTE_SURFACEINTERACTION
static const QString WIIMOTE_XMLATTRIBUTE_NAME
static const QString INPUTDEVICE_EXTENSION_NAME
static const QString WIIMOTE_HEADTRACKING
static const QString INPUTDEVICE_SERVICE