#include <overlay_picker_tool.h>
Definition at line 47 of file overlay_picker_tool.h.
Definition at line 55 of file overlay_picker_tool.cpp.
virtual void jsk_rviz_plugins::OverlayPickerTool::activate | ( | ) | [inline, virtual] |
Implements rviz::Tool.
Definition at line 51 of file overlay_picker_tool.h.
virtual void jsk_rviz_plugins::OverlayPickerTool::deactivate | ( | ) | [inline, virtual] |
Implements rviz::Tool.
Definition at line 52 of file overlay_picker_tool.h.
bool jsk_rviz_plugins::OverlayPickerTool::handleDisplayClick | ( | rviz::Property * | property, |
rviz::ViewportMouseEvent & | event | ||
) | [protected, virtual] |
Definition at line 89 of file overlay_picker_tool.cpp.
T* jsk_rviz_plugins::OverlayPickerTool::isPropertyType | ( | rviz::Property * | p | ) | [inline] |
Definition at line 56 of file overlay_picker_tool.h.
void jsk_rviz_plugins::OverlayPickerTool::movePosition | ( | rviz::ViewportMouseEvent & | event | ) | [inline] |
Definition at line 86 of file overlay_picker_tool.h.
void jsk_rviz_plugins::OverlayPickerTool::onClicked | ( | rviz::ViewportMouseEvent & | event | ) | [protected, virtual] |
Definition at line 122 of file overlay_picker_tool.cpp.
void jsk_rviz_plugins::OverlayPickerTool::onMove | ( | rviz::ViewportMouseEvent & | event | ) | [protected, virtual] |
Definition at line 132 of file overlay_picker_tool.cpp.
void jsk_rviz_plugins::OverlayPickerTool::onRelease | ( | rviz::ViewportMouseEvent & | event | ) | [protected, virtual] |
Definition at line 155 of file overlay_picker_tool.cpp.
int jsk_rviz_plugins::OverlayPickerTool::processKeyEvent | ( | QKeyEvent * | event, |
rviz::RenderPanel * | panel | ||
) | [virtual] |
Reimplemented from rviz::Tool.
Definition at line 61 of file overlay_picker_tool.cpp.
int jsk_rviz_plugins::OverlayPickerTool::processMouseEvent | ( | rviz::ViewportMouseEvent & | event | ) | [virtual] |
Reimplemented from rviz::Tool.
Definition at line 73 of file overlay_picker_tool.cpp.
void jsk_rviz_plugins::OverlayPickerTool::setPosition | ( | rviz::ViewportMouseEvent & | event | ) | [inline] |
Definition at line 101 of file overlay_picker_tool.h.
bool jsk_rviz_plugins::OverlayPickerTool::startMovement | ( | rviz::Property * | property, |
rviz::ViewportMouseEvent & | event, | ||
const std::string & | type | ||
) | [inline] |
Definition at line 67 of file overlay_picker_tool.h.
bool jsk_rviz_plugins::OverlayPickerTool::is_moving_ [protected] |
Definition at line 121 of file overlay_picker_tool.h.
int jsk_rviz_plugins::OverlayPickerTool::move_offset_x_ [protected] |
Definition at line 124 of file overlay_picker_tool.h.
int jsk_rviz_plugins::OverlayPickerTool::move_offset_y_ [protected] |
Definition at line 124 of file overlay_picker_tool.h.
bool jsk_rviz_plugins::OverlayPickerTool::shift_pressing_ [protected] |
Definition at line 125 of file overlay_picker_tool.h.
Definition at line 122 of file overlay_picker_tool.h.
std::string jsk_rviz_plugins::OverlayPickerTool::target_property_type_ [protected] |
Definition at line 123 of file overlay_picker_tool.h.