Inheritance:
Public Methods
-
StateSetManipulator()
-
virtual ~StateSetManipulator()
-
virtual void setStateSet(osg::StateSet*)
- attach a stateset to the manipulator to be used for specifying view
-
virtual osg::StateSet* getStateSet()
- get the attached a stateset
-
virtual const osg::StateSet* getStateSet() const
- get the attached a stateset
-
virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
- Handle events, return true if handled, false otherwise
-
virtual void accept(GUIEventHandlerVisitor&)
- Handle visitations
Protected Fields
-
osg::ref_ptr<osg::StateSet> _drawState
-
bool _backface
-
bool _lighting
-
bool _texture
Public Methods
-
virtual const CompositeGUIEventHandler* getComposite() const
-
virtual CompositeGUIEventHandler* getComposite()
Documentation
- StateSetManipulator()
- virtual ~StateSetManipulator()
- virtual void setStateSet(osg::StateSet*)
- attach a stateset to the manipulator to be used for specifying view
- virtual osg::StateSet* getStateSet()
- get the attached a stateset
- virtual const osg::StateSet* getStateSet() const
- get the attached a stateset
- virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
- Handle events, return true if handled, false otherwise
- virtual void accept(GUIEventHandlerVisitor&)
- Handle visitations
- osg::ref_ptr<osg::StateSet> _drawState
- bool _backface
- bool _lighting
- bool _texture
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.