Medical Imaging Interaction Toolkit
2016.11.0
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 246 of file QmitkViewNavigatorWidget.cpp.
References berry::SmartPointer< TObjectType >::IsNull().
Referenced by QmitkViewNavigatorWidget::FillTreeList().
bool compareQStandardItems | ( | const QStandardItem * | a, |
const QStandardItem * | b | ||
) |
Definition at line 253 of file QmitkViewNavigatorWidget.cpp.
Referenced by QmitkViewNavigatorWidget::FillTreeList().
bool compareViews | ( | const berry::IViewDescriptor::Pointer & | a, |
const berry::IViewDescriptor::Pointer & | b | ||
) |
Definition at line 239 of file QmitkViewNavigatorWidget.cpp.
References berry::SmartPointer< TObjectType >::IsNull().
Referenced by QmitkViewNavigatorWidget::FillTreeList().