karbon
VSelectNodesTool Class Reference
Inheritance diagram for VSelectNodesTool:

Detailed Description
Definition at line 25 of file vselectnodestool.h.
Public Member Functions | |
VSelectNodesTool (KarbonView *view) | |
virtual | ~VSelectNodesTool () |
virtual void | activate () |
virtual void | setup (KActionCollection *collection) |
virtual QString | uiname () |
virtual enumToolType | toolType () |
virtual QString | statusText () |
virtual uint | priority () |
Protected Member Functions | |
virtual void | draw () |
virtual void | setCursor () const |
virtual void | mouseButtonPress () |
virtual void | mouseButtonRelease () |
virtual void | mouseDragRelease () |
virtual void | mouseDrag () |
virtual void | rightMouseButtonPress () |
virtual void | rightMouseButtonRelease () |
virtual bool | keyReleased (Qt::Key) |
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 57 of file vselectnodestool.cc. |
|
Cancels all tool operations. This event is invoked when ESC is pressed. Reimplemented from VTool. Definition at line 335 of file vselectnodestool.cc. |
|
Specified key released.
Reimplemented from VTool. Definition at line 196 of file vselectnodestool.cc. |
|
Left mouse button press.
Reimplemented from VTool. Definition at line 162 of file vselectnodestool.cc. |
|
Left mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 227 of file vselectnodestool.cc. |
|
Mouse drag.
Reimplemented from VTool. Definition at line 264 of file vselectnodestool.cc. |
|
Mouse button release. The mouse was moved before. Reimplemented from VTool. Definition at line 274 of file vselectnodestool.cc. |
|
Position in toolbox. Zero means no preferred position, other values indicate the true position. Reimplemented from VTool. Definition at line 37 of file vselectnodestool.h. |
|
Right mouse button press.
Reimplemented from VTool. Definition at line 179 of file vselectnodestool.cc. |
|
Right mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 247 of file vselectnodestool.cc. |
|
This function is called on each mouse event the tool receives.
Reimplemented from VTool. Definition at line 142 of file vselectnodestool.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 383 of file vselectnodestool.cc. |
|
The tool status text.
Reimplemented from VTool. Definition at line 72 of file vselectnodestool.cc. |
|
The tool type.
Reimplemented from VTool. Definition at line 35 of file vselectnodestool.h. |
|
The name of the tool.
Reimplemented from VTool. Definition at line 34 of file vselectnodestool.h. |
The documentation for this class was generated from the following files: