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);
48 class SoActionMethodListP * pimpl;
51 #endif // !COIN_SOACTIONMETHODLIST_H The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SbPList class is a container class for void pointers.
Definition: SbPList.h:31
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:67
void *& operator[](const int index) const
Definition: SbPList.h:119
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50
The SoActionMethodList class contains function pointers for action methods.An SoActionMethodList cont...
Definition: SoActionMethodList.h:35