|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkIInputDeviceDescriptor.h>


Public Member Functions | |
| berryObjectMacro (mitk::IInputDeviceDescriptor) | |
| virtual IInputDevice::Pointer | CreateInputDevice ()=0 |
| virtual QString | GetDescription () const =0 |
| virtual QString | GetID () const =0 |
| virtual QString | GetName () const =0 |
| bool | operator== (const Object *object) const override=0 |
Public Member Functions inherited from berry::Object | |
| virtual QString | GetClassName () const |
| virtual Reflection::TypeInfo | GetTypeInfo () const |
| virtual QList< Reflection::TypeInfo > | GetSuperclasses () const |
| virtual void | Delete () |
| QDebug | Print (QDebug os, Indent Indent=0) const |
| virtual QString | ToString () const |
| virtual uint | HashCode () const |
| virtual bool | operator< (const Object *) const |
| void | Register () const |
| void | UnRegister (bool del=true) const |
| int | GetReferenceCount () const |
| void | SetReferenceCount (int) |
| void | AddDestroyListener (const MessageAbstractDelegate<> &delegate) const |
| void | RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const |
| virtual bool | operator== (const Object *) const |
Additional Inherited Members | |
Public Types inherited from berry::Object | |
| typedef Object | Self |
| typedef berry::SmartPointer< Self > | Pointer |
| typedef berry::SmartPointer< const Self > | ConstPointer |
| typedef berry::WeakPointer< Self > | WeakPtr |
| typedef berry::WeakPointer< const Self > | ConstWeakPtr |
Static Public Member Functions inherited from berry::Object | |
| static const char * | GetStaticClassName () |
| static Reflection::TypeInfo | GetStaticTypeInfo () |
| static QList< Reflection::TypeInfo > | GetStaticSuperclasses () |
Protected Member Functions inherited from berry::Object | |
| Object () | |
| virtual | ~Object () |
| virtual QDebug | PrintSelf (QDebug os, Indent indent) const |
| virtual QDebug | PrintHeader (QDebug os, Indent indent) const |
| virtual QDebug | PrintTrailer (QDebug os, Indent indent) const |
Protected Attributes inherited from berry::Object | |
| QAtomicInt | m_ReferenceCount |
| QMutex | m_ReferenceCountLock |
This is an input device descriptor. It provides a "description" of a given input device, so that the input device can later be constructed and registered.
The input device registry provides facilities to map from an extension to a IInputDeviceDescriptor.
This interface is not intended to be implemented by clients.
Definition at line 37 of file mitkIInputDeviceDescriptor.h.
| mitk::IInputDeviceDescriptor::berryObjectMacro | ( | mitk::IInputDeviceDescriptor | ) |
|
pure virtual |
Creates an instance of an input device defined in the descriptor.
Implemented in mitk::InputDeviceDescriptor.
|
pure virtual |
Returns the description of this input device.
Implemented in mitk::InputDeviceDescriptor.
|
pure virtual |
|
pure virtual |
|
overridepure virtual |
Returns the descriptor for the icon to show for this view. Equals this class with the given parameter.
| object | the object for the equation |
Implemented in mitk::InputDeviceDescriptor.