Krita Source Code Documentation
Loading...
Searching...
No Matches
KarbonCalligraphicShapeFactory.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 SPDX-FileCopyrightText: 2008 Fela Winkelmolen <fela.kde@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KARBONCALLIGRAPHICSHAPEFACTORY_H
8#define KARBONCALLIGRAPHICSHAPEFACTORY_H
9
10#include "KoShapeFactoryBase.h"
11
12class KoShape;
13
16{
17public:
21 KoShape *createDefaultShape(KoDocumentResourceManager *documentResources = 0) const override;
22 bool supports(const QDomElement &e, KoShapeLoadingContext &context) const override;
23 //virtual QList<KoShapeConfigWidgetBase*> createShapeOptionPanels();
24};
25
26#endif // KARBONCALLIGRAPHICSHAPEFACTORY_H
bool supports(const QDomElement &e, KoShapeLoadingContext &context) const override
KoShape * createDefaultShape(KoDocumentResourceManager *documentResources=0) const override