Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkDataManagerView Class Reference

A View class that can show all data tree nodes of a certain DataStorage. More...

#include <QmitkDataManagerView.h>

Inheritance diagram for QmitkDataManagerView:
Collaboration diagram for QmitkDataManagerView:

Public Slots

void OpacityChanged (int value)
 
void OpacityActionChanged ()
 
void ComponentActionChanged ()
 
void ColorChanged ()
 
void ColorActionChanged ()
 
void TextureInterpolationChanged ()
 
void TextureInterpolationToggled (bool checked)
 
void ColormapMenuAboutToShow ()
 Agreggates available colormaps. More...
 
void ColormapActionToggled (bool)
 changes the active colormap More...
 
void SurfaceRepresentationMenuAboutToShow ()
 
void SurfaceRepresentationActionToggled (bool checked)
 
void NodeTableViewContextMenuRequested (const QPoint &index)
 Shows a node context menu. More...
 
void RemoveSelectedNodes (bool checked=false)
 Invoked when an element should be removed. More...
 
void ReinitSelectedNodes (bool checked=false)
 Invoked when an element should be reinitiliased. More...
 
void MakeAllNodesInvisible (bool checked=false)
 Invoked when the visibility of the selected nodes should be toggled. More...
 
void ShowOnlySelectedNodes (bool checked=false)
 Makes all selected nodes visible, all other nodes invisible. More...
 
void ToggleVisibilityOfSelectedNodes (bool checked=false)
 Invoked when the visibility of the selected nodes should be toggled. More...
 
void ShowInfoDialogForSelectedNodes (bool checked=false)
 Invoked when infos of the selected nodes should be shown in a dialog. More...
 
void GlobalReinit (bool checked=false)
 Reinits everything. More...
 
void OnPreferencesChanged (const berry::IBerryPreferences *) override
 
void ContextMenuActionTriggered (bool)
 will be toggled when a extension point context menu action is toggled this is a proxy method which will load the corresponding extension class and run IContextMenuAction More...
 
void NodeTreeViewRowsInserted (const QModelIndex &parent, int start, int end)
 When rows are inserted auto expand them. More...
 
void NodeTreeViewRowsRemoved (const QModelIndex &parent, int start, int end)
 will setup m_CurrentRowCount More...
 
void NodeSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected)
 Whenever the selection changes set the "selected" property respectively. More...
 
void ShowIn (const QString &editorId)
 Opens the editor with the given id using the current data storage. More...
 

Public Member Functions

 QmitkDataManagerView ()
 Standard ctor. More...
 
virtual ~QmitkDataManagerView ()
 Standard dtor. More...
 
- Public Member Functions inherited from QmitkAbstractView
 berryObjectMacro (QmitkAbstractView)
 
 QmitkAbstractView ()
 
virtual ~QmitkAbstractView ()
 
- Public Member Functions inherited from berry::QtViewPart
 berryObjectMacro (QtViewPart) void CreatePartControl(QWidget *parent) override
 
- Public Member Functions inherited from berry::ViewPart
IViewSite::Pointer GetViewSite () override
 
- Public Member Functions inherited from berry::WorkbenchPart
 berryObjectMacro (WorkbenchPart, QObject, IWorkbenchPart, IExecutableExtension)~WorkbenchPart()
 
void AddPropertyListener (IPropertyChangeListener *l) override
 
void RemovePropertyListener (IPropertyChangeListener *l) override
 
void SetPartProperty (const QString &key, const QString &value) override
 
QString GetPartProperty (const QString &key) const override
 
const QHash< QString, QString > & GetPartProperties () const override
 
void SetInitializationData (const IConfigurationElement::Pointer &cfig, const QString &propertyName, const Object::Pointer &data) override
 
IWorkbenchPartSite::Pointer GetSite () const override
 
QString GetPartName () const override
 
QString GetContentDescription () const override
 
QIcon GetTitleImage () const override
 
QString GetTitleToolTip () const override
 
- Public Member Functions inherited from berry::IWorkbenchPart
 berryObjectMacro (berry::IWorkbenchPart, Object) virtual ~IWorkbenchPart()
 
- Public Member Functions inherited from berry::Object
virtual QString GetClassName () const
 
virtual Reflection::TypeInfo GetTypeInfo () const
 
virtual QList< Reflection::TypeInfoGetSuperclasses () const
 
virtual void Delete ()
 
QDebug Print (QDebug os, Indent Indent=0) const
 
virtual QString ToString () const
 
virtual uint HashCode () const
 
virtual bool operator< (const Object *) const
 
void Register () const
 
void UnRegister (bool del=true) const
 
int GetReferenceCount () const
 
void SetReferenceCount (int)
 
void AddDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
void RemoveDestroyListener (const MessageAbstractDelegate<> &delegate) const
 
virtual bool operator== (const Object *) const
 
- Public Member Functions inherited from berry::IExecutableExtension
virtual ~IExecutableExtension ()
 
virtual void SetInitializationData (const SmartPointer< IConfigurationElement > &config, const QString &propertyName, const Object::Pointer &data)=0
 
- Public Member Functions inherited from berry::IViewPart
 berryObjectMacro (berry::IViewPart, IWorkbenchPart) virtual ~IViewPart()
 
virtual void Init (IViewSite::Pointer site, IMemento::Pointer memento=IMemento::Pointer(nullptr))=0
 
virtual void SaveState (IMemento::Pointer memento)=0
 

Static Public Attributes

static const QString VIEW_ID
 

Protected Member Functions

virtual void CreateQtPartControl (QWidget *parent) override
 Create the view here. More...
 
void SetFocus () override
 
void FileOpen (const char *fileName, mitk::DataNode *parentNode)
 Shows a file open dialog. More...
 
virtual void NodeChanged (const mitk::DataNode *) override
 
- Protected Member Functions inherited from QmitkAbstractView
void FireNodeSelected (mitk::DataNode::Pointer node)
 
virtual void FireNodesSelected (const QList< mitk::DataNode::Pointer > &nodes)
 
QList< mitk::DataNode::PointerGetCurrentSelection () const
 
bool IsCurrentSelectionValid () const
 
QList< mitk::DataNode::PointerGetDataManagerSelection () const
 
bool IsDataManagerSelectionValid () const
 
void SetDataManagerSelection (const berry::ISelection::ConstPointer &selection, QItemSelectionModel::SelectionFlags flags=QItemSelectionModel::ClearAndSelect) const
 
void SynchronizeDataManagerSelection () const
 
berry::IPreferences::Pointer GetPreferences () const
 
mitk::IDataStorageReference::Pointer GetDataStorageReference () const
 
mitk::DataStorage::Pointer GetDataStorage () const
 
mitk::IRenderWindowPartGetRenderWindowPart (IRenderWindowPartStrategies strategies=NONE) const
 
void RequestRenderWindowUpdate (mitk::RenderingManager::RequestType requestType=mitk::RenderingManager::REQUEST_UPDATE_ALL)
 
void HandleException (std::exception &e, QWidget *parent=nullptr, bool showDialog=true) const
 
void HandleException (const char *str, QWidget *parent=nullptr, bool showDialog=true) const
 
void WaitCursorOn ()
 
void WaitCursorOff ()
 
void BusyCursorOn ()
 
void BusyCursorOff ()
 
void RestoreOverrideCursor ()
 
- Protected Member Functions inherited from berry::ViewPart
 ViewPart ()
 
void CheckSite (IWorkbenchPartSite::Pointer site) override
 
- Protected Member Functions inherited from berry::WorkbenchPart
 WorkbenchPart ()
 
IConfigurationElement::Pointer GetConfigurationElement () const
 
void SetSite (IWorkbenchPartSite::Pointer site)
 
virtual void SetTitleImage (const QIcon &titleImage)
 
virtual void SetTitleToolTip (const QString &toolTip)
 
virtual void SetPartName (const QString &partName)
 
virtual void SetContentDescription (const QString &description)
 
void FirePropertyChanged (const QString &key, const QString &oldValue, const QString &newValue)
 
void FirePropertyChange (int propertyId)
 
- Protected Member Functions inherited from berry::Object
 Object ()
 
virtual ~Object ()
 
virtual QDebug PrintSelf (QDebug os, Indent indent) const
 
virtual QDebug PrintHeader (QDebug os, Indent indent) const
 
