karbon
VStarTool Class Reference
Inheritance diagram for VStarTool:

Detailed Description
Definition at line 67 of file vstartool.h.
Public Member Functions | |
| VStarTool (KarbonView *view) | |
| virtual | ~VStarTool () |
| virtual bool | showDialog () const |
| virtual void | setup (KActionCollection *collection) |
| virtual QString | uiname () |
| virtual VPath * | shape (bool interactive=false) const |
| void | refreshUnit () |
| virtual void | arrowKeyReleased (Qt::Key) |
Member Function Documentation
| bool VStarTool::showDialog | ( | ) | const [virtual] |
Shows the tools option dialog.
Reimplemented from VTool.
Definition at line 228 of file vstartool.cc.
| void VStarTool::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 234 of file vstartool.cc.
| virtual QString VStarTool::uiname | ( | ) | [inline, virtual] |
| void VStarTool::refreshUnit | ( | ) | [virtual] |
This function is called when the documents unit setting were changed.
Reimplemented from VTool.
Definition at line 171 of file vstartool.cc.
| void VStarTool::arrowKeyReleased | ( | Qt::Key | key | ) | [virtual] |
"Arrow" key released up, down, left, right
Reimplemented from VTool.
Definition at line 182 of file vstartool.cc.
The documentation for this class was generated from the following files:

