Updated wrappers and dev release version numbers
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <osgIntrospection/StaticMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/AudioStream>
|
||||
#include <osg/CopyOp>
|
||||
#include <osg/Image>
|
||||
#include <osg/ImageStream>
|
||||
@@ -37,6 +38,8 @@ BEGIN_ENUM_REFLECTOR(osg::ImageStream::LoopingMode)
|
||||
I_EnumLabel(osg::ImageStream::LOOPING);
|
||||
END_REFLECTOR
|
||||
|
||||
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::AudioStream > >, osg::ImageStream::AudioStreams)
|
||||
|
||||
BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
|
||||
I_DeclaringFile("osg/ImageStream");
|
||||
I_BaseType(osg::Image);
|
||||
@@ -152,12 +155,30 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
|
||||
__float__getVolume,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, setAudioStreams, IN, const osg::ImageStream::AudioStreams &, asl,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__setAudioStreams__C5_AudioStreams_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::ImageStream::AudioStreams &, getAudioStreams,
|
||||
Properties::NON_VIRTUAL,
|
||||
__AudioStreams_R1__getAudioStreams,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const osg::ImageStream::AudioStreams &, getAudioStreams,
|
||||
Properties::NON_VIRTUAL,
|
||||
__C5_AudioStreams_R1__getAudioStreams,
|
||||
"",
|
||||
"");
|
||||
I_ProtectedMethod0(void, applyLoopingMode,
|
||||
Properties::VIRTUAL,
|
||||
Properties::NON_CONST,
|
||||
__void__applyLoopingMode,
|
||||
"",
|
||||
"");
|
||||
I_SimpleProperty(const osg::ImageStream::AudioStreams &, AudioStreams,
|
||||
__C5_AudioStreams_R1__getAudioStreams,
|
||||
__void__setAudioStreams__C5_AudioStreams_R1);
|
||||
I_SimpleProperty(double, Length,
|
||||
__double__getLength,
|
||||
0);
|
||||
@@ -178,3 +199,45 @@ BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
|
||||
__void__setVolume__float);
|
||||
END_REFLECTOR
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::AudioStream >)
|
||||
I_DeclaringFile("osg/ref_ptr");
|
||||
I_Constructor0(____ref_ptr,
|
||||
"",
|
||||
"");
|
||||
I_Constructor1(IN, osg::AudioStream *, ptr,
|
||||
Properties::NON_EXPLICIT,
|
||||
____ref_ptr__T_P1,
|
||||
"",
|
||||
"");
|
||||
I_Constructor1(IN, const osg::ref_ptr< osg::AudioStream > &, rp,
|
||||
Properties::NON_EXPLICIT,
|
||||
____ref_ptr__C5_ref_ptr_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::AudioStream *, get,
|
||||
Properties::NON_VIRTUAL,
|
||||
__T_P1__get,
|
||||
"",
|
||||
"");
|
||||
I_Method0(bool, valid,
|
||||
Properties::NON_VIRTUAL,
|
||||
__bool__valid,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::AudioStream *, release,
|
||||
Properties::NON_VIRTUAL,
|
||||
__T_P1__release,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, swap, IN, osg::ref_ptr< osg::AudioStream > &, rp,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__swap__ref_ptr_R1,
|
||||
"",
|
||||
"");
|
||||
I_SimpleProperty(osg::AudioStream *, ,
|
||||
__T_P1__get,
|
||||
0);
|
||||
END_REFLECTOR
|
||||
|
||||
STD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osg::AudioStream > >)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user