Medical Imaging Interaction Toolkit  2023.12.99-101158b3
Medical Imaging Interaction Toolkit
org.mitk.gui.qt.common

Provides Qt GUI specific utility classes for MITK View and Editor developers. More...

Collaboration diagram for org.mitk.gui.qt.common:

Modules

 Internal
 This subcategory includes the internal classes of the org.mitk.gui.qt.common plugin. Other plugins must not rely on these classes. They contain implementation details and their interface may change at any time. We mean it.
 

Classes

class  QmitkAbstractRenderEditor
 A convenient base class for MITK render window BlueBerry Editors. More...
 
class  QmitkAbstractView
 A convenient base class for MITK related BlueBerry Views. More...
 
class  QmitkDataNodeSelectionProvider
 A BlueBerry selection provider for mitk::DataNode selections. More...
 
class  QmitkDnDFrameWidget
 Enables loading data into a MITK application via Drag'n Drop. More...
 

Detailed Description

Provides Qt GUI specific utility classes for MITK View and Editor developers.

This plug-in provides abstract classes to ease the development of MITK related View and Editor extensions for a BlueBerry based application. The main classes are:

See also the GUI toolkit independent classes and interfaces in org.mitk.gui.common.