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

Public Member Functions | |
| KoPathToolHandle (KoPathTool *tool) | |
| virtual | ~KoPathToolHandle () |
| virtual bool | check ()=0 |
| virtual KoInteractionStrategy * | handleMousePress (KoPointerEvent *event)=0 |
| virtual void | paint (QPainter &painter, const KoViewConverter &converter)=0 |
| virtual void | repaint () const =0 |
Protected Attributes | |
| KoPathTool * | m_tool |
Detailed Description
Definition at line 35 of file KoPathToolHandle.h.
Constructor & Destructor Documentation
| KoPathToolHandle::KoPathToolHandle | ( | KoPathTool * | tool | ) |
Definition at line 39 of file KoPathToolHandle.cpp.
| KoPathToolHandle::~KoPathToolHandle | ( | ) | [virtual] |
Definition at line 44 of file KoPathToolHandle.cpp.
Member Function Documentation
| virtual bool KoPathToolHandle::check | ( | ) | [pure virtual] |
Implemented in PointHandle, and ParameterHandle.
| virtual KoInteractionStrategy* KoPathToolHandle::handleMousePress | ( | KoPointerEvent * | event | ) | [pure virtual] |
Implemented in PointHandle, ParameterHandle, and ConnectionHandle.
| virtual void KoPathToolHandle::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [pure virtual] |
Implemented in PointHandle, and ParameterHandle.
| virtual void KoPathToolHandle::repaint | ( | ) | const [pure virtual] |
Implemented in PointHandle, and ParameterHandle.
Member Data Documentation
KoPathTool* KoPathToolHandle::m_tool [protected] |
Definition at line 47 of file KoPathToolHandle.h.
The documentation for this class was generated from the following files:
