1#ifndef NB_NAMED_EVENT_H
2#define NB_NAMED_EVENT_H
4#include <Inventor/events/SoEvent.h>
5#include <Inventor/events/SoSubEvent.h>
6#include <Inventor/SbName.h>
8#include <NutsnBolts/Basic.h>
18 void setName(
const SbName & name);
19 const SbName & getName(
void)
const;
21 static void initClass(
void);
28 static SbName getName(
const Name name);
Definition NbNamedEvent.h:10