#include <move_tool.h>

Public Member Functions | |
| virtual void | activate () |
| virtual void | deactivate () |
| MoveTool () | |
| virtual int | processKeyEvent (QKeyEvent *event, RenderPanel *panel) |
| virtual int | processMouseEvent (ViewportMouseEvent &event) |
Definition at line 40 of file move_tool.h.
Definition at line 43 of file move_tool.cpp.
| virtual void rviz::MoveTool::activate | ( | ) | [inline, virtual] |
Implements rviz::Tool.
Definition at line 45 of file move_tool.h.
| virtual void rviz::MoveTool::deactivate | ( | ) | [inline, virtual] |
Implements rviz::Tool.
Definition at line 46 of file move_tool.h.
| int rviz::MoveTool::processKeyEvent | ( | QKeyEvent * | event, |
| RenderPanel * | panel | ||
| ) | [virtual] |
Process a key event. Override if your tool should handle any other keypresses than the tool shortcuts, which are handled separately.
Reimplemented from rviz::Tool.
Definition at line 60 of file move_tool.cpp.
| int rviz::MoveTool::processMouseEvent | ( | ViewportMouseEvent & | event | ) | [virtual] |
Process a mouse event. This is the central function of all the tools, as it defines how the mouse is used.
Reimplemented from rviz::Tool.
Definition at line 50 of file move_tool.cpp.