#include <OSGConfig.h>#include <OSGSystemDef.h>#include "OSGFunctorArgumentType.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
| namespace | osg::NewActionTypes |
Defines | |
| #define | OSG_NEWACTION_STATISTICS |
| #define | OSGNEWACTIONTYPES_HEADER_CVSID "@(#)$Id: OSGNewActionTypes.h,v 1.3 2004/09/17 14:09:43 neumannc Exp $" |
Typedefs | |
| typedef Real32 | osg::NewActionTypes::PriorityType |
| typedef TypeTraits< PriorityType > | osg::NewActionTypes::PriorityTypeTraits |
| typedef ArgsCollector< FunctorArgumentType & > | osg::NewActionTypes::FunctorArguments |
| typedef TypedFunctor2Base< ResultE, CPtrCallArg< NodeCorePtr >, FunctorArguments > | osg::NewActionTypes::Functor |
Enumerations | |
| enum | osg::NewActionTypes::ResultE { osg::NewActionTypes::Continue = 0x00, osg::NewActionTypes::Skip = 0x01, osg::NewActionTypes::Break = 0x02, osg::NewActionTypes::Quit = 0x04 } |
|
|
Definition at line 52 of file OSGNewActionTypes.h. |
|
|
Definition at line 78 of file OSGNewActionTypes.h. |
1.4.3