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

Public Member Functions | |
| ParameterHandle (KoPathTool *tool, KoParameterShape *parameterShape, int handleId) | |
| bool | check () |
| KoInteractionStrategy * | handleMousePress (KoPointerEvent *event) |
| void | paint (QPainter &painter, const KoViewConverter &converter) |
| void | repaint () const |
Protected Attributes | |
| int | m_handleId |
| KoParameterShape * | m_parameterShape |
Detailed Description
Definition at line 65 of file KoPathToolHandle.h.
Constructor & Destructor Documentation
| ParameterHandle::ParameterHandle | ( | KoPathTool * | tool, | |
| KoParameterShape * | parameterShape, | |||
| int | handleId | |||
| ) |
Definition at line 148 of file KoPathToolHandle.cpp.
Member Function Documentation
| bool ParameterHandle::check | ( | ) | [virtual] |
Implements KoPathToolHandle.
Definition at line 181 of file KoPathToolHandle.cpp.
| KoInteractionStrategy * ParameterHandle::handleMousePress | ( | KoPointerEvent * | event | ) | [virtual] |
Implements KoPathToolHandle.
Reimplemented in ConnectionHandle.
Definition at line 170 of file KoPathToolHandle.cpp.
| void ParameterHandle::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [virtual] |
Implements KoPathToolHandle.
Definition at line 155 of file KoPathToolHandle.cpp.
| void ParameterHandle::repaint | ( | ) | const [virtual] |
Implements KoPathToolHandle.
Definition at line 165 of file KoPathToolHandle.cpp.
Member Data Documentation
int ParameterHandle::m_handleId [protected] |
Definition at line 75 of file KoPathToolHandle.h.
KoParameterShape* ParameterHandle::m_parameterShape [protected] |
Definition at line 74 of file KoPathToolHandle.h.
The documentation for this class was generated from the following files:
