Krita Source Code Documentation
Loading...
Searching...
No Matches
SpiralShapeFactory.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 SPDX-FileCopyrightText: 2007 Rob Buis <buis@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KOSPIRALSHAPEFACTORY_H
8#define KOSPIRALSHAPEFACTORY_H
9
10#include "KoShapeFactoryBase.h"
11
12class KoShape;
13
16{
17public:
20 ~SpiralShapeFactory() override {}
21 KoShape *createDefaultShape(KoDocumentResourceManager *documentResources = 0) const override;
22 bool supports(const QDomElement &e, KoShapeLoadingContext &context) const override;
24};
25
26#endif /* KOSPIRALSHAPEFACTORY_H */
Factory for spiral shapes.
KoShape * createDefaultShape(KoDocumentResourceManager *documentResources=0) const override
QList< KoShapeConfigWidgetBase * > createShapeOptionPanels() override
bool supports(const QDomElement &e, KoShapeLoadingContext &context) const override
SpiralShapeFactory()
constructor