Krita Source Code Documentation
Loading...
Searching...
No Matches
KoInteractionTool_p.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2006-2007, 2010 Thomas Zander <zander@kde.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#ifndef KOINTERACTIONTOOLPRIVATE_H
9#define KOINTERACTIONTOOLPRIVATE_H
10
11#include "KoToolBase_p.h"
14
32
33#endif
QList< QSharedPointer< KoInteractionStrategyFactory > > interactionFactories
KoInteractionToolPrivate(KoToolBase *qq, KoCanvasBase *canvas)
KoInteractionStrategy * currentStrategy
KoCanvasBase * canvas
the canvas interface this tool will work for.