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:96
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes...
Definition: SoEvent.h:44
The SbString class is a string class with convenience functions for string operations.This is the class used for storing and working with character strings. It automatically takes care of supporting all the "bookkeeping" tasks usually associated with working with character strings, like memory allocation and deallocation etc.
Definition: SbString.h:52