Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-01 11:58:36 +00:00
parent 6c56383ba9
commit 9b70538264
98 changed files with 1873 additions and 257 deletions

View File

@@ -145,6 +145,30 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventVisitor)
__void__apply__osg_OccluderNode_R1,
"",
"");
I_ProtectedMethod1(void, handle_callbacks, IN, osg::StateSet *, stateset,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__handle_callbacks__osg_StateSet_P1,
"",
"");
I_ProtectedMethod1(void, handle_callbacks_and_traverse, IN, osg::Node &, node,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__handle_callbacks_and_traverse__osg_Node_R1,
"",
"");
I_ProtectedMethod1(void, handle_geode_callbacks, IN, osg::Geode &, node,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__handle_geode_callbacks__osg_Geode_R1,
"",
"");
I_ProtectedMethod1(void, traverseGeode, IN, osg::Geode &, geode,
Properties::NON_VIRTUAL,
Properties::NON_CONST,
__void__traverseGeode__osg_Geode_R1,
"",
"");
I_SimpleProperty(osgGA::GUIActionAdapter *, ActionAdapter,
__osgGA_GUIActionAdapter_P1__getActionAdapter,
__void__setActionAdapter__osgGA_GUIActionAdapter_P1);