Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
lists/SoCallbackList.h File Reference
#include <Inventor/lists/SbPList.h>

Go to the source code of this file.

Classes

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. More...
 

Typedefs

typedef void SoCallbackListCB(void *userdata, void *callbackdata)
 

Typedef Documentation

◆ SoCallbackListCB

void SoCallbackListCB

The type definition for callback functions. The userdata is supplied alongside the function pointer when it is added to the list. When the callback is invoked the specific userdata for that function is supplied, as well as the callbackdata that is sent to all functions invoked.