OSG::ActionBase Class Reference

#include <OSGActionBase.h>

Inheritance diagram for OSG::ActionBase:

OSG::Action OSG::DrawActionBase OSG::IntersectAction OSG::MixinHead< RenderTravDataSlotDesc > OSG::VRMLWriteAction OSG::RenderAction OSG::DataSlotMixin< MixinHead< RenderTravDataSlotDesc > > OSG::RenderTraversalActionBase OSG::RenderTraversalAction List of all members.

Public Types

enum  ResultE { Continue, Skip, Quit }

Detailed Description

Definition at line 67 of file OSGActionBase.h.


Member Enumeration Documentation

Enumerator:
Continue 
Skip 
Quit 

Definition at line 71 of file OSGActionBase.h.

00072     {
00073         Continue,   // continue with my children
00074         Skip,       // skip my children
00075                     // really needed? Cancel, 
00076                     // skip my brothers, go one step up
00077         Quit        // forget it, you're done
00078     };


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