OpenSceneGraph
3.4.0
|
Public Member Functions | |
EventCallback () | |
EventCallback (const EventCallback &, const CopyOp &) | |
META_Object (osg, EventCallback) | |
virtual bool | run (osg::Object *object, osg::Object *data) |
override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method. | |
virtual void | event (osg::NodeVisitor *, osg::Drawable *) |
do customized Event code. |
osg::Drawable::EventCallback::EventCallback | ( | ) | [inline] |
osg::Drawable::EventCallback::EventCallback | ( | const EventCallback & | , |
const CopyOp & | |||
) | [inline] |
virtual void osg::Drawable::EventCallback::event | ( | osg::NodeVisitor * | , |
osg::Drawable * | |||
) | [inline, virtual] |
do customized Event code.
Reimplemented in osgGA::EventHandler.
Referenced by osgGA::EventVisitor::apply().
virtual bool osg::Drawable::EventCallback::run | ( | osg::Object * | object, |
osg::Object * | data | ||
) | [virtual] |
override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method.
Reimplemented from osg::Callback.
Reimplemented in osgViewer::InteractiveImageHandler, osgVolume::PropertyAdjustmentCallback, and osgGA::EventHandler.
![]() | Generated at Tue Dec 8 2015 00:14:24 for the OpenSceneGraph by doxygen 1.7.6.1. |