CustusX
22.04-rc5
An IGT application
|
#include <cxRemoteAPI.h>
Public Member Functions | |
RemoteAPI (VisServicesPtr services) | |
QStringList | getAvailableLayouts () const |
void | createLayoutWidget (QSize size, QString layout) |
void | closeLayoutWidget () |
LayoutVideoSourcePtr | startStreaming () |
stop streaming by destroying the returned object More... | |
QImage | grabLayout () |
QImage | grabScreen () |
VisServicesPtr | getServices () |
API indended to be callable from external applications, e.g. over http or igtl.
Definition at line 29 of file cxRemoteAPI.h.
|
explicit |
Definition at line 24 of file cxRemoteAPI.cpp.
void cx::RemoteAPI::closeLayoutWidget | ( | ) |
Definition at line 41 of file cxRemoteAPI.cpp.
void cx::RemoteAPI::createLayoutWidget | ( | QSize | size, |
QString | layout | ||
) |
Definition at line 36 of file cxRemoteAPI.cpp.
QStringList cx::RemoteAPI::getAvailableLayouts | ( | ) | const |
Definition at line 29 of file cxRemoteAPI.cpp.
|
inline |
Definition at line 42 of file cxRemoteAPI.h.
QImage cx::RemoteAPI::grabLayout | ( | ) |
Definition at line 53 of file cxRemoteAPI.cpp.
QImage cx::RemoteAPI::grabScreen | ( | ) |
Definition at line 60 of file cxRemoteAPI.cpp.
LayoutVideoSourcePtr cx::RemoteAPI::startStreaming | ( | ) |
stop streaming by destroying the returned object
Definition at line 46 of file cxRemoteAPI.cpp.