1 #ifndef COIN_SOACTIONMETHODLIST_H 2 #define COIN_SOACTIONMETHODLIST_H 36 #include <Inventor/lists/SbPList.h> 57 class SoActionMethodListP * pimpl;
60 #endif // !COIN_SOACTIONMETHODLIST_H The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SbPList class is a container class for void pointers.
Definition: lists/SbPList.h:40
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:77
void(* SoActionMethod)(SoAction *, SoNode *)
Definition: SoActionMethodList.h:42
void *& operator[](const int index) const
Definition: lists/SbPList.h:128
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:59
The SoActionMethodList class contains function pointers for action methods.
Definition: SoActionMethodList.h:44