virtual QDebug PrintTrailer (QDebug os, Indent indent) const
 

Protected Attributes

QWidget * m_Parent
 
QmitkDnDFrameWidgetm_DndFrameWidget
 
QmitkDataStorageTreeModelm_NodeTreeModel
 A plain widget as the base pane. More...
 
QmitkDataStorageFilterProxyModelm_FilterModel
 
mitk::NodePredicateBase::Pointer m_HelperObjectFilterPredicate
 
mitk::NodePredicateBase::Pointer m_NodeWithNoDataFilterPredicate
 
berry::IBerryPreferences::Pointer m_DataManagerPreferencesNode
 
std::map< QAction *, berry::IConfigurationElement::Pointerm_ConfElements
 
QTreeView * m_NodeTreeView
 The Table view to show the selected nodes. More...
 
QMenu * m_NodeMenu
 The context menu that shows up when right clicking on a node. More...
 
bool m_SurfaceDecimation
 flag indicating whether a surface created from a selected decimation is decimated with vtkQuadricDecimation or not More...
 
std::vector< std::pair< QmitkNodeDescriptor *, QAction * > > m_DescriptorActionList
 

A list of ALL actions for the Context Menu

More...
 
QSlider * m_OpacitySlider
 A Slider widget to change the opacity of a node. More...
 
QmitkNumberPropertySliderm_ComponentSlider
 A Slider widget to change the rendered vector component of an image. More...
 
QPushButton * m_ColorButton
 button to change the color of a node More...
 
QAction * m_TextureInterpolation
 TextureInterpolation action. More...
 
QAction * m_SurfaceRepresentation
 SurfaceRepresentation action. More...
 
QAction * m_ColormapAction
 Lookuptable selection action. More...
 
QSignalMapper * m_ShowInMapper
 Maps "Show in" actions to editor ids. More...
 
QList< QAction * > m_ShowInActions
 A list of "Show in" actions. More...
 
vcl_size_t m_CurrentRowCount
 saves the current amount of rows shown in the datamanager More...
 
bool m_GlobalReinitOnNodeDelete
 if true, GlobalReinit() is called if a node is deleted More...
 
QmitkDataManagerItemDelegate * m_ItemDelegate
 
- Protected Attributes inherited from berry::Object
QAtomicInt m_ReferenceCount
 
QMutex m_ReferenceCountLock
 

Additional Inherited Members

- Public Types inherited from QmitkAbstractView
enum  IRenderWindowPartStrategy { NONE, BRING_TO_FRONT, ACTIVATE, OPEN }
 
- Public Types inherited from berry::Object
typedef Object Self
 
typedef berry::SmartPointer< SelfPointer
 
typedef berry::SmartPointer< const SelfConstPointer
 
typedef berry::WeakPointer< SelfWeakPtr
 
typedef berry::WeakPointer< const SelfConstWeakPtr
 
- Static Public Member Functions inherited from berry::Object
static const char * GetStaticClassName ()
 
static Reflection::TypeInfo GetStaticTypeInfo ()
 
static QList< Reflection::TypeInfoGetStaticSuperclasses ()
 

Detailed Description

A View class that can show all data tree nodes of a certain DataStorage.

: complete PACS support, in save dialog show regular filename

Definition at line 58 of file QmitkDataManagerView.h.

Constructor & Destructor Documentation

QmitkDataManagerView::QmitkDataManagerView ( )

Standard ctor.

Definition at line 93 of file QmitkDataManagerView.cpp.

QmitkDataManagerView::~QmitkDataManagerView ( )
virtual

Standard dtor.

Definition at line 99 of file QmitkDataManagerView.cpp.

References m_DescriptorActionList.

Member Function Documentation

void QmitkDataManagerView::ColorActionChanged ( )
slot

Invoked when the color action changed

Definition at line 756 of file QmitkDataManagerView.cpp.

References QmitkDataStorageTreeModel::GetNode(), mitk::DataNode::GetProperty(), m_ColorButton, m_FilterModel, m_NodeTreeModel, and m_NodeTreeView.

Referenced by CreateQtPartControl().

void QmitkDataManagerView::ComponentActionChanged ( )
slot
void QmitkDataManagerView::ContextMenuActionTriggered ( bool  )
slot

will be toggled when a extension point context menu action is toggled this is a proxy method which will load the corresponding extension class and run IContextMenuAction

Definition at line 563 of file QmitkDataManagerView.cpp.

References QmitkAbstractView::GetCurrentSelection(), QmitkAbstractView::GetDataStorage(), m_ConfElements, m_SurfaceDecimation, MITK_WARN, mitk::IContextMenuAction::Run(), mitk::IContextMenuAction::SetDataStorage(), mitk::IContextMenuAction::SetDecimated(), mitk::IContextMenuAction::SetFunctionality(), and mitk::IContextMenuAction::SetSmoothed().

Referenced by CreateQtPartControl().

void QmitkDataManagerView::CreateQtPartControl ( QWidget *  parent)
overrideprotectedvirtual

Create the view here.

Implements berry::QtViewPart.

Definition at line 109 of file QmitkDataManagerView.cpp.

References QmitkNodeDescriptor::AddAction(), QmitkDataStorageFilterProxyModel::AddFilterPredicate(), ColorActionChanged(), ColorChanged(), ColormapMenuAboutToShow(), ComponentActionChanged(), ContextMenuActionTriggered(), berry::IExtensionRegistry::GetConfigurationElementsFor(), QmitkAbstractView::GetDataStorage(), QmitkNodeDescriptorManager::GetDescriptor(), berry::IWorkbench::GetEditorRegistry(), berry::IEditorRegistry::GetEditors(), berry::Platform::GetExtensionRegistry(), QmitkNodeDescriptorManager::GetInstance(), berry::Platform::GetPreferencesService(), berry::WorkbenchPart::GetSite(), berry::IPreferencesService::GetSystemPreferences(), QmitkNodeDescriptorManager::GetUnknownDataNodeDescriptor(), berry::PlatformUI::GetWorkbench(), GlobalReinit(), m_ColorButton, m_ColormapAction, m_ComponentSlider, m_ConfElements, m_CurrentRowCount, m_DescriptorActionList, m_DndFrameWidget, m_FilterModel, m_HelperObjectFilterPredicate, m_ItemDelegate, m_NodeMenu, m_NodeTreeModel, m_NodeTreeView, m_NodeWithNoDataFilterPredicate, m_OpacitySlider, m_Parent, m_ShowInActions, m_ShowInMapper, m_SurfaceDecimation, m_SurfaceRepresentation, m_TextureInterpolation, mitk::ImageMappingHelper::map(), MITK_WARN, mitk::BoolProperty::New(), mitk::NodePredicateOr::New(), mitk::NodePredicateProperty::New(), mitk::NodePredicateData::New(), NodeSelectionChanged(), NodeTableViewContextMenuRequested(), NodeTreeViewRowsInserted(), NodeTreeViewRowsRemoved(), OnPreferencesChanged(), OpacityActionChanged(), OpacityChanged(), ReinitSelectedNodes(), RemoveSelectedNodes(), QmitkDataStorageTreeModel::SetAllowHierarchyChange(), QmitkDataStorageTreeModel::SetPlaceNewNodesOnTop(), ShowIn(), ShowInfoDialogForSelectedNodes(), ShowOnlySelectedNodes(), SurfaceRepresentationMenuAboutToShow(), TextureInterpolationChanged(), TextureInterpolationToggled(), ToggleVisibilityOfSelectedNodes(), and VIEW_ID.

void QmitkDataManagerView::FileOpen ( const char *  fileName,
mitk::DataNode parentNode 
)
protected

Shows a file open dialog.

void QmitkDataManagerView::MakeAllNodesInvisible ( bool  checked = false)
slot

Invoked when the visibility of the selected nodes should be toggled.

Definition at line 1008 of file QmitkDataManagerView.cpp.

References mitk::RenderingManager::GetInstance(), QmitkDataStorageTreeModel::GetNodeSet(), m_NodeTreeModel, and mitk::RenderingManager::RequestUpdateAll().

void QmitkDataManagerView::NodeChanged ( const mitk::DataNode )
overrideprotectedvirtual

React to node changes. Overridden from QmitkAbstractView.

Reimplemented from QmitkAbstractView.

Definition at line 1053 of file QmitkDataManagerView.cpp.

References m_FilterModel.

void QmitkDataManagerView::NodeSelectionChanged ( const QItemSelection &  selected,
const QItemSelection &  deselected 
)
slot

Whenever the selection changes set the "selected" property respectively.

Definition at line 1096 of file QmitkDataManagerView.cpp.

References QmitkAbstractView::GetCurrentSelection(), QmitkDataStorageTreeModel::GetNodeSet(), and m_NodeTreeModel.

Referenced by CreateQtPartControl().

void QmitkDataManagerView::NodeTableViewContextMenuRequested ( const QPoint &  index)
slot
void QmitkDataManagerView::NodeTreeViewRowsInserted ( const QModelIndex &  parent,
int  start,
int  end 
)
slot

When rows are inserted auto expand them.

Definition at line 1083 of file QmitkDataManagerView.cpp.

References m_CurrentRowCount, m_FilterModel, m_NodeTreeModel, m_NodeTreeView, and QmitkDataStorageTreeModel::rowCount().

Referenced by CreateQtPartControl().

void QmitkDataManagerView::NodeTreeViewRowsRemoved ( const QModelIndex &  parent,
int  start,
int  end 
)
slot

will setup m_CurrentRowCount

Definition at line 1078 of file QmitkDataManagerView.cpp.

References m_CurrentRowCount, m_NodeTreeModel, and QmitkDataStorageTreeModel::rowCount().

Referenced by CreateQtPartControl().

void QmitkDataManagerView::OpacityActionChanged ( )
slot

Invoked when the opacity action changed In this function the the opacity slider is set to the selected nodes opacity value

Definition at line 691 of file QmitkDataManagerView.cpp.

References mitk::DataNode::GetFloatProperty(), QmitkDataStorageTreeModel::GetNode(), m_FilterModel, m_NodeTreeModel, m_NodeTreeView, and m_OpacitySlider.

Referenced by CreateQtPartControl().

void QmitkDataManagerView::OpacityChanged ( int  value)
slot
void QmitkDataManagerView::ReinitSelectedNodes ( bool  checked = false)
slot
void QmitkDataManagerView::RemoveSelectedNodes ( bool  checked = false)
slot
void QmitkDataManagerView::SetFocus ( )
overrideprotectedvirtual

Asks this part to take focus within the workbench.

Clients should not call this method (the workbench calls this method at appropriate times). To have the workbench activate a part, use IWorkbenchPage.activate(IWorkbenchPart) instead.

Implements berry::WorkbenchPart.

Definition at line 559 of file QmitkDataManagerView.cpp.

void QmitkDataManagerView::ShowIn ( const QString &  editorId)
slot

Opens the editor with the given id using the current data storage.

Definition at line 1118 of file QmitkDataManagerView.cpp.

References QmitkAbstractView::GetDataStorageReference(), berry::WorkbenchPart::GetSite(), and berry::IWorkbenchPage::MATCH_ID.

Referenced by CreateQtPartControl().

void QmitkDataManagerView::ShowInfoDialogForSelectedNodes ( bool  checked = false)
slot

Invoked when infos of the selected nodes should be shown in a dialog.

Definition at line 1045 of file QmitkDataManagerView.cpp.

References QmitkAbstractView::GetCurrentSelection(), and m_Parent.

Referenced by CreateQtPartControl().

void QmitkDataManagerView::ShowOnlySelectedNodes ( bool  checked = false)
slot
void QmitkDataManagerView::TextureInterpolationChanged ( )
slot
void QmitkDataManagerView::TextureInterpolationToggled ( bool  checked)
slot
void QmitkDataManagerView::ToggleVisibilityOfSelectedNodes ( bool  checked = false)
slot

Invoked when the visibility of the selected nodes should be toggled.

Definition at line 1031 of file QmitkDataManagerView.cpp.

References QmitkAbstractView::GetCurrentSelection(), mitk::RenderingManager::GetInstance(), and mitk::RenderingManager::RequestUpdateAll().

Referenced by CreateQtPartControl().

Member Data Documentation

QPushButton* QmitkDataManagerView::m_ColorButton
protected

button to change the color of a node

Definition at line 236 of file QmitkDataManagerView.h.

Referenced by ColorActionChanged(), ColorChanged(), and CreateQtPartControl().

QAction* QmitkDataManagerView::m_ColormapAction
protected

Lookuptable selection action.

Definition at line 242 of file QmitkDataManagerView.h.

Referenced by ColormapMenuAboutToShow(), and CreateQtPartControl().

QmitkNumberPropertySlider* QmitkDataManagerView::m_ComponentSlider
protected

A Slider widget to change the rendered vector component of an image.

Definition at line 234 of file QmitkDataManagerView.h.

Referenced by ComponentActionChanged(), and CreateQtPartControl().

std::map<QAction*, berry::IConfigurationElement::Pointer> QmitkDataManagerView::m_ConfElements
protected

saves the configuration elements for the context menu actions from extension points

Definition at line 213 of file QmitkDataManagerView.h.

Referenced by ContextMenuActionTriggered(), and CreateQtPartControl().

vcl_size_t QmitkDataManagerView::m_CurrentRowCount
protected

saves the current amount of rows shown in the datamanager

Definition at line 251 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), NodeTreeViewRowsInserted(), and NodeTreeViewRowsRemoved().

berry::IBerryPreferences::Pointer QmitkDataManagerView::m_DataManagerPreferencesNode
protected

Holds the preferences for the datamanager.

Definition at line 209 of file QmitkDataManagerView.h.

std::vector< std::pair< QmitkNodeDescriptor*, QAction* > > QmitkDataManagerView::m_DescriptorActionList
protected

A list of ALL actions for the Context Menu

Definition at line 229 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and ~QmitkDataManagerView().

QmitkDnDFrameWidget* QmitkDataManagerView::m_DndFrameWidget
protected

Definition at line 197 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl().

bool QmitkDataManagerView::m_GlobalReinitOnNodeDelete
protected

if true, GlobalReinit() is called if a node is deleted

Definition at line 254 of file QmitkDataManagerView.h.

Referenced by OnPreferencesChanged(), and RemoveSelectedNodes().

mitk::NodePredicateBase::Pointer QmitkDataManagerView::m_HelperObjectFilterPredicate
protected

Definition at line 204 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and OnPreferencesChanged().

QmitkDataManagerItemDelegate* QmitkDataManagerView::m_ItemDelegate
protected

Definition at line 256 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl().

QMenu* QmitkDataManagerView::m_NodeMenu
protected

The context menu that shows up when right clicking on a node.

Definition at line 221 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and NodeTableViewContextMenuRequested().

mitk::NodePredicateBase::Pointer QmitkDataManagerView::m_NodeWithNoDataFilterPredicate
protected

Definition at line 205 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and OnPreferencesChanged().

QSlider* QmitkDataManagerView::m_OpacitySlider
protected

A Slider widget to change the opacity of a node.

Definition at line 232 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and OpacityActionChanged().

QWidget* QmitkDataManagerView::m_Parent
protected
QList<QAction*> QmitkDataManagerView::m_ShowInActions
protected

A list of "Show in" actions.

Definition at line 248 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and NodeTableViewContextMenuRequested().

QSignalMapper* QmitkDataManagerView::m_ShowInMapper
protected

Maps "Show in" actions to editor ids.

Definition at line 245 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl().

bool QmitkDataManagerView::m_SurfaceDecimation
protected

flag indicating whether a surface created from a selected decimation is decimated with vtkQuadricDecimation or not

Definition at line 225 of file QmitkDataManagerView.h.

Referenced by ContextMenuActionTriggered(), CreateQtPartControl(), and OnPreferencesChanged().

QAction* QmitkDataManagerView::m_SurfaceRepresentation
protected

SurfaceRepresentation action.

Definition at line 240 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and SurfaceRepresentationMenuAboutToShow().

QAction* QmitkDataManagerView::m_TextureInterpolation
protected

TextureInterpolation action.

Definition at line 238 of file QmitkDataManagerView.h.

Referenced by CreateQtPartControl(), and TextureInterpolationChanged().

const QString QmitkDataManagerView::VIEW_ID
static

The documentation for this class was generated from the following files: