An object of this class offers an UI to manage the streaming of message sources.
More...
#include <QmitkIGTLStreamingManagementWidget.h>
|
| void | AdaptGUIToStateSignal () |
| | used for thread seperation, the worker thread must not call AdaptGUIToState directly. QT signals are thread safe and seperate the threads
|
| |
| void | SelectSourceAndAdaptGUISignal () |
| | used for thread seperation, the worker thread must not call SelectSourceAndAdaptGUI directly. QT signals are thread safe and seperate the threads
|
| |
An object of this class offers an UI to manage the streaming of message sources.
Documentation:
Definition at line 39 of file QmitkIGTLStreamingManagementWidget.h.
◆ QmitkIGTLStreamingManagementWidget()
| QmitkIGTLStreamingManagementWidget::QmitkIGTLStreamingManagementWidget |
( |
QWidget * | parent = nullptr, |
|
|
Qt::WindowFlags | f = {} ) |
◆ ~QmitkIGTLStreamingManagementWidget()
| QmitkIGTLStreamingManagementWidget::~QmitkIGTLStreamingManagementWidget |
( |
| ) |
|
|
override |
◆ AdaptGUIToState
| void QmitkIGTLStreamingManagementWidget::AdaptGUIToState |
( |
| ) |
|
|
protectedslot |
◆ AdaptGUIToStateSignal
| void QmitkIGTLStreamingManagementWidget::AdaptGUIToStateSignal |
( |
| ) |
|
|
signal |
used for thread seperation, the worker thread must not call AdaptGUIToState directly. QT signals are thread safe and seperate the threads
◆ CreateConnections()
| void QmitkIGTLStreamingManagementWidget::CreateConnections |
( |
| ) |
|
|
protectedvirtual |
◆ CreateQtPartControl()
| void QmitkIGTLStreamingManagementWidget::CreateQtPartControl |
( |
QWidget * | parent | ) |
|
|
protectedvirtual |
◆ DisableSourceControls()
| void QmitkIGTLStreamingManagementWidget::DisableSourceControls |
( |
| ) |
|
|
protected |
◆ FillCommandsComboBox()
| void QmitkIGTLStreamingManagementWidget::FillCommandsComboBox |
( |
| ) |
|
|
protected |
Fills the commands combo box with available commands.
◆ LoadSource()
| void QmitkIGTLStreamingManagementWidget::LoadSource |
( |
mitk::IGTLMessageProvider::Pointer | provider | ) |
|
Loads a provider to the widget. The old source is dropped, so be careful, if the source is not saved somewhere else it might be lost. You might want to ask the user if he wants to save the changes before calling this method.
- Parameters
-
| provider | This provider will be loaded and might be modified by the user. |
Definition at line 189 of file QmitkIGTLStreamingManagementWidget.cpp.
◆ OnCommandReceived()
| void QmitkIGTLStreamingManagementWidget::OnCommandReceived |
( |
| ) |
|
|
protected |
◆ OnDeviceStateChanged()
| void QmitkIGTLStreamingManagementWidget::OnDeviceStateChanged |
( |
| ) |
|
|
protected |
◆ OnLostConnection()
| void QmitkIGTLStreamingManagementWidget::OnLostConnection |
( |
| ) |
|
|
protected |
◆ OnMessageReceived()
| void QmitkIGTLStreamingManagementWidget::OnMessageReceived |
( |
| ) |
|
|
protected |
◆ OnNewConnection()
| void QmitkIGTLStreamingManagementWidget::OnNewConnection |
( |
| ) |
|
|
protected |
◆ OnStartStreaming
| void QmitkIGTLStreamingManagementWidget::OnStartStreaming |
( |
| ) |
|
|
protectedslot |
◆ OnStartStreamingTimer()
| void QmitkIGTLStreamingManagementWidget::OnStartStreamingTimer |
( |
| ) |
|
|
protected |
◆ OnStopStreaming
| void QmitkIGTLStreamingManagementWidget::OnStopStreaming |
( |
| ) |
|
|
protectedslot |
◆ OnStopStreamingTimer()
| void QmitkIGTLStreamingManagementWidget::OnStopStreamingTimer |
( |
| ) |
|
|
protected |
◆ OnStreamingTimerTimeout
| void QmitkIGTLStreamingManagementWidget::OnStreamingTimerTimeout |
( |
| ) |
|
|
protectedslot |
◆ RemoveObserver()
| void QmitkIGTLStreamingManagementWidget::RemoveObserver |
( |
| ) |
|
|
protected |
◆ SelectSourceAndAdaptGUI
| void QmitkIGTLStreamingManagementWidget::SelectSourceAndAdaptGUI |
( |
| ) |
|
|
protectedslot |
◆ SelectSourceAndAdaptGUISignal
| void QmitkIGTLStreamingManagementWidget::SelectSourceAndAdaptGUISignal |
( |
| ) |
|
|
signal |
used for thread seperation, the worker thread must not call SelectSourceAndAdaptGUI directly. QT signals are thread safe and seperate the threads
◆ SourceSelected
| void QmitkIGTLStreamingManagementWidget::SourceSelected |
( |
mitk::IGTLMessageSource::Pointer | source | ) |
|
|
protectedslot |
◆ m_CommandReceivedObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_CommandReceivedObserverTag |
|
protected |
◆ m_Controls
| Ui::QmitkIGTLStreamingManagementWidgetControls* QmitkIGTLStreamingManagementWidget::m_Controls |
|
protected |
◆ m_IGTLDevice
| mitk::IGTLDevice::Pointer QmitkIGTLStreamingManagementWidget::m_IGTLDevice |
|
protected |
◆ m_IGTLMsgProvider
| mitk::IGTLMessageProvider::Pointer QmitkIGTLStreamingManagementWidget::m_IGTLMsgProvider |
|
protected |
◆ m_IGTLMsgSource
| mitk::IGTLMessageSource::Pointer QmitkIGTLStreamingManagementWidget::m_IGTLMsgSource |
|
protected |
◆ m_IsClient
| bool QmitkIGTLStreamingManagementWidget::m_IsClient |
|
protected |
◆ m_LostConnectionObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_LostConnectionObserverTag |
|
protected |
◆ m_MessageReceivedObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_MessageReceivedObserverTag |
|
protected |
◆ m_NewConnectionObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_NewConnectionObserverTag |
|
protected |
◆ m_StartStreamingTimerObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_StartStreamingTimerObserverTag |
|
protected |
◆ m_StateModifiedObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_StateModifiedObserverTag |
|
protected |
◆ m_StopStreamingTimerObserverTag
| unsigned long QmitkIGTLStreamingManagementWidget::m_StopStreamingTimerObserverTag |
|
protected |
◆ m_StreamingTimer
| QTimer QmitkIGTLStreamingManagementWidget::m_StreamingTimer |
|
protected |
◆ VIEW_ID
| const std::string QmitkIGTLStreamingManagementWidget::VIEW_ID |
|
static |
The documentation for this class was generated from the following files: