karbon
VSelectTool Class Reference
Inheritance diagram for VSelectTool:

Detailed Description
Definition at line 44 of file vselecttool.h.
Public Member Functions | |
VSelectTool (KarbonView *view) | |
virtual | ~VSelectTool () |
virtual void | setup (KActionCollection *collection) |
virtual bool | showDialog () const |
virtual QString | uiname () |
virtual enumToolType | toolType () |
virtual QString | statusText () |
virtual uint | priority () |
virtual QString | contextHelp () |
virtual void | refreshUnit () |
virtual void | activate () |
Protected Slots | |
void | updateStatusBar () const |
Protected Member Functions | |
virtual void | draw () |
virtual void | setCursor () const |
virtual void | mouseButtonPress () |
virtual void | rightMouseButtonPress () |
virtual void | mouseButtonRelease () |
virtual void | rightMouseButtonRelease () |
virtual void | mouseDrag () |
virtual void | mouseDragRelease () |
virtual void | mouseDragCtrlPressed () |
virtual void | mouseDragCtrlReleased () |
virtual void | mouseDragShiftPressed () |
virtual void | mouseDragShiftReleased () |
virtual void | arrowKeyReleased (Qt::Key) |
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 86 of file vselecttool.cc. |
|
"Arrow" key released up, down, left, right
Reimplemented from VTool. Definition at line 358 of file vselecttool.cc. |
|
Cancels all tool operations. This event is invoked when ESC is pressed. Reimplemented from VTool. Definition at line 472 of file vselecttool.cc. |
|
The context help of the tool.
Reimplemented from VTool. Definition at line 104 of file vselecttool.cc. |
|
Specified key released.
Reimplemented from VTool. Definition at line 381 of file vselecttool.cc. |
|
Left mouse button press.
Reimplemented from VTool. Definition at line 174 of file vselecttool.cc. |
|
Left mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 253 of file vselecttool.cc. |
|
Mouse drag.
Reimplemented from VTool. Definition at line 218 of file vselecttool.cc. |
|
Mouse drag with "Ctrl" key pressed at the same time.
Reimplemented from VTool. Definition at line 440 of file vselecttool.cc. |
|
"Ctrl" key released while mouse drag.
Reimplemented from VTool. Definition at line 446 of file vselecttool.cc. |
|
Mouse button release. The mouse was moved before. Reimplemented from VTool. Definition at line 310 of file vselecttool.cc. |
|
Mouse drag with "Shift" key pressed at the same time.
Reimplemented from VTool. Definition at line 452 of file vselecttool.cc. |
|
"Shift" key released while mouse drag.
Reimplemented from VTool. Definition at line 462 of file vselecttool.cc. |
|
Position in toolbox. Zero means no preferred position, other values indicate the true position. Reimplemented from VTool. Definition at line 57 of file vselecttool.h. |
|
This function is called when the documents unit setting were changed.
Reimplemented from VTool. Definition at line 594 of file vselecttool.cc. |
|
Right mouse button press.
Reimplemented from VTool. Definition at line 200 of file vselecttool.cc. |
|
Right mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 228 of file vselecttool.cc. |
|
This function is called on each mouse event the tool receives.
Reimplemented from VTool. Definition at line 147 of file vselecttool.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 600 of file vselecttool.cc. |
|
Shows the tools option dialog.
Reimplemented from VTool. Definition at line 588 of file vselecttool.cc. |
|
The tool status text.
Reimplemented from VTool. Definition at line 99 of file vselecttool.cc. |
|
The tool type.
Reimplemented from VTool. Definition at line 55 of file vselecttool.h. |
|
The name of the tool.
Reimplemented from VTool. Definition at line 54 of file vselecttool.h. |
The documentation for this class was generated from the following files: