#include <measure_tool.hh>
Inherits ost::gui::Tool.
Public Member Functions | |
| MeasureTool () | |
| int | GetMeasureMode () |
| virtual void | Click (const MouseEvent &event) |
| virtual bool | CanOperateOn (gfx::NodePtrList nodes) |
| virtual QIcon | GetIcon () const |
| gfx::Color | GetColor () const |
| Real | GetLineWidth () const |
| void | RenderGL () |
Definition at line 64 of file measure_tool.hh.
| MeasureTool | ( | ) |
| virtual bool CanOperateOn | ( | gfx::NodePtrList | nodes | ) | [virtual] |
| virtual void Click | ( | const MouseEvent & | event | ) | [virtual] |
| gfx::Color GetColor | ( | ) | const |
| virtual QIcon GetIcon | ( | ) | const [virtual] |
Reimplemented from Tool.
| Real GetLineWidth | ( | ) | const |
| int GetMeasureMode | ( | ) |
| void RenderGL | ( | ) | [virtual] |
Reimplemented from Tool.
1.5.8