- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgWidget/Widget.cpp
r12292 r13041 11 11 bool osgWidget_Widget_readData(osg::Object& obj, osgDB::Input& fr) { 12 12 osgWidget::warn() << "Widget read" << std::endl; 13 13 14 14 return false; 15 15 } … … 19 19 20 20 // const osgWidget::Widget& model = static_cast<const osgWidget::Widget&>(obj); 21 21 22 22 fw.indent() << fw.wrapString("Widget stuff...") << std::endl; 23 23 … … 28 28 { 29 29 osgWidget::warn() << "NotifyWidget read" << std::endl; 30 30 31 31 return false; 32 32 } … … 35 35 { 36 36 // const osgWidget::NotifyWidget& model = static_cast<const osgWidget::NotifyWidget&>(obj); 37 37 38 38 fw.indent() << fw.wrapString("NotifyWidget stuff...") << std::endl; 39 39 … … 44 44 { 45 45 osgWidget::warn() << "NullWidget read" << std::endl; 46 46 47 47 return false; 48 48 } … … 51 51 { 52 52 // const osgWidget::NullWidget& model = static_cast<const osgWidget::NullWidget&>(obj); 53 53 54 54 fw.indent() << fw.wrapString("NullWidget stuff...") << std::endl; 55 55
