|
OpenStructure
|
#include <map_tool.hh>
Inherits Tool.
Public Member Functions | |
| MapTool () | |
| virtual bool | CanOperateOn (gfx::NodePtrList nodes) |
| virtual void | MouseMove (const MouseEvent &event) |
| virtual QIcon | GetIcon () const |
Public Member Functions inherited from Tool | |
| virtual | ~Tool () |
| virtual void | Click (const MouseEvent &event) |
| virtual void | DoubleClick (const MouseEvent &event) |
| virtual void | MousePress (const MouseEvent &event) |
| virtual void | RenderGL () |
| virtual void | Activate () |
| virtual void | Deactivate () |
| ToolOptions * | GetToolOptions () const |
| const String & | GetName () const |
Additional Inherited Members | |
Protected Member Functions inherited from Tool | |
| Tool (const String &name) | |
Definition at line 31 of file map_tool.hh.
| MapTool | ( | ) |
|
virtual |
whether the tool is capable of manipulating the given node
Implements Tool.
|
virtual |
Reimplemented from Tool.
|
virtual |
Reimplemented from Tool.