7#ifndef KOINTERACTIONSTRATEGYFACTORY_H
8#define KOINTERACTIONSTRATEGYFACTORY_H
10#include <QScopedPointer>
11#include <QSharedPointer>
12#include "kritaflake_export.h"
41 QScopedPointer<Private>
m_d;
QSharedPointer< KoInteractionStrategyFactory > KoInteractionStrategyFactorySP
QScopedPointer< Private > m_d
virtual bool hoverEvent(KoPointerEvent *ev)=0
virtual bool paintOnHover(QPainter &painter, const KoViewConverter &converter)=0
virtual KoInteractionStrategy * createStrategy(KoPointerEvent *ev)=0
virtual bool tryUseCustomCursor()=0