17 #ifndef QMITKIGTLStreamingMANAGEMENTWIDGET_H
18 #define QMITKIGTLStreamingMANAGEMENTWIDGET_H
25 #include "MitkOpenIGTLinkUIExports.h"
31 #include <itkCommand.h>
34 #include "ui_QmitkIGTLStreamingManagementWidgetControls.h"
64 void OnStartStreaming();
65 void OnStopStreaming();
66 void OnStreamingTimerTimeout();
76 void AdaptGUIToState();
81 void SelectSourceAndAdaptGUI();
88 void AdaptGUIToStateSignal();
94 void SelectSourceAndAdaptGUISignal();
101 void OnMessageReceived();
106 void OnCommandReceived();
112 void OnLostConnection();
117 void OnNewConnection();
122 void OnStartStreamingTimer();
127 void OnStopStreamingTimer();
132 void OnDeviceStateChanged();
135 void FillCommandsComboBox();
138 virtual void CreateConnections();
140 virtual void CreateQtPartControl(QWidget *parent);
168 void DisableSourceControls();
169 void RemoveObserver();
itk::SmartPointer< Self > Pointer