The NbEventNode is a container for nodes which trigger scripts on events.
More...
#include <NbEventNode.h>
|
| NbEventNode (void) |
|
virtual SbBool | handleEvent (const SoEvent *event, SoHandleEventAction *action) |
|
virtual void | handleEvent (SoHandleEventAction *action) |
|
virtual void | jumpTo (void) |
|
virtual SbBool | readInstance (SoInput *in, unsigned short flags) |
|
virtual void | write (SoWriteAction *action) |
|
|
static void | initClass (void) |
|
The NbEventNode is a container for nodes which trigger scripts on events.
◆ NbEventNode()
NbEventNode::NbEventNode |
( |
void | | ) |
|
◆ ~NbEventNode()
NbEventNode::~NbEventNode |
( |
| ) |
|
|
protectedvirtual |
◆ handleEvent()
SbBool NbEventNode::handleEvent |
( |
const SoEvent * | event, |
|
|
SoHandleEventAction * | action ) |
|
virtual |
Handle a single event. This method will loop through the events in the event field and call NbScriptEvent::handle() for each instance.
The documentation for this class was generated from the following files: