#include <overlay_picker_tool.h>
Public Member Functions | |
virtual void | activate () |
virtual void | deactivate () |
template<class T > | |
T * | isPropertyType (rviz::Property *p) |
template<class T > | |
void | movePosition (rviz::ViewportMouseEvent &event) |
OverlayPickerTool () | |
virtual int | processKeyEvent (QKeyEvent *event, rviz::RenderPanel *panel) |
virtual int | processMouseEvent (rviz::ViewportMouseEvent &event) |
template<class T > | |
void | setPosition (rviz::ViewportMouseEvent &event) |
template<class T > | |
bool | startMovement (rviz::Property *property, rviz::ViewportMouseEvent &event, const std::string &type) |
Public Member Functions inherited from rviz::Tool | |
bool | accessAllKeys () |
virtual QString | getClassId () const |
const QCursor & | getCursor () |
QString | getDescription () const |
const QIcon & | getIcon () |
QString | getName () const |
virtual Property * | getPropertyContainer () const |
char | getShortcutKey () |
void | initialize (DisplayContext *context) |
virtual void | load (const Config &config) |
virtual void | save (Config config) const |
virtual void | setClassId (const QString &class_id) |
void | setCursor (const QCursor &cursor) |
void | setDescription (const QString &description) |
void | setIcon (const QIcon &icon) |
void | setName (const QString &name) |
void | setStatus (const QString &message) |
Tool () | |
virtual void | update (float wall_dt, float ros_dt) |
~Tool () override | |
Protected Member Functions | |
virtual bool | handleDisplayClick (rviz::Property *property, rviz::ViewportMouseEvent &event) |
virtual void | onClicked (rviz::ViewportMouseEvent &event) |
virtual void | onMove (rviz::ViewportMouseEvent &event) |
virtual void | onRelease (rviz::ViewportMouseEvent &event) |
Protected Member Functions inherited from rviz::Tool | |
virtual void | onInitialize () |
Protected Attributes | |
bool | is_moving_ |
int | move_offset_x_ |
int | move_offset_y_ |
bool | shift_pressing_ |
rviz::Property * | target_property_ |
std::string | target_property_type_ |
Protected Attributes inherited from rviz::Tool | |
bool | access_all_keys_ |
DisplayContext * | context_ |
QCursor | cursor_ |
QIcon | icon_ |
Ogre::SceneManager * | scene_manager_ |
char | shortcut_key_ |
Additional Inherited Members | |
Signals inherited from rviz::Tool | |
void | close () |
void | nameChanged (const QString &name) |
Public Attributes inherited from rviz::Tool | |
Finished | |
Render | |
Definition at line 79 of file overlay_picker_tool.h.
jsk_rviz_plugins::OverlayPickerTool::OverlayPickerTool | ( | ) |
Definition at line 88 of file overlay_picker_tool.cpp.
|
inlinevirtual |
Implements rviz::Tool.
Definition at line 115 of file overlay_picker_tool.h.
|
inlinevirtual |
Implements rviz::Tool.
Definition at line 116 of file overlay_picker_tool.h.
|
protectedvirtual |
Definition at line 122 of file overlay_picker_tool.cpp.
|
inline |
Definition at line 120 of file overlay_picker_tool.h.
|
inline |
Definition at line 150 of file overlay_picker_tool.h.
|
protectedvirtual |
Definition at line 158 of file overlay_picker_tool.cpp.
|
protectedvirtual |
Definition at line 168 of file overlay_picker_tool.cpp.
|
protectedvirtual |
Definition at line 194 of file overlay_picker_tool.cpp.
|
virtual |
Reimplemented from rviz::Tool.
Definition at line 94 of file overlay_picker_tool.cpp.
|
virtual |
Reimplemented from rviz::Tool.
Definition at line 106 of file overlay_picker_tool.cpp.
|
inline |
Definition at line 165 of file overlay_picker_tool.h.
|
inline |
Definition at line 131 of file overlay_picker_tool.h.
|
protected |
Definition at line 185 of file overlay_picker_tool.h.
|
protected |
Definition at line 188 of file overlay_picker_tool.h.
|
protected |
Definition at line 188 of file overlay_picker_tool.h.
|
protected |
Definition at line 189 of file overlay_picker_tool.h.
|
protected |
Definition at line 186 of file overlay_picker_tool.h.
|
protected |
Definition at line 187 of file overlay_picker_tool.h.