Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
TYPE_NAME_ALIAS(osgText::VectorUInt, osgText::String::vector_type)
BEGIN_ENUM_REFLECTOR(osgText::String::Encoding)
I_DeclaringFile("osgText/String");
I_EnumLabel(osgText::String::ENCODING_UNDEFINED);
I_EnumLabel(osgText::String::ENCODING_ASCII);
I_EnumLabel(osgText::String::ENCODING_UTF8);
@@ -36,6 +37,7 @@ BEGIN_ENUM_REFLECTOR(osgText::String::Encoding)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgText::String)
I_DeclaringFile("osgText/String");
I_BaseType(osgText::VectorUInt);
I_Constructor0(____String,
"",
@@ -82,6 +84,7 @@ BEGIN_OBJECT_REFLECTOR(osgText::String)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgText::VectorUInt)
I_DeclaringFile("osgText/String");
I_BaseType(std::vector<unsigned int>);
I_Constructor0(____VectorUInt,
"",