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);
65 #endif // !COIN_SOBUTTONEVENT_H
static void initClass(void)
Definition: SoEvent.cpp:97
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:45
The SbString class is a string class with convenience functions for string operations.
Definition: SbString.h:52