Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/database/include/Inventor/misc/SoCallbackList.h File Reference
#include <Inventor/SbPList.h>

Go to the source code of this file.

Classes

class  SoCallbackList
 Manages a list of callback functions and associated data. More...

Typedefs

typedef void INVENTOR_API SoCallbackListCB (void *userData, void *callbackData)
 Callback functions that are registered with this class should be cast to this type.

Typedef Documentation

typedef void INVENTOR_API SoCallbackListCB(void *userData, void *callbackData)

Definition at line 66 of file SoCallbackList.h.