7#ifndef KIS_TOOL_DYNA_H_
8#define KIS_TOOL_DYNA_H_
18#include <kconfiggroup.h>
33 void init(qreal x, qreal y) {
66 void activate(
const QSet<KoShape*> &shapes)
override;
117 qreal
flerp(qreal f0, qreal f1, qreal
p) {
118 return ((f0 *(1.0 -
p)) + (f1 *
p));
void init(qreal x, qreal y)
A widget with several options to select an angle.
This class is a spinbox in which you can click and drag to set the value. A slider like bar is displa...
#define koIconNameCStr(name)