Added initial shell of PushButton implementation
This commit is contained in:
14
src/osgWrappers/serializers/osgUI/PushButton.cpp
Normal file
14
src/osgWrappers/serializers/osgUI/PushButton.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <osgUI/PushButton>
|
||||
#include <osg/ValueObject>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( PushButton,
|
||||
new osgUI::PushButton,
|
||||
osgUI::PushButton,
|
||||
"osg::Object osg::Node osg::Group osgUI::Widget osgUI::PushButton" )
|
||||
{
|
||||
ADD_STRING_SERIALIZER( Text, std::string());
|
||||
}
|
||||
Reference in New Issue
Block a user