
|
CompositeGUIEventHandler allows GUIEventHandlers to be composed into hierarchies
Inheritance:
Public Methods-
virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& aa)
-
virtual const CompositeGUIEventHandler* getComposite() const
-
virtual CompositeGUIEventHandler* getComposite()
-
virtual void accept(GUIEventHandlerVisitor& v)
-
virtual bool addChild(GUIEventHandler* geh)
-
virtual bool removeChild(GUIEventHandler* geh)
-
const int getNumChildren() const
-
GUIEventHandler* getChild( int i)
-
const GUIEventHandler* getChild( int i ) const
-
bool containsNode( const GUIEventHandler* node ) const
-
ChildList::iterator findChild( const GUIEventHandler* node )
Public Members-
typedef std::vector< osg::ref_ptr<GUIEventHandler> > ChildList
Documentation
CompositeGUIEventHandler allows GUIEventHandlers to be composed into hierarchies
typedef std::vector< osg::ref_ptr<GUIEventHandler> > ChildList
virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& aa)
virtual const CompositeGUIEventHandler* getComposite() const
virtual CompositeGUIEventHandler* getComposite()
virtual void accept(GUIEventHandlerVisitor& v)
virtual bool addChild(GUIEventHandler* geh)
virtual bool removeChild(GUIEventHandler* geh)
const int getNumChildren() const
GUIEventHandler* getChild( int i)
const GUIEventHandler* getChild( int i ) const
bool containsNode( const GUIEventHandler* node ) const
ChildList::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++.
|