1#ifndef COIN_SOACTIONMETHODLIST_H
2#define COIN_SOACTIONMETHODLIST_H
27#include <Inventor/lists/SbPList.h>
28#include <Inventor/SoType.h>
44 void addMethod(
const SoType node,
const SoActionMethod method);
The SbList class is a template container class for lists.
Definition SbList.h:47
Type operator[](const int index) const
Definition SbList.h:172
The SbPList class is a container class for void pointers.
Definition SbPList.h:31
The SoActionMethodList class contains function pointers for action methods.
Definition SoActionMethodList.h:35
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:67
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoType class is the basis for the run-time type system in Coin.
Definition SoType.h:50