table of contents
other versions
- wheezy-backports 3.1.4~abc9f50-3~bpo70+1
- jessie 3.1.4~abc9f50-7
| SoEventCallback.h(3) | Coin | SoEventCallback.h(3) |
NAME¶
SoEventCallback.h -SYNOPSIS¶
#include <Inventor/nodes/SoSubNode.h>Classes¶
class SoEventCallback
Typedefs¶
typedef void SoEventCallbackCB (void *userdata, SoEventCallback *node)
Detailed Description¶
Typedef Documentation¶
void SoEventCallbackCB¶
Callback functions for SoEventCallback::addEventCallback() must be of this type. userdata is the last argument to SoEventCallback::addEventCallback(), and node is of course the SoEventCallback node in the scenegraph which caused the invocation of the callback.Author¶
Generated automatically by Doxygen for Coin from the source code.| Sat Oct 12 2013 | Version 4.0.0a |