Krita Source Code Documentation
Loading...
Searching...
No Matches
KoZoomToolFactory.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2006-2007 Thomas Zander <zander@kde.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#ifndef KOZOOMTOOLFACTORY_H
9#define KOZOOMTOOLFACTORY_H
10
11#include "KoToolFactoryBase.h"
12
15{
16public:
19
21};
22#endif
Factory for the KoZoomTool.
KoZoomToolFactory()
constructor
KoToolBase * createTool(KoCanvasBase *canvas) override
KisCanvas2 * canvas