karbon
VShearTool Class Reference
Inheritance diagram for VShearTool:

Detailed Description
Definition at line 25 of file vsheartool.h.
Public Member Functions | |
VShearTool (KarbonView *view) | |
virtual | ~VShearTool () |
virtual void | activate () |
virtual void | setup (KActionCollection *collection) |
virtual QString | uiname () |
virtual enumToolType | toolType () |
virtual uint | priority () |
virtual QString | statusText () |
Protected Member Functions | |
virtual void | draw () |
virtual void | setCursor () const |
virtual void | mouseButtonPress () |
virtual void | mouseDrag () |
virtual void | mouseDragRelease () |
virtual void | cancel () |
Member Function Documentation
|
Called during the tool activation. A tool is supposed to set a mouse cursor and/or the statusbar properly here. Reimplemented from VTool. Definition at line 48 of file vsheartool.cc. |
|
Cancels all tool operations. This event is invoked when ESC is pressed. Reimplemented from VTool. Definition at line 133 of file vsheartool.cc. |
|
Left mouse button press.
Reimplemented from VTool. Definition at line 101 of file vsheartool.cc. |
|
Mouse drag.
Reimplemented from VTool. Definition at line 112 of file vsheartool.cc. |
|
Mouse button release. The mouse was moved before. Reimplemented from VTool. Definition at line 125 of file vsheartool.cc. |
|
Position in toolbox. Zero means no preferred position, other values indicate the true position. Reimplemented from VTool. Definition at line 36 of file vsheartool.h. |
|
This function is called on each mouse event the tool receives.
Reimplemented from VTool. Definition at line 74 of file vsheartool.cc. |
|
Called after tool creation. A tool is supposed to hook its associated action into the specified action collection here. Reimplemented from VTool. Definition at line 207 of file vsheartool.cc. |
|
The tool status text.
Reimplemented from VTool. Definition at line 57 of file vsheartool.cc. |
|
The tool type.
Reimplemented from VTool. Definition at line 35 of file vsheartool.h. |
|
The name of the tool.
Reimplemented from VTool. Definition at line 34 of file vsheartool.h. |
The documentation for this class was generated from the following files: