Open Inventor Reference
SoActionMethodList Class Reference

Internal class. More...

#include <Inventor/actions/SoAction.h>

Inheritance diagram for SoActionMethodList:
SbPList

List of all members.

Public Member Functions

 SoActionMethodList (SoActionMethodList *parentList)
 Constructor. Pass in list from parent action.
SoActionMethodoperator[] (int i) const
 Operator used to get and set methods.
void addMethod (SoType nodeType, SoActionMethod method)
 Add a method to the appropriate place in the list.
void setUp ()
 This MUST be called before using the list.

Detailed Description

A list of routines to call, one for each node type.

Definition at line 81 of file SoAction.h.


Constructor & Destructor Documentation

SoActionMethodList::SoActionMethodList ( SoActionMethodList parentList)

Member Function Documentation

void SoActionMethodList::addMethod ( SoType  nodeType,
SoActionMethod  method 
)
SoActionMethod& SoActionMethodList::operator[] ( int  i) const [inline]

The list will grow dynamically as we access items off the end of the list, and entries will be initialized to NULL.

Reimplemented from SbPList.

Definition at line 90 of file SoAction.h.

void SoActionMethodList::setUp ( )

It fills in NULL entries with their parents' method.


The documentation for this class was generated from the following file: