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