11#include <klocalizedstring.h>
17 , m_handleId(handleId)
18 , m_startPoint(startPoint)
19 , m_endPoint(endPoint)
20 , m_keyModifiers(keyModifiers)
void setText(const KUndo2MagicString &text)
The undo / redo command for changing a parameter.
KoParameterShape * m_shape
bool mergeWith(const KUndo2Command *command) override
Qt::KeyboardModifiers m_keyModifiers
void redo() override
redo the command
~KoParameterHandleMoveCommand() override
KoParameterHandleMoveCommand(KoParameterShape *shape, int handleId, const QPointF &startPoint, const QPointF &endPoint, Qt::KeyboardModifiers keyModifiers, KUndo2Command *parent=0)
void undo() override
revert the actions done in redo
void moveHandle(int handleId, const QPointF &point, Qt::KeyboardModifiers modifiers=Qt::NoModifier)
Move handle to point.
void update() const override
reimplemented
KUndo2MagicString kundo2_i18n(const char *text)