karbon
VZoomTool Class Reference
Inheritance diagram for VZoomTool:

Detailed Description
Definition at line 33 of file vzoomtool.h.
Public Member Functions | |
VZoomTool (KarbonView *view) | |
~VZoomTool () | |
virtual void | activate () |
virtual void | deactivate () |
virtual void | setup (KActionCollection *collection) |
virtual QString | uiname () |
virtual QString | contextHelp () |
virtual QString | statusText () |
Protected Member Functions | |
void | draw () |
virtual void | mouseButtonPress () |
virtual void | mouseButtonRelease () |
virtual void | mouseDrag () |
virtual void | mouseDragRelease () |
virtual bool | keyReleased (Qt::Key key) |
virtual void | rightMouseButtonRelease () |
void | recalc () |
Protected Attributes | |
KoPoint | m_current |
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 58 of file vzoomtool.cc. |
|
The context help of the tool.
Reimplemented from VTool. Definition at line 48 of file vzoomtool.cc. |
|
Deactivates the tool.
Reimplemented from VTool. Definition at line 71 of file vzoomtool.cc. |
|
Specified key released.
Reimplemented from VTool. Definition at line 135 of file vzoomtool.cc. |
|
Left mouse button press.
Reimplemented from VTool. Definition at line 95 of file vzoomtool.cc. |
|
Left mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 111 of file vzoomtool.cc. |
|
Mouse drag.
Reimplemented from VTool. Definition at line 117 of file vzoomtool.cc. |
|
Mouse button release. The mouse was moved before. Reimplemented from VTool. Definition at line 127 of file vzoomtool.cc. |
|
Right mouse button release. The mouse wasn't moved. Reimplemented from VTool. Definition at line 105 of file vzoomtool.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 158 of file vzoomtool.cc. |
|
The tool status text.
Reimplemented from VTool. Definition at line 65 of file vzoomtool.cc. |
|
The name of the tool.
Reimplemented from VTool. Definition at line 43 of file vzoomtool.h. |
The documentation for this class was generated from the following files: