8#ifndef KoPathShapeMarkerCommand_H
9#define KoPathShapeMarkerCommand_H
11#include "kritaflake_export.h"
13#include <QScopedPointer>
40 int id()
const override;
45 const QScopedPointer<Private>
m_d;
virtual bool mergeWith(const KUndo2Command *other)
The position of a path point within a path shape.
The undo / redo command for setting the shape marker.
const QScopedPointer< Private > m_d