From Marco Jez, improvements to osgIntrospection, and new automatically generated

osgWrappers/osg set.
This commit is contained in:
Robert Osfield
2005-04-07 20:00:17 +00:00
parent 5b4482c70d
commit 7a27a0bef7
132 changed files with 8608 additions and 301 deletions

View File

@@ -0,0 +1,32 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Referenced>
BEGIN_VALUE_REFLECTOR(osg::DeleteHandler)
Constructor0();
Method0(void, flush);
Method1(void, doDelete, IN, const osg::Referenced *, object);
Method1(void, requestDelete, IN, const osg::Referenced *, object);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Referenced)
Constructor0();
Constructor1(IN, const osg::Referenced &, x);
Method1(void, setThreadSafeRefUnref, IN, bool, threadSafe);
Method0(bool, getThreadSafeRefUnref);
Method0(void, ref);
Method0(void, unref);
Method0(void, unref_nodelete);
Method0(int, referenceCount);
Property(bool, ThreadSafeRefUnref);
END_REFLECTOR