#include <selection_tool.hh>
Inherits ost::gui::Tool.
Public Member Functions | |
SelectionTool () | |
int | GetSelectionMode () const |
virtual void | Click (const MouseEvent &event) |
virtual bool | CanOperateOn (gfx::NodePtrList nodes) |
virtual QIcon | GetIcon () const |
Definition at line 33 of file selection_tool.hh.
SelectionTool | ( | ) |
virtual bool CanOperateOn | ( | gfx::NodePtrList | nodes | ) | [virtual] |
whether the tool is capable of manipulating the given node
Implements Tool.
virtual void Click | ( | const MouseEvent & | event | ) | [virtual] |
left mouse click
Reimplemented from Tool.
virtual QIcon GetIcon | ( | ) | const [virtual] |
Reimplemented from Tool.
int GetSelectionMode | ( | ) | const |