Public Slots | Public Member Functions | Protected Attributes

QmitkLevelWindowWidget Class Reference

#include <QmitkLevelWindowWidget.h>

Inheritance diagram for QmitkLevelWindowWidget:
Inheritance graph
[legend]
Collaboration diagram for QmitkLevelWindowWidget:
Collaboration graph
[legend]

List of all members.

Public Slots

void SetDataStorage (mitk::DataStorage *ds)

Public Member Functions

 QmitkLevelWindowWidget (QWidget *parent=0, Qt::WindowFlags f=0)
mitk::LevelWindowManagerGetManager ()

Protected Attributes

mitk::LevelWindowManager::Pointer m_Manager

Detailed Description

Definition at line 25 of file QmitkLevelWindowWidget.h.


Constructor & Destructor Documentation

QmitkLevelWindowWidget::QmitkLevelWindowWidget ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Member Function Documentation

mitk::LevelWindowManager * QmitkLevelWindowWidget::GetManager (  )

Definition at line 39 of file QmitkLevelWindowWidget.cpp.

References m_Manager.

{
  return m_Manager.GetPointer();
}
void QmitkLevelWindowWidget::SetDataStorage ( mitk::DataStorage ds ) [slot]

Definition at line 33 of file QmitkLevelWindowWidget.cpp.

References m_Manager.

Referenced by QmitkStdMultiWidget::EnableStandardLevelWindow(), and QmitkSliceWidget::SetData().

{ 
  m_Manager->SetDataStorage(ds); 
} 

Member Data Documentation

Definition at line 37 of file QmitkLevelWindowWidget.h.

Referenced by GetManager(), QmitkLevelWindowWidget(), and SetDataStorage().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines