Krita Source Code Documentation
Loading...
Searching...
No Matches
KoDeferredShapeFactoryBase.cpp
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2010 Boudewijn Rempt (boud@valdyas.org)
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
7
9 : QObject(parent)
10{
11
12}
13
18
20{
21 return createDefaultShape(documentResources);
22}
virtual KoShape * createDefaultShape(KoDocumentResourceManager *documentResources=0) const =0
virtual KoShape * createShape(const KoProperties *params, KoDocumentResourceManager *documentResources=0) const