MeVisLab Scripting Reference
|
Public Slots | |
Scripting | |
| |
void | setFixedBufferSize (const QSize &size) |
void | setFixedBufferSize (int width, int height) |
void | unsetFixedBufferSize () |
QSize | bufferSize () const |
void | setAutoRedraw (bool flag) |
bool | autoRedraw () const |
void | forceRedraw () |
void | setOpaqueBackground (bool flag) |
bool | opaqueBackground () const |
void | setDrawReflection (float heightPercentage=0.5, float scale=1., float startAlpha=0.5) |
void | setMultiSampling (int value) |
void | setLinearFiltering (bool flag) |
Base class for Inventor/VTK graphics view items.
|
inlineslot |
Returns whether scene is redrawn to buffer if the scene changes.
|
inlineslot |
Returns the buffer size (or invalid size if it is not explicitly set).
|
slot |
Forces a redraw, even if autoRedraw is off/.
|
inlineslot |
Returns whether rendering has an opaque background.
|
inlineslot |
Sets whether scene is redrawn to buffer if the scene changes.
|
slot |
Enables drawing of a reflection of the render area below it.
Setting heightPercentage
to <=0 disables drawing of the reflection.
|
slot |
Sets explicit buffer size, regardless of widget size.
|
slot |
Sets explicit buffer size, regardless of widget size.
|
inlineslot |
Enables/disables linear filtering when drawing the texture.
|
slot |
Sets the number of MSAA samples to use in the sample buffer (0 means no multisampling).
|
inlineslot |
Sets whether rendering has an opaque background.
|
slot |
Unsets the fixed buffer size.