Medical Imaging Interaction Toolkit  2016.11.0
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...
 

Enumerations

enum  QmitkAbstractView::IRenderWindowPartStrategy { QmitkAbstractView::NONE, QmitkAbstractView::BRING_TO_FRONT, QmitkAbstractView::ACTIVATE, QmitkAbstractView::OPEN }
 

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.

Enumeration Type Documentation

Describes the strategies to be used for getting a mitk::IRenderWindowPart instance.

Enumerator
NONE 

Do nothing.

BRING_TO_FRONT 

Bring the most recently activated mitk::IRenderWindowPart instance to the front.

ACTIVATE 

Activate a mitk::IRenderWindowPart part (implies bringing it to the front).

OPEN 

Create a mitk::IRenderWindowPart if none is alredy opened.

Definition at line 113 of file QmitkAbstractView.h.