12 #ifndef CXPLUSCONNECTWIDGET_H
13 #define CXPLUSCONNECTWIDGET_H
39 void connectButtonClickedSlot();
40 void browsePlusPathSlot();
41 void plusAppStateChanged();
44 void configFileFileSelected(QString filename);
45 void processReadyRead();
48 QPushButton* mConnectButton;
53 QString mPlusConfigFile;
56 QComboBox* mPlusPathComboBox;
62 QDomElement getXmlVideoElement();
63 bool startExternalPlusServer();
65 void searchForPlusConfigFile();
66 QStringList getPlusConfigFilePaths();
67 bool configFileIsValid();
68 void startOpenIGTLink3VideoStreaming();
69 void changeOpenIGTLinkStreamerParameter(
StreamerServicePtr streamerService, QString parameterName, QVariant value);
73 #endif // CXPLUSCONNECTWIDGET_H