Socallbacklist.h -
#include <Inventor/lists/SbPList.h>
class SoCallbackList
The SoCallbackList is a container for callback function pointers.
This list stores callback function pointers (along with user-specified extra data to pass to the callbacks) and provides a method for triggering the callback functions. "
typedef void SoCallbackListCB (void *userdata, void *callbackdata)
Generated automatically by Doxygen for Coin from the source code.