QmitkNavigationDataPlayerView.
More...
#include <QmitkNavigationDataPlayerView.h>
|
| static const std::string | VIEW_ID = "org.mitk.views.navigationdataplayer" |
| |
|
| void | OnOpenFile () |
| | loads a file and triggers creation of players and the pipeline
|
| |
| void | OnSelectPlayer () |
| | Creates the correct player and displays the according widget.
|
| |
| void | OnSetRepeat (int) |
| | Changes the repeat mode of the selected player.
|
| |
| void | OnSetMicroservice () |
| | Registers or unregisters a virtual tracking device for the player.
|
| |
| void | OnSetDisplay () |
| | Triggers the creation and destruction of the rendering pipeline.
|
| |
| void | OnUpdate () |
| | Updates the visualization.
|
| |
QmitkNavigationDataPlayerView.
- Warning
- This application module is not yet documented. Use "svn blame/praise/annotate" and ask the author to provide basic documentation.
Definition at line 32 of file QmitkNavigationDataPlayerView.h.
◆ QmitkNavigationDataPlayerView()
| QmitkNavigationDataPlayerView::QmitkNavigationDataPlayerView |
( |
| ) |
|
◆ ~QmitkNavigationDataPlayerView()
| QmitkNavigationDataPlayerView::~QmitkNavigationDataPlayerView |
( |
| ) |
|
|
override |
◆ ConfigurePlayer()
| void QmitkNavigationDataPlayerView::ConfigurePlayer |
( |
| ) |
|
|
protected |
◆ CreateConnections()
| void QmitkNavigationDataPlayerView::CreateConnections |
( |
| ) |
|
◆ CreatePipeline()
| void QmitkNavigationDataPlayerView::CreatePipeline |
( |
| ) |
|
|
protected |
◆ CreateQtPartControl()
| void QmitkNavigationDataPlayerView::CreateQtPartControl |
( |
QWidget * | parent | ) |
|
|
override |
◆ DestroyPipeline()
| void QmitkNavigationDataPlayerView::DestroyPipeline |
( |
| ) |
|
|
protected |
◆ OnOpenFile
| void QmitkNavigationDataPlayerView::OnOpenFile |
( |
| ) |
|
|
protectedslot |
◆ OnSelectPlayer
| void QmitkNavigationDataPlayerView::OnSelectPlayer |
( |
| ) |
|
|
protectedslot |
◆ OnSetDisplay
| void QmitkNavigationDataPlayerView::OnSetDisplay |
( |
| ) |
|
|
protectedslot |
◆ OnSetMicroservice
| void QmitkNavigationDataPlayerView::OnSetMicroservice |
( |
| ) |
|
|
protectedslot |
◆ OnSetRepeat
| void QmitkNavigationDataPlayerView::OnSetRepeat |
( |
int | checkState | ) |
|
|
protectedslot |
◆ OnUpdate
| void QmitkNavigationDataPlayerView::OnUpdate |
( |
| ) |
|
|
protectedslot |
◆ SetFocus()
| void QmitkNavigationDataPlayerView::SetFocus |
( |
| ) |
|
|
override |
◆ SetInteractionComponentsEnabledState()
| void QmitkNavigationDataPlayerView::SetInteractionComponentsEnabledState |
( |
bool | isActive | ) |
|
|
protected |
◆ m_Controls
| Ui::QmitkNavigationDataPlayerViewControls* QmitkNavigationDataPlayerView::m_Controls |
|
protected |
◆ m_Data
| mitk::NavigationDataSet::Pointer QmitkNavigationDataPlayerView::m_Data |
|
protected |
◆ m_Player
| mitk::NavigationDataPlayerBase::Pointer QmitkNavigationDataPlayerView::m_Player |
|
protected |
◆ m_RenderingNodes
| std::vector<mitk::DataNode::Pointer> QmitkNavigationDataPlayerView::m_RenderingNodes |
|
protected |
◆ m_ToolStorage
| mitk::NavigationToolStorage::Pointer QmitkNavigationDataPlayerView::m_ToolStorage |
|
protected |
◆ m_VisFilter
| mitk::NavigationDataObjectVisualizationFilter::Pointer QmitkNavigationDataPlayerView::m_VisFilter |
|
protected |
◆ VIEW_ID
| const std::string QmitkNavigationDataPlayerView::VIEW_ID = "org.mitk.views.navigationdataplayer" |
|
static |
The documentation for this class was generated from the following files: