rigid body manipulator More...
#include <manipulator.hh>
Inherits ost::gui::Tool.
Public Member Functions | |
Manipulator () | |
virtual void | DoubleClick (const MouseEvent &event) |
virtual void | MouseMove (const MouseEvent &event) |
virtual bool | CanOperateOn (gfx::NodePtrList nodes) |
virtual QIcon | GetIcon () const |
rigid body manipulator
Definition at line 40 of file manipulator.hh.
Manipulator | ( | ) |
virtual bool CanOperateOn | ( | gfx::NodePtrList | nodes | ) | [virtual] |
whether the tool is capable of manipulating the given node
Implements Tool.
virtual void DoubleClick | ( | const MouseEvent & | event | ) | [virtual] |
Real click.
Reimplemented from Tool.
virtual QIcon GetIcon | ( | ) | const [virtual] |
Reimplemented from Tool.
virtual void MouseMove | ( | const MouseEvent & | event | ) | [virtual] |
Reimplemented from Tool.