libs/flake
KoPathTool Class Reference
The tool for editing a KoPathShape or a KoParameterShape. More...
#include <KoPathTool.h>
Inheritance diagram for KoPathTool:

Signals | |
| void | pathChanged (KoPathShape *path) |
| void | typeChanged (int types) |
Public Member Functions | |
| KoPathTool (KoCanvasBase *canvas) | |
| ~KoPathTool () | |
| virtual void | activate (bool temporary=false) |
| virtual void | deactivate () |
| virtual void | deleteSelection () |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | keyReleaseEvent (QKeyEvent *event) |
| virtual void | mouseDoubleClickEvent (KoPointerEvent *event) |
| virtual void | mouseMoveEvent (KoPointerEvent *event) |
| virtual void | mousePressEvent (KoPointerEvent *event) |
| virtual void | mouseReleaseEvent (KoPointerEvent *event) |
| virtual void | paint (QPainter &painter, const KoViewConverter &converter) |
| void | repaint (const QRectF &repaintRect) |
| virtual void | repaintDecorations () |
| virtual KoToolSelection * | selection () |
Protected Member Functions | |
| virtual QMap< QString, QWidget * > | createOptionWidgets () |
Detailed Description
The tool for editing a KoPathShape or a KoParameterShape.
Definition at line 40 of file KoPathTool.h.
Constructor & Destructor Documentation
| KoPathTool::KoPathTool | ( | KoCanvasBase * | canvas | ) | [explicit] |
Definition at line 75 of file KoPathTool.cpp.
| KoPathTool::~KoPathTool | ( | ) |
Definition at line 163 of file KoPathTool.cpp.
Member Function Documentation
| void KoPathTool::activate | ( | bool | temporary = false |
) | [virtual] |
| void KoPathTool::deactivate | ( | ) | [virtual] |
| void KoPathTool::deleteSelection | ( | ) | [virtual] |
| void KoPathTool::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual] |
| void KoPathTool::keyReleaseEvent | ( | QKeyEvent * | event | ) | [virtual] |
| void KoPathTool::mouseDoubleClickEvent | ( | KoPointerEvent * | event | ) | [virtual] |
| void KoPathTool::mouseMoveEvent | ( | KoPointerEvent * | event | ) | [virtual] |
| void KoPathTool::mousePressEvent | ( | KoPointerEvent * | event | ) | [virtual] |
| void KoPathTool::mouseReleaseEvent | ( | KoPointerEvent * | event | ) | [virtual] |
| void KoPathTool::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [virtual] |
| void KoPathTool::pathChanged | ( | KoPathShape * | path | ) | [signal] |
| void KoPathTool::repaint | ( | const QRectF & | repaintRect | ) |
repaints the specified rect
Definition at line 918 of file KoPathTool.cpp.
| void KoPathTool::repaintDecorations | ( | ) | [virtual] |
| KoToolSelection * KoPathTool::selection | ( | ) | [virtual] |
| void KoPathTool::typeChanged | ( | int | types | ) | [signal] |
The documentation for this class was generated from the following files:
