MeVisLab Toolbox Reference
|
#include <SoActionNotify.h>
Public Member Functions | |
SoActionNotify () | |
void | GLRender (SoGLRenderAction *action) override |
Action handlers. | |
void | getBoundingBox (SoGetBoundingBoxAction *action) override |
void | handleEvent (SoHandleEventAction *action) override |
Static Public Member Functions | |
static void | initClass () |
Register this node with the Open Inventor runtime system. | |
Public Attributes | |
SoSFTrigger | notifyOnGLRender |
SoSFTrigger | notifyOnGetBoundingBox |
SoSFTrigger | notifyOnHandleEvent |
Definition at line 26 of file SoActionNotify.h.
SoActionNotify::SoActionNotify | ( | ) |
|
override |
|
override |
Action handlers.
|
override |
Register this node with the Open Inventor runtime system.
SoSFTrigger SoActionNotify::notifyOnGetBoundingBox |
Definition at line 35 of file SoActionNotify.h.
SoSFTrigger SoActionNotify::notifyOnGLRender |
Definition at line 34 of file SoActionNotify.h.
SoSFTrigger SoActionNotify::notifyOnHandleEvent |
Definition at line 36 of file SoActionNotify.h.