Updated wrappers

This commit is contained in:
Robert Osfield
2006-06-29 10:19:44 +00:00
parent a6fbb7a044
commit ee72373bfa
38 changed files with 324 additions and 133 deletions

View File

@@ -54,13 +54,12 @@ END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgGA::GUIEventAdapter >)
I_Constructor0();
I_Constructor1(IN, osgGA::GUIEventAdapter *, t);
I_Constructor1(IN, osgGA::GUIEventAdapter *, ptr);
I_Constructor1(IN, const osg::ref_ptr< osgGA::GUIEventAdapter > &, rp);
I_Method0(bool, valid);
I_Method0(osgGA::GUIEventAdapter *, get);
I_Method0(const osgGA::GUIEventAdapter *, get);
I_Method0(osgGA::GUIEventAdapter *, take);
I_Method0(bool, valid);
I_Method0(osgGA::GUIEventAdapter *, release);
I_Method1(void, swap, IN, osg::ref_ptr< osgGA::GUIEventAdapter > &, rp);
I_ReadOnlyProperty(osgGA::GUIEventAdapter *, );
END_REFLECTOR