Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Basic Qt widgets and classes for MITK. More...
Classes | |
class | QmitkEventAdapter |
class | QmitkApplicationCursor |
Qt specific implementation of ApplicationCursorImplementation. More... | |
class | QmitkDataStorageFilterProxyModel |
class | QmitkDataStorageListModel |
class | QmitkDataStorageTreeModel |
class | QmitkDataStorageTreeModel::TreeItem |
class | QmitkLevelWindowPresetDefinitionDialog |
struct | QmitkLevelWindowPresetDefinitionDialog::PresetTableModel::Entry |
class | QmitkLevelWindowPresetDefinitionDialog::PresetTableModel |
class | QmitkLevelWindowRangeChangeDialog |
class | QmitkLevelWindowWidget |
class | QmitkLevelWindowWidgetContextMenu |
Provides a contextmenu for Level/Window functionality. More... | |
class | QmitkLineEditLevelWindowWidget |
Provides a widget with two lineedit fields, one to change the window value of the current image and one to change the level value of the current image. More... | |
class | QmitkMemoryUsageIndicatorView |
class | QmitkMouseModeSwitcher |
Qt toolbar representing mitk::MouseModeSwitcher. More... | |
class | QmitkNodeDescriptor |
QmitkNodeQmitkNodeDescriptor is Decorator class for the mitk::DataNode which enhances certain mitk::DataNode by additional infos needed by the GUI (Icon, ...) More... | |
class | QmitkNodeDescriptorManager |
QmitkNodeDescriptorManager manages a set of QmitkNodeDescriptors. More... | |
class | QmitkProgressBar |
QT-Toolkit/GUI dependent class that provides the QT's ProgressBar. More... | |
class | QmitkPropertiesTableEditor |
Combines a QTableView along with a QmitkPropertiesTableModel to a reusable Property Editor component. More... | |
class | QmitkPropertiesTableModel |
Header guard. More... | |
struct | QmitkPropertiesTableModel::PropertyListElementFilterFunction |
struct | QmitkPropertiesTableModel::PropertyDataSetCompareFunction |
A struct that inherits from std::binary_function. You can use it in std::sort algorithm for sorting the property list elements. More... | |
class | QmitkPropertyDelegate |
Own includes. More... | |
class | QmitkRenderingManager |
Qt specific implementation of mitk::RenderingManager. More... | |
class | QmitkRenderingManagerFactory |
Qt specific implementation of mitk::RenderingManagerFactory. More... | |
class | QmitkRenderWindow |
MITK implementation of the QVTKWidget. More... | |
class | QmitkRenderWindowMenu |
The QmitkRenderWindowMenu is a popup Widget which shows up when the mouse curser enter a QmitkRenderWindow. The Menu Widget is located in the right top corner of each RenderWindow. It includes different settings. For example the layout design can be changed with the setting button. Switching between full-screen mode and layout design can be done with the full-screen button. Splitting the Widget horizontal or vertical as well closing the Widget is not implemented yet. The popup Widget can be deactivated with ActivateMenuWidget(false) in QmitkRenderWindow. More... | |
class | QmitkServiceListWidget |
This widget provides abstraction for the handling of MicroServices. More... | |
struct | QmitkServiceListWidget::ServiceListLink |
Internal structure used to link ServiceReferences to their QListWidgetItems. More... | |
class | QmitkSliderLevelWindowWidget |
Provides a widget with a slider to change the level and window value of the current image. More... | |
class | QmitkStdMultiWidget |
class | QmitkDataStorageComboBox |
Displays all or a subset (defined by a predicate) of nodes of the Data Storage. More... | |
class | QmitkDataStorageTableModel |
Own includes. More... | |
Functions | |
MITKQTWIDGETS_EXPORT void | QmitkRegisterClasses () |
Basic Qt widgets and classes for MITK.
This module provides a set of Qt widgets and classes generally useful for any MITK application. The main widgets are:
A couple of Qt models for use in the model/view architecture of Qt are also provided. Among them are:
anonymous enum |
enum for layout direction
Enumerator | |
---|---|
AXIAL | |
SAGITTAL | |
CORONAL | |
THREE_D |
Definition at line 223 of file QmitkRenderWindowMenu.h.
anonymous enum |
enum for layout design
Definition at line 232 of file QmitkRenderWindowMenu.h.
anonymous enum |
Enumerator | |
---|---|
PLANE_MODE_SLICING | |
PLANE_MODE_ROTATION | |
PLANE_MODE_SWIVEL |
Definition at line 267 of file QmitkStdMultiWidget.h.
anonymous enum |
Definition at line 273 of file QmitkStdMultiWidget.h.
anonymous enum |
Enumerator | |
---|---|
AXIAL | |
SAGITTAL | |
CORONAL | |
THREE_D |
Definition at line 291 of file QmitkStdMultiWidget.h.
Specifies field of the property with which it will be sorted.
Enumerator | |
---|---|
CompareByName | |
CompareByValue |
Definition at line 138 of file QmitkPropertiesTableModel.h.
Specifies Ascending/descending ordering.
Enumerator | |
---|---|
Less | |
Greater |
Definition at line 147 of file QmitkPropertiesTableModel.h.
enum QmitkItemModelRole |
Enumerator | |
---|---|
QmitkDataNodeRole | |
QmitkDataNodeRawPointerRole |
Definition at line 21 of file QmitkEnums.h.
MITKQTWIDGETS_EXPORT void QmitkRegisterClasses | ( | ) |
Definition at line 24 of file QmitkRegisterClasses.cpp.
References MITK_DEBUG.
Referenced by main().