karbon
VPolygonTool Class Reference
Inheritance diagram for VPolygonTool:

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