Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkQtPerspectiveItem.h>
Public Member Functions | |
QtPerspectiveItem (QString string) | |
QtPerspectiveItem (const QIcon &icon, QString string) | |
Public Attributes | |
berry::IPerspectiveDescriptor::Pointer | m_Perspective |
QStringList | m_Tags |
QString | m_Description |
Definition at line 26 of file mitkQtPerspectiveItem.h.
|
inline |
Definition at line 29 of file mitkQtPerspectiveItem.h.
|
inline |
Definition at line 33 of file mitkQtPerspectiveItem.h.
QString mitk::QtPerspectiveItem::m_Description |
Definition at line 41 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList().
berry::IPerspectiveDescriptor::Pointer mitk::QtPerspectiveItem::m_Perspective |
Definition at line 38 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList(), QmitkViewNavigatorWidget::ItemClicked(), and QmitkViewNavigatorWidget::UpdateTreeList().
QStringList mitk::QtPerspectiveItem::m_Tags |
Definition at line 40 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList().