MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoView2D/SoView2DCallback.h File Reference

SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension. More...

Go to the source code of this file.

Classes

class  SoView2DCallback
 SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension. More...

Defines

#define evalEventCB   SoView2DEvalEventCB
#define drawCB   SoView2DDrawCB

Typedefs

typedef bool SoView2DEvalEventCB (void *usrData, SoView2D *dsl, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase)
 Callback used for evalEvent of SoView2DExtension.
typedef void SoView2DDrawCB (void *usrData, View2DSliceList *dsl, View2DSlice *dslice, int slice)
 Callback used for draw of SoView2DExtension.

Detailed Description

SoView2DCallback allows to set a callback for evalEvent and draw virtual functions of a SoView2DExtension.

Author:
Florian Link
Date:
12/2001

Definition in file SoView2DCallback.h.


Define Documentation

#define drawCB   SoView2DDrawCB

Definition at line 26 of file SoView2DCallback.h.

#define evalEventCB   SoView2DEvalEventCB

Definition at line 25 of file SoView2DCallback.h.


Typedef Documentation

typedef void SoView2DDrawCB(void *usrData, View2DSliceList *dsl, View2DSlice *dslice, int slice)

Callback used for draw of SoView2DExtension.

Definition at line 22 of file SoView2DCallback.h.

typedef bool SoView2DEvalEventCB(void *usrData, SoView2D *dsl, View2DSliceList *slicelist, View2DEvent *ec, View2DEventPhase phase)

Callback used for evalEvent of SoView2DExtension.

Definition at line 20 of file SoView2DCallback.h.