karbon
VImageTool Class Reference
Inheritance diagram for VImageTool:

Detailed Description
Definition at line 33 of file vimagetool.h.
Public Member Functions | |
VImageTool (KarbonView *view) | |
~VImageTool () | |
virtual void | activate () |
virtual void | deactivate () |
virtual void | setup (KActionCollection *collection) |
virtual QString | uiname () |
virtual QString | contextHelp () |
virtual QString | statusText () |
Protected Member Functions | |
virtual void | mouseButtonRelease () |
Classes | |
class | VInsertImageCmd |
Member Function Documentation
void VImageTool::activate | ( | ) | [virtual] |
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 52 of file vimagetool.cc.
void VImageTool::deactivate | ( | ) | [virtual] |
void VImageTool::setup | ( | KActionCollection * | collection | ) | [virtual] |
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 120 of file vimagetool.cc.
virtual QString VImageTool::uiname | ( | ) | [inline, virtual] |
QString VImageTool::contextHelp | ( | ) | [virtual] |
The context help of the tool.
Reimplemented from VTool.
Definition at line 45 of file vimagetool.cc.
QString VImageTool::statusText | ( | ) | [virtual] |
void VImageTool::mouseButtonRelease | ( | ) | [protected, virtual] |
Left mouse button release.
The mouse wasn't moved.
Reimplemented from VTool.
Definition at line 70 of file vimagetool.cc.
The documentation for this class was generated from the following files: