class OSGGA_EXPORT osgGA::StateSetManipulator

Experimental class, not been looked at for a while, but which will be returned to at some point :-\

Inheritance:


Public Methods

[more] StateSetManipulator()
[more]virtual ~StateSetManipulator()
[more]virtual const char* className() const
[more]virtual void setStateSet(osg::StateSet*)
attach a geostate to the manipulator to be used for specifying view
[more]virtual osg::StateSet* getStateSet()
get the attached a geostate
[more]virtual const osg::StateSet* getStateSet() const
get the attached a geostate
[more]virtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
Handle events, return true if handled, false otherwise
[more]virtual void accept(GUIEventHandlerVisitor&)
Handle visitations
[more]virtual void getUsage(osg::ApplicationUsage& usage) const
Get the keyboard and mouse usage of this manipulator

Protected Fields

[more]osg::ref_ptr<osg::StateSet> _drawState
[more]bool _backface
[more]bool _lighting
[more]bool _texture


Inherited from GUIEventHandler:

Public Methods

oMETA_Object (osgGA, GUIEventHandler) const () const
ovirtual CompositeGUIEventHandler* getComposite()


Documentation

Experimental class, not been looked at for a while, but which will be returned to at some point :-\
o StateSetManipulator()

ovirtual ~StateSetManipulator()

ovirtual const char* className() const

ovirtual void setStateSet(osg::StateSet*)
attach a geostate to the manipulator to be used for specifying view

ovirtual osg::StateSet* getStateSet()
get the attached a geostate

ovirtual const osg::StateSet* getStateSet() const
get the attached a geostate

ovirtual bool handle(const GUIEventAdapter& ea, GUIActionAdapter& us)
Handle events, return true if handled, false otherwise

ovirtual void accept(GUIEventHandlerVisitor&)
Handle visitations

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

oosg::ref_ptr<osg::StateSet> _drawState

obool _backface

obool _lighting

obool _texture


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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