MeVisLab Scripting Reference
|
#include <SoViewportRegionWrapper.h>
Inherits QObject.
Public Slots | |
void | forceRedraw () |
void | setViewportRegionDefinitionCallback (const PythonQtObjectPtr &callable) |
void | unsetViewportRegionDefinitionCallback () |
A class that wraps SoViewportRegion modules for use in Python.
Its main purpose is to be able to define more complex / application specific viewport region definition via a python callback function.
|
slot |
Force redraw.
|
slot |
Register the python callback function.
|
slot |
Deregister the currently set python callback function.