|
Krita Source Code Documentation
|
#include <KoParameterChangeStrategy_p.h>
Inheritance diagram for KoParameterChangeStrategyPrivate:Public Member Functions | |
| KoParameterChangeStrategyPrivate (KoToolBase *owner, KoParameterShape *paramShape, int handle) | |
Public Member Functions inherited from KoInteractionStrategyPrivate | |
| KoInteractionStrategyPrivate (KoToolBase *t) | |
| virtual | ~KoInteractionStrategyPrivate () |
Public Attributes | |
| const int | handleId |
| the id of the control point | |
| Qt::KeyboardModifiers | lastModifierUsed |
| KoParameterShape *const | parameterShape |
| the parametric shape we are working on | |
| QPointF | releasePoint |
| const QPointF | startPoint |
| the starting position of the control point | |
Public Attributes inherited from KoInteractionStrategyPrivate | |
| KoToolBase * | tool |
| the KoToolBase instance that controls this strategy. | |
Definition at line 14 of file KoParameterChangeStrategy_p.h.
|
inline |
Definition at line 17 of file KoParameterChangeStrategy_p.h.
References releasePoint, and startPoint.
| const int KoParameterChangeStrategyPrivate::handleId |
the id of the control point
Definition at line 28 of file KoParameterChangeStrategy_p.h.
| Qt::KeyboardModifiers KoParameterChangeStrategyPrivate::lastModifierUsed |
Definition at line 31 of file KoParameterChangeStrategy_p.h.
| KoParameterShape* const KoParameterChangeStrategyPrivate::parameterShape |
the parametric shape we are working on
Definition at line 27 of file KoParameterChangeStrategy_p.h.
| QPointF KoParameterChangeStrategyPrivate::releasePoint |
Definition at line 30 of file KoParameterChangeStrategy_p.h.
| const QPointF KoParameterChangeStrategyPrivate::startPoint |
the starting position of the control point
Definition at line 29 of file KoParameterChangeStrategy_p.h.