OpenStructure
|
#include <measure_tool.hh>
Inherits Tool.
Public Slots | |
void | ClearMeasurements () |
Public Member Functions | |
MeasureTool () | |
virtual | ~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 () |
Public Member Functions inherited from Tool | |
virtual | ~Tool () |
virtual void | DoubleClick (const MouseEvent &event) |
virtual void | MousePress (const MouseEvent &event) |
virtual void | MouseMove (const MouseEvent &event) |
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 65 of file measure_tool.hh.
MeasureTool | ( | ) |
|
inlinevirtual |
Definition at line 69 of file measure_tool.hh.
|
virtual |
whether the tool is capable of manipulating the given node
Implements Tool.
|
slot |
|
virtual |
left mouse click
Reimplemented from Tool.
gfx::Color GetColor | ( | ) | const |
|
virtual |
Reimplemented from Tool.
Real GetLineWidth | ( | ) | const |
int GetMeasureMode | ( | ) |
|
virtual |
Reimplemented from Tool.