libs/flake

KoPathToolHandle Class Reference

#include <KoPathToolHandle.h>

Inheritance diagram for KoPathToolHandle:

List of all members.

Public Member Functions

 KoPathToolHandle (KoPathTool *tool)
virtual ~KoPathToolHandle ()
virtual bool check ()=0
virtual KoInteractionStrategyhandleMousePress (KoPointerEvent *event)=0
virtual void paint (QPainter &painter, const KoViewConverter &converter)=0
virtual void repaint () const =0

Protected Attributes

KoPathToolm_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]
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

Definition at line 47 of file KoPathToolHandle.h.


The documentation for this class was generated from the following files: