Missing checkin

This commit is contained in:
Robert Osfield 2008-03-14 15:00:37 +00:00
parent a364f933e4
commit dbd4bdcd89

View File

@ -45,6 +45,7 @@ public:
/** get the attached a STATESTATE.*/
virtual const osg::StateSet * getStateSet() const;
/** Handle events, return true if handled, false otherwise.*/
virtual bool handle(const GUIEventAdapter& ea,GUIActionAdapter& us);
@ -86,6 +87,8 @@ protected:
virtual ~StateSetManipulator();
void clone();
osg::ref_ptr<osg::StateSet> _stateset;
bool _initialized;