Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::IInputDeviceDescriptor Struct Referenceabstract

#include <mitkIInputDeviceDescriptor.h>

Inheritance diagram for mitk::IInputDeviceDescriptor:
Collaboration diagram for mitk::IInputDeviceDescriptor:

Public Member Functions

virtual berryObjectMacro(mitk::IInputDeviceDescriptor) virtual IInputDevice QString GetDescription () const =0
 
virtual QString GetID () const =0
 
virtual QString GetName () const =0
 
virtual bool operator== (const Object *object) const =0
 
- Public Member Functions inherited from berry::Object
virtual QString GetClassName () const
 
virtual Reflection::TypeInfo GetTypeInfo () const
 
virtual QList< Reflection::TypeInfoGetSuperclasses () 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< SelfPointer
 
typedef berry::SmartPointer< const SelfConstPointer
 
typedef berry::WeakPointer< SelfWeakPtr
 
typedef berry::WeakPointer< const SelfConstWeakPtr
 
- Static Public Member Functions inherited from berry::Object
static const char * GetStaticClassName ()
 
static Reflection::TypeInfo GetStaticTypeInfo ()
 
static QList< Reflection::TypeInfoGetStaticSuperclasses ()
 
- 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
 

Detailed Description

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.

See also
mitk::IInputDeviceRegistry

Definition at line 41 of file mitkIInputDeviceDescriptor.h.

Member Function Documentation

virtual berryObjectMacro (mitk::IInputDeviceDescriptor) virtual IInputDevice QString mitk::IInputDeviceDescriptor::GetDescription ( ) const
pure virtual

Creates an instance of an input device defined in the descriptor.

Returns
the input device Returns the description of this input device.
the description

Implemented in mitk::InputDeviceDescriptor.

virtual QString mitk::IInputDeviceDescriptor::GetID ( ) const
pure virtual

Returns the id of this input device.

Returns
the id

Implemented in mitk::InputDeviceDescriptor.

virtual QString mitk::IInputDeviceDescriptor::GetName ( ) const
pure virtual

Returns the name of this input device.

Returns
the name

Implemented in mitk::InputDeviceDescriptor.

virtual bool mitk::IInputDeviceDescriptor::operator== ( const Object object) const
pure virtual

Returns the descriptor for the icon to show for this view. Equals this class with the given parameter.

Parameters
objectthe object for the equation
Returns
true, if the objects are equal :: false, if they differ in any way

Implemented in mitk::InputDeviceDescriptor.


The documentation for this struct was generated from the following file: