|
NorMIT-nav
2023.01.05-dev+develop.0da12
An IGT application
|
Go to the documentation of this file.
15 #include <QStringList>
19 #include "vtkRenderWindow.h"
31 std::vector<QString> val;
32 val = mServices->view()->getLayoutRepository()->getAvailable();
33 return QStringList::fromVector(QVector<QString>::fromStdVector(val));
62 QImage image = mScreenVideo->
grabScreen(0).toImage();
LayoutVideoSourcePtr startStreaming()
stop streaming by destroying the returned object
Namespace for all CustusX production code.
boost::shared_ptr< class VisServices > VisServicesPtr
class ViewCollectionWidget * getSecondaryLayoutWidget()
QImage grabSecondaryLayout()
QStringList getAvailableLayouts() const
void closeSecondaryLayout()
QPixmap grabScreen(unsigned screenid)
void showSecondaryLayout(QSize size, QString layout)
boost::shared_ptr< class LayoutVideoSource > LayoutVideoSourcePtr
void createLayoutWidget(QSize size, QString layout)
RemoteAPI(VisServicesPtr services)