Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#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. More... | |
Typedefs | |
typedef void | SoCallbackListCB(void *userdata, void *callbackdata) |
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.