Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 22 of file mitkQtPerspectiveItem.h.
|
inline |
Definition at line 25 of file mitkQtPerspectiveItem.h.
|
inline |
Definition at line 29 of file mitkQtPerspectiveItem.h.
QString mitk::QtPerspectiveItem::m_Description |
Definition at line 37 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList().
berry::IPerspectiveDescriptor::Pointer mitk::QtPerspectiveItem::m_Perspective |
Definition at line 34 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList(), QmitkViewNavigatorWidget::ItemClicked(), and QmitkViewNavigatorWidget::UpdateTreeList().
QStringList mitk::QtPerspectiveItem::m_Tags |
Definition at line 36 of file mitkQtPerspectiveItem.h.
Referenced by QmitkViewNavigatorWidget::FillTreeList().