Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkViewNavigatorWidget.cpp File Reference
#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)
 

Function Documentation

bool compareQStandardItems ( const QStandardItem *  a,
const QStandardItem *  b 
)