![]() |
CustusX
18.04-rc1
An IGT application
|
#include "cxPlusConnectWidget.h"#include <QHBoxLayout>#include <QVBoxLayout>#include <QPushButton>#include <QProcess>#include <QComboBox>#include <QLabel>#include <QFileDialog>#include <QSpacerItem>#include "cxLogger.h"#include "cxOpenIGTLinkStreamerService.h"#include "cxVisServices.h"#include "cxVideoService.h"#include "cxBoolProperty.h"#include "cxProfile.h"#include "cxProcessWrapper.h"#include "cxSettings.h"#include "cxDataLocations.h"#include "cxFileSelectWidget.h"#include "cxCheckBoxWidget.h"#include "cxFilePreviewWidget.h"Go to the source code of this file.
Namespaces | |
| cx | |
| Namespace for all CustusX production code. | |
Macros | |
| #define | START_TEXT "Start PLUS server and connect tracking and streaming" |
| #define | STOP_TEXT "Stop PLUS server and disconnect tracking and streaming" |
| #define START_TEXT "Start PLUS server and connect tracking and streaming" |
Definition at line 35 of file cxPlusConnectWidget.cpp.
| #define STOP_TEXT "Stop PLUS server and disconnect tracking and streaming" |
Definition at line 36 of file cxPlusConnectWidget.cpp.