1#ifndef COIN_SOACTIONMETHODLIST_H
2#define COIN_SOACTIONMETHODLIST_H
36#include <Inventor/lists/SbPList.h>
37#include <Inventor/SoType.h>
57 class SoActionMethodListP * pimpl;
void *& operator[](const int index) const
Definition lists/SbPList.h:128
SbPList(const int sizehint=DEFAULTSIZE)
Definition SbPList.cpp:144
void addMethod(const SoType node, const SoActionMethod method)
Definition SoActionMethodList.cpp:130
void setUp(void)
Definition SoActionMethodList.cpp:151
SoActionMethodList(SoActionMethodList *const parentlist)
Definition SoActionMethodList.cpp:98
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoType class is the basis for the runtime type system in Coin.
Definition SoType.h:59