|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <MitkQtWidgetsExports.h>#include <QmitkAbstractDataStorageModel.h>#include <QAbstractItemView>Go to the source code of this file.
Classes | |
| class | QmitkModelViewSelectionConnector |
| The 'QmitkModelViewSelectionConnector' is used to handle the selections of a model-view-pair and to synchornize them with external node selections (e.g. communicated by the application). More... | |
Functions | |
| bool MITKQTWIDGETS_EXPORT | EqualNodeSelections (const QList< mitk::DataNode::Pointer > &selection1, const QList< mitk::DataNode::Pointer > &selection2) |
| bool MITKQTWIDGETS_EXPORT EqualNodeSelections | ( | const QList< mitk::DataNode::Pointer > & | selection1, |
| const QList< mitk::DataNode::Pointer > & | selection2 | ||
| ) |
Definition at line 175 of file QmitkModelViewSelectionConnector.cpp.
Referenced by QmitkAbstractNodeSelectionWidget::EmitSelection(), and QmitkModelViewSelectionConnector::SetCurrentSelection().