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();
boost::shared_ptr< class VisServices > VisServicesPtr
QStringList getAvailableLayouts() const
QImage grabSecondaryLayout()
LayoutVideoSourcePtr startStreaming()
stop streaming by destroying the returned object
void closeSecondaryLayout()
void showSecondaryLayout(QSize size, QString layout)
boost::shared_ptr< class LayoutVideoSource > LayoutVideoSourcePtr
class ViewCollectionWidget * getSecondaryLayoutWidget()
void createLayoutWidget(QSize size, QString layout)
QPixmap grabScreen(unsigned screenid)
RemoteAPI(VisServicesPtr services)
Namespace for all CustusX production code.