Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkIInputDeviceDescriptor.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef MITKIINPUTDEVICEDESCRIPTOR_H_
18 #define MITKIINPUTDEVICEDESCRIPTOR_H_
19 
20 #include <berryObject.h>
21 #include <berryMacros.h>
22 
23 #include "mitkIInputDevice.h"
24 
25 namespace mitk
26 {
42  {
43 
45 
46 
51  virtual IInputDevice::Pointer CreateInputDevice() = 0;
52 
58  virtual QString GetDescription() const = 0;
59 
65  virtual QString GetID() const = 0;
66 
72  virtual QString GetName() const = 0;
73 
74  // /**
75  // * Returns the descriptor for the icon to show for this view.
76  // */
77  //virtual SmartPointer<ImageDescriptor> GetImageDescriptor() const = 0;
78 
85  virtual bool operator==(const Object* object) const = 0;
86 
87  }; // end struct IInputDeviceDescriptor
88 } //end namespace mitk
89 
90 #endif /*MITKIINPUTDEVICEDESCRIPTOR_H_*/
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:78
DataCollection - Class to facilitate loading/accessing structured data.
virtual berryObjectMacro(mitk::IInputDeviceDescriptor) virtual IInputDevice QString GetDescription() const =0
#define berryObjectMacro(...)
Definition: berryMacros.h:37
virtual QString GetID() const =0
virtual bool operator==(const Object *object) const =0
virtual QString GetName() const =0