libs/flake
PointHandle Class Reference
#include <KoPathToolHandle.h>
Inheritance diagram for PointHandle:

Public Member Functions | |
| PointHandle (KoPathTool *tool, KoPathPoint *activePoint, KoPathPoint::KoPointType activePointType) | |
| KoPathPoint * | activePoint () const |
| KoPathPoint::KoPointType | activePointType () const |
| bool | check () |
| KoInteractionStrategy * | handleMousePress (KoPointerEvent *event) |
| void | paint (QPainter &painter, const KoViewConverter &converter) |
| void | repaint () const |
Detailed Description
Definition at line 50 of file KoPathToolHandle.h.
Constructor & Destructor Documentation
| PointHandle::PointHandle | ( | KoPathTool * | tool, | |
| KoPathPoint * | activePoint, | |||
| KoPathPoint::KoPointType | activePointType | |||
| ) |
Definition at line 48 of file KoPathToolHandle.cpp.
Member Function Documentation
| KoPathPoint * PointHandle::activePoint | ( | ) | const |
Definition at line 138 of file KoPathToolHandle.cpp.
| KoPathPoint::KoPointType PointHandle::activePointType | ( | ) | const |
Definition at line 143 of file KoPathToolHandle.cpp.
| bool PointHandle::check | ( | ) | [virtual] |
Implements KoPathToolHandle.
Definition at line 130 of file KoPathToolHandle.cpp.
| KoInteractionStrategy * PointHandle::handleMousePress | ( | KoPointerEvent * | event | ) | [virtual] |
Implements KoPathToolHandle.
Definition at line 80 of file KoPathToolHandle.cpp.
| void PointHandle::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [virtual] |
Implements KoPathToolHandle.
Definition at line 55 of file KoPathToolHandle.cpp.
| void PointHandle::repaint | ( | ) | const [virtual] |
Implements KoPathToolHandle.
Definition at line 71 of file KoPathToolHandle.cpp.
The documentation for this class was generated from the following files:
