| 
    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 | 
Forces redraw.
      
  | 
  slot | 
Registers the Python callback function.
      
  | 
  slot | 
Deregisters the currently set Python callback function.