Base class for segmentation utility widgets that need access to the time navigation controller.
More...
#include <QmitkSegmentationUtilityWidget.h>
Base class for segmentation utility widgets that need access to the time navigation controller.
Call GetTimeNavigationController() in your derived class to gain access to the time navigation controller. The time navigation controller is not not available at all times and hence this method can return nullptr.
Definition at line 30 of file QmitkSegmentationUtilityWidget.h.
◆ QmitkSegmentationUtilityWidget()
◆ ~QmitkSegmentationUtilityWidget()
QmitkSegmentationUtilityWidget::~QmitkSegmentationUtilityWidget |
( |
| ) |
|
|
override |
◆ GetTimeNavigationController()
Call this method to access the time navigation controller.
- Returns
- Pointer to the time navigation controller or nullptr, if it is not available.
◆ SetTimeNavigationController()
Usually called only from QmitkSegmentationUtilitiesView::RenderWindowPartActivated() and QmitkSegmentationUtilitiesView::RenderWindowPartDeactivated().
The documentation for this class was generated from the following file: