class OSGGA_EXPORT osgGA::CompositeGUIEventHandler

CompositeGUIEventHandler allows GUIEventHandlers to be composed into hierarchies

Inheritance:


Public Methods

[more]virtual const char* className()
[more]virtual const CompositeGUIEventHandler* getComposite() const
[more]virtual CompositeGUIEventHandler* getComposite()
[more]virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& aa)
[more]virtual void accept(GUIEventHandlerVisitor& v)
[more]virtual void getUsage(osg::ApplicationUsage& usage) const
Get the keyboard and mouse usage of this manipulator
[more]virtual bool addChild(GUIEventHandler* geh)
[more]virtual bool removeChild(GUIEventHandler* geh)
[more]unsigned int getNumChildren() const
[more]GUIEventHandler* getChild( unsigned int i)
[more]const GUIEventHandler* getChild( unsigned int i ) const
[more]bool containsNode( const GUIEventHandler* node ) const
[more]ChildList::iterator findChild( const GUIEventHandler* node )

Public Members

[more]typedef std::vector< osg::ref_ptr<GUIEventHandler> > ChildList


Inherited from GUIEventHandler:

Public Methods

oMETA_Object (osgGA, GUIEventHandler) const () const


Documentation

CompositeGUIEventHandler allows GUIEventHandlers to be composed into hierarchies
otypedef std::vector< osg::ref_ptr<GUIEventHandler> > ChildList

ovirtual const char* className()

ovirtual const CompositeGUIEventHandler* getComposite() const

ovirtual CompositeGUIEventHandler* getComposite()

ovirtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& aa)

ovirtual void accept(GUIEventHandlerVisitor& v)

ovirtual void getUsage(osg::ApplicationUsage& usage) const
Get the keyboard and mouse usage of this manipulator

ovirtual bool addChild(GUIEventHandler* geh)

ovirtual bool removeChild(GUIEventHandler* geh)

ounsigned int getNumChildren() const

oGUIEventHandler* getChild( unsigned int i)

oconst GUIEventHandler* getChild( unsigned int i ) const

obool containsNode( const GUIEventHandler* node ) const

oChildList::iterator findChild( const GUIEventHandler* node )


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.