CustusX
16.5.0-rc9
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 () |
API indended to be callable from external applications, e.g. over http or igtl.
Definition at line 50 of file cxRemoteAPI.h.
|
explicit |
Definition at line 43 of file cxRemoteAPI.cpp.
void cx::RemoteAPI::closeLayoutWidget | ( | ) |
Definition at line 60 of file cxRemoteAPI.cpp.
void cx::RemoteAPI::createLayoutWidget | ( | QSize | size, |
QString | layout | ||
) |
Definition at line 55 of file cxRemoteAPI.cpp.
QStringList cx::RemoteAPI::getAvailableLayouts | ( | ) | const |
Definition at line 48 of file cxRemoteAPI.cpp.
QImage cx::RemoteAPI::grabLayout | ( | ) |
Definition at line 72 of file cxRemoteAPI.cpp.
QImage cx::RemoteAPI::grabScreen | ( | ) |
Definition at line 79 of file cxRemoteAPI.cpp.
LayoutVideoSourcePtr cx::RemoteAPI::startStreaming | ( | ) |
stop streaming by destroying the returned object
Definition at line 65 of file cxRemoteAPI.cpp.