MeVisLab Scripting Reference
|
#include <mlRemoteRenderingWrapper.h>
Inherits QObject.
Public Slots | |
Scripting access | |
| |
MLRemoteRenderingSlaveWrapper * | addSlave () |
MLRemoteRenderingWebChannelSlaveWrapper * | addWebChannelSlave () |
void | removeSlave (QObject *slave) |
QList< QSize > | currentRenderSizes () const |
QSize | lastRenderedSize () const |
Script wrapper for RemoteRendering interface Typically one adds a slave via addSlave() and then talks to the slave.
|
slot |
Creates a new slave and attaches it.
|
slot |
Create a new remote rendering slave for use with a WebEngineView.
|
slot |
Return the last requested render sizes of all slaves registered with this object (in the order in which the slaves were added).
|
slot |
The size of the last image that has been sent to a slave.
|
slot |
Removes the slave again. This also deletes the slave.