1 #ifndef COIN_SOBUTTONEVENT_H 2 #define COIN_SOBUTTONEVENT_H 27 #include <Inventor/events/SoSubEvent.h> 46 void setState(State state);
47 State getState(
void)
const;
49 static SbBool enumToString(State enumval,
SbString & stringrep);
56 #endif // !COIN_SOBUTTONEVENT_H
static void initClass(void)
Definition: SoEvent.cpp:87
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes,...
Definition: SoEvent.h:34
The SbString class is a string class with convenience functions for string operations....
Definition: SbString.h:42