The soactionmethodlist class contains function pointers for action methods. an soactionmethodlist contains one function pointer per node type. each action contains an soactiomethodlist to know which functions to call during scene graph traversal.
#include <Inventor/lists/SoActionMethodList.h>
Inherits SbPList.
SoActionMethodList (SoActionMethodList *const parentlist)
~SoActionMethodList ()
SoActionMethod & operator[] (const int index)
void addMethod (const SoType node, const SoActionMethod method)
void setUp (void)
The SoActionMethodList class contains function pointers for action methods.
An SoActionMethodList contains one function pointer per node type. Each action contains an SoActioMethodList to know which functions to call during scene graph traversal.
The constructor. The parentlist argument is the parent action's action method list. It can be NULL for action method lists that are not based on inheriting from a parent action.
Destructor.
Add a function pointer to a node type's action method.
This method must be called as the last initialization step before using the list. It fills in NULL entries with the parent's method.
Generated automatically by Doxygen for Coin from the source code.