MeVisLab Toolbox Reference
SoActionNotify Class Reference

#include <SoActionNotify.h>

Inheritance diagram for SoActionNotify:

Public Member Functions

 SoActionNotify ()
 
void GLRender (SoGLRenderAction *action) override
 Action handlers. More...
 
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. More...
 

Public Attributes

SoSFTrigger notifyOnGLRender
 
SoSFTrigger notifyOnGetBoundingBox
 
SoSFTrigger notifyOnHandleEvent
 

Detailed Description

Definition at line 26 of file SoActionNotify.h.

Constructor & Destructor Documentation

◆ SoActionNotify()

SoActionNotify::SoActionNotify ( )

Member Function Documentation

◆ getBoundingBox()

void SoActionNotify::getBoundingBox ( SoGetBoundingBoxAction *  action)
override

◆ GLRender()

void SoActionNotify::GLRender ( SoGLRenderAction *  action)
override

Action handlers.

◆ handleEvent()

void SoActionNotify::handleEvent ( SoHandleEventAction *  action)
override

◆ initClass()

static void SoActionNotify::initClass ( )
static

Register this node with the Open Inventor runtime system.

Member Data Documentation

◆ notifyOnGetBoundingBox

SoSFTrigger SoActionNotify::notifyOnGetBoundingBox

Definition at line 35 of file SoActionNotify.h.

◆ notifyOnGLRender

SoSFTrigger SoActionNotify::notifyOnGLRender

Definition at line 34 of file SoActionNotify.h.

◆ notifyOnHandleEvent

SoSFTrigger SoActionNotify::notifyOnHandleEvent

Definition at line 36 of file SoActionNotify.h.


The documentation for this class was generated from the following file: