1#ifndef COIN_SOBUTTONEVENT_H
2#define COIN_SOBUTTONEVENT_H
36#include <Inventor/events/SoEvent.h>
55 void setState(State state);
56 State getState(
void)
const;
58 static SbBool enumToString(State enumval,
SbString & stringrep);
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SoEvent class is the base class for all Coin events.
Definition SoEvent.h:45
static void initClass(void)
Definition SoEvent.cpp:98