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

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::AnimationPathManipulator)
I_DeclaringFile("osgGA/AnimationPathManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_ConstructorWithDefaults1(IN, osg::AnimationPath *, animationPath, 0,
Properties::NON_EXPLICIT,

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::DriveManipulator)
I_DeclaringFile("osgGA/DriveManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____DriveManipulator,
"",

View File

@@ -26,6 +26,7 @@
TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventAdapter > >, osgGA::EventQueue::Events)
BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue)
I_DeclaringFile("osgGA/EventQueue");
I_BaseType(osg::Referenced);
I_ConstructorWithDefaults1(IN, osgGA::GUIEventAdapter::MouseYOrientation, mouseYOrientation, osgGA::GUIEventAdapter::Y_INCREASING_DOWNWARDS,
Properties::NON_EXPLICIT,
@@ -270,6 +271,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::EventQueue)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgGA::GUIEventAdapter >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -36,6 +36,7 @@
TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osgGA::GUIEventAdapter > >, osgGA::EventVisitor::EventList)
BEGIN_OBJECT_REFLECTOR(osgGA::EventVisitor)
I_DeclaringFile("osgGA/EventVisitor");
I_BaseType(osg::NodeVisitor);
I_Constructor0(____EventVisitor,
"",

View File

@@ -26,11 +26,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osgGA::FlightManipulator::YawControlMode)
I_DeclaringFile("osgGA/FlightManipulator");
I_EnumLabel(osgGA::FlightManipulator::YAW_AUTOMATICALLY_WHEN_BANKED);
I_EnumLabel(osgGA::FlightManipulator::NO_AUTOMATIC_YAW);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgGA::FlightManipulator)
I_DeclaringFile("osgGA/FlightManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____FlightManipulator,
"",

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgGA::GUIActionAdapter)
I_DeclaringFile("osgGA/GUIActionAdapter");
I_Constructor0(____GUIActionAdapter,
"",
"");

View File

@@ -23,12 +23,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::MouseButtonMask)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::LEFT_MOUSE_BUTTON);
I_EnumLabel(osgGA::GUIEventAdapter::MIDDLE_MOUSE_BUTTON);
I_EnumLabel(osgGA::GUIEventAdapter::RIGHT_MOUSE_BUTTON);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::EventType)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::NONE);
I_EnumLabel(osgGA::GUIEventAdapter::PUSH);
I_EnumLabel(osgGA::GUIEventAdapter::RELEASE);
@@ -49,6 +51,7 @@ BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::EventType)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::KeySymbol)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::KEY_Space);
I_EnumLabel(osgGA::GUIEventAdapter::KEY_BackSpace);
I_EnumLabel(osgGA::GUIEventAdapter::KEY_Tab);
@@ -174,6 +177,7 @@ BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::KeySymbol)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::ModKeyMask)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::MODKEY_LEFT_SHIFT);
I_EnumLabel(osgGA::GUIEventAdapter::MODKEY_RIGHT_SHIFT);
I_EnumLabel(osgGA::GUIEventAdapter::MODKEY_LEFT_CTRL);
@@ -191,11 +195,13 @@ BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::ModKeyMask)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::MouseYOrientation)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::Y_INCREASING_UPWARDS);
I_EnumLabel(osgGA::GUIEventAdapter::Y_INCREASING_DOWNWARDS);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::ScrollingMotion)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::SCROLL_NONE);
I_EnumLabel(osgGA::GUIEventAdapter::SCROLL_LEFT);
I_EnumLabel(osgGA::GUIEventAdapter::SCROLL_RIGHT);
@@ -205,6 +211,7 @@ BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::ScrollingMotion)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::TabletPointerType)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_EnumLabel(osgGA::GUIEventAdapter::UNKNOWN);
I_EnumLabel(osgGA::GUIEventAdapter::PEN);
I_EnumLabel(osgGA::GUIEventAdapter::PUCK);
@@ -212,6 +219,7 @@ BEGIN_ENUM_REFLECTOR(osgGA::GUIEventAdapter::TabletPointerType)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgGA::GUIEventAdapter)
I_DeclaringFile("osgGA/GUIEventAdapter");
I_BaseType(osg::Object);
I_Constructor0(____GUIEventAdapter,
"",

View File

@@ -29,6 +29,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::GUIEventHandler)
I_DeclaringFile("osgGA/GUIEventHandler");
I_BaseType(osg::NodeCallback);
I_BaseType(osg::Drawable::EventCallback);
I_Constructor0(____GUIEventHandler,
@@ -86,6 +87,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::GUIEventHandler)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osgGA::GUIEventHandlerVisitor)
I_DeclaringFile("osgGA/GUIEventHandler");
I_Constructor0(____GUIEventHandlerVisitor,
"",
"");

View File

@@ -33,6 +33,7 @@ TYPE_NAME_ALIAS(std::pair< std::string COMMA osg::ref_ptr< osgGA::MatrixManipul
TYPE_NAME_ALIAS(std::map< int COMMA osgGA::KeySwitchMatrixManipulator::NamedManipulator >, osgGA::KeySwitchMatrixManipulator::KeyManipMap)
BEGIN_OBJECT_REFLECTOR(osgGA::KeySwitchMatrixManipulator)
I_DeclaringFile("osgGA/KeySwitchMatrixManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____KeySwitchMatrixManipulator,
"",
@@ -231,6 +232,7 @@ BEGIN_OBJECT_REFLECTOR(osgGA::KeySwitchMatrixManipulator)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgGA::MatrixManipulator >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -28,6 +28,7 @@
#endif
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgGA::MatrixManipulator)
I_DeclaringFile("osgGA/MatrixManipulator");
I_BaseType(osgGA::GUIEventHandler);
I_Method0(const char *, className,
Properties::VIRTUAL,
@@ -218,6 +219,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgGA::MatrixManipulator)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgGA::MatrixManipulator::CoordinateFrameCallback)
I_DeclaringFile("osgGA/MatrixManipulator");
I_BaseType(osg::Referenced);
I_Constructor0(____CoordinateFrameCallback,
"",

View File

@@ -29,17 +29,20 @@
TYPE_NAME_ALIAS(std::vector< osg::observer_ptr< osg::Node > >, osgGA::NodeTrackerManipulator::ObserveredNodePath)
BEGIN_ENUM_REFLECTOR(osgGA::NodeTrackerManipulator::TrackerMode)
I_DeclaringFile("osgGA/NodeTrackerManipulator");
I_EnumLabel(osgGA::NodeTrackerManipulator::NODE_CENTER);
I_EnumLabel(osgGA::NodeTrackerManipulator::NODE_CENTER_AND_AZIM);
I_EnumLabel(osgGA::NodeTrackerManipulator::NODE_CENTER_AND_ROTATION);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osgGA::NodeTrackerManipulator::RotationMode)
I_DeclaringFile("osgGA/NodeTrackerManipulator");
I_EnumLabel(osgGA::NodeTrackerManipulator::TRACKBALL);
I_EnumLabel(osgGA::NodeTrackerManipulator::ELEVATION_AZIM);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgGA::NodeTrackerManipulator)
I_DeclaringFile("osgGA/NodeTrackerManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____NodeTrackerManipulator,
"",

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::StateSetManipulator)
I_DeclaringFile("osgGA/StateSetManipulator");
I_BaseType(osgGA::GUIEventHandler);
I_ConstructorWithDefaults1(IN, osg::StateSet *, stateset, 0,
Properties::NON_EXPLICIT,

View File

@@ -27,11 +27,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osgGA::TerrainManipulator::RotationMode)
I_DeclaringFile("osgGA/TerrainManipulator");
I_EnumLabel(osgGA::TerrainManipulator::ELEVATION_AZIM_ROLL);
I_EnumLabel(osgGA::TerrainManipulator::ELEVATION_AZIM);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgGA::TerrainManipulator)
I_DeclaringFile("osgGA/TerrainManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____TerrainManipulator,
"",

View File

@@ -29,6 +29,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::TrackballManipulator)
I_DeclaringFile("osgGA/TrackballManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____TrackballManipulator,
"",

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgGA::UFOManipulator)
I_DeclaringFile("osgGA/UFOManipulator");
I_BaseType(osgGA::MatrixManipulator);
I_Constructor0(____UFOManipulator,
"Default constructor. ",