36 #include <QStringList>
50 std::vector<QString> val;
51 val = mServices->view()->getLayoutRepository()->getAvailable();
52 return QStringList::fromVector(QVector<QString>::fromStdVector(val));
81 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)