10#ifndef KISTOOLOUTLINEBASE_H
11#define KISTOOLOUTLINEBASE_H
30 const QCursor & cursor=
KisCursor::load(
"tool_outline_selection_cursor.png", 6, 6));
41 bool eventFilter(QObject *obj, QEvent *event)
override;
44 bool hasUserInteractionRunning()
const;
47 void activate(
const QSet<KoShape*> &shapes)
override;
69 void updateFeedback();
70 void updateContinuedMode();
74 QRectF dragBoundingRect();
75 void installBlockActionGuard();
76 void uninstallBlockActionGuard();
static QCursor load(const QString &cursorName, int hotspotX=-1, int hotspotY=-1)