13 #ifndef QmitkNDIAbstractDeviceWidget_H 14 #define QmitkNDIAbstractDeviceWidget_H 16 #include "MitkIGTUIExports.h" 38 void AddOutput(std::string s)
override = 0;
41 void PortsScanned(
int Port, QString result,
int PortType);
51 void AutoScanPortsFinished(
int Port, QString result,
int PortType);
55 void CreateConnections();
57 void InitializeNDIWidget();
62 virtual void SetPortValueToGUI(
int portValue) = 0;
63 virtual void SetPortTypeToGUI(
int portType) = 0;