#include <SoView2DSliceShiftZoom.h>

Public Member Functions | |
| SoView2DSliceShift () | |
| constructor | |
| bool | evalEvent (SoView2D *view2d, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase) |
| reimplemented from SoView2DExtension | |
Static Public Member Functions | |
| static void | initClass () |
| inventor runtime type system | |
Public Attributes | |
| SoSFBool | editX |
| shift in x | |
| SoSFBool | editY |
| shift in y | |
| SoSFBool | evalStarted |
| if true _started is evaluated during event handling. | |
Protected Attributes | |
| float | _oldX |
| previous x position | |
| float | _oldY |
| previous y position | |
| bool | _started |
| set to true if EVENT_START was called | |
Definition at line 22 of file SoView2DSliceShiftZoom.h.
| SoView2DSliceShift::SoView2DSliceShift | ( | ) |
constructor
| bool SoView2DSliceShift::evalEvent | ( | SoView2D * | view2d, | |
| View2DSliceList * | slicelist, | |||
| View2DEvent * | ec, | |||
| View2DEventPhase | phase | |||
| ) | [virtual] |
| static void SoView2DSliceShift::initClass | ( | ) | [static] |
float SoView2DSliceShift::_oldX [protected] |
float SoView2DSliceShift::_oldY [protected] |
bool SoView2DSliceShift::_started [protected] |
| SoSFBool SoView2DSliceShift::editX |
| SoSFBool SoView2DSliceShift::editY |
| SoSFBool SoView2DSliceShift::evalStarted |
if true _started is evaluated during event handling.
to fix a bug where EVENT_START isn't called when dynamically connecting SliceShift within a script
Definition at line 34 of file SoView2DSliceShiftZoom.h.
1.5.8