|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "QmitkViewNavigatorWidget.h"#include <berryISelectionService.h>#include <berryIWorkbenchWindow.h>#include <berryIPerspectiveRegistry.h>#include <berryPlatformUI.h>#include <berryPlatform.h>#include <berryIWorkbenchPage.h>#include <berryIExtensionRegistry.h>#include <berryIHandlerService.h>#include <berryIWorkbenchCommandConstants.h>#include <berryUIElement.h>#include <mitkLogMacros.h>#include <QHash>#include <QMessageBox>#include <QTreeView>#include <QStandardItem>#include <QSortFilterProxyModel>Go to the source code of this file.
Functions | |
| bool | compareViews (const berry::IViewDescriptor::Pointer &a, const berry::IViewDescriptor::Pointer &b) |
| bool | comparePerspectives (const berry::IPerspectiveDescriptor::Pointer &a, const berry::IPerspectiveDescriptor::Pointer &b) |
| bool | compareQStandardItems (const QStandardItem *a, const QStandardItem *b) |
| bool comparePerspectives | ( | const berry::IPerspectiveDescriptor::Pointer & | a, |
| const berry::IPerspectiveDescriptor::Pointer & | b | ||
| ) |
Definition at line 242 of file QmitkViewNavigatorWidget.cpp.
References berry::SmartPointer< TObjectType >::IsNull().
Referenced by QmitkViewNavigatorWidget::FillTreeList().
| bool compareQStandardItems | ( | const QStandardItem * | a, |
| const QStandardItem * | b | ||
| ) |
Definition at line 249 of file QmitkViewNavigatorWidget.cpp.
Referenced by QmitkViewNavigatorWidget::FillTreeList().
| bool compareViews | ( | const berry::IViewDescriptor::Pointer & | a, |
| const berry::IViewDescriptor::Pointer & | b | ||
| ) |
Definition at line 235 of file QmitkViewNavigatorWidget.cpp.
References berry::SmartPointer< TObjectType >::IsNull().
Referenced by QmitkViewNavigatorWidget::FillTreeList